Skip to content

Commit

Permalink
chore(sample): sync to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Jul 15, 2024
1 parent cee8ae6 commit 2cf3e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ compileTestKotlin {
ext {
lang3Version = "3.14.0"
lombokVersion = "1.18.32"
echarts4jVersion = "main-SNAPSHOT"
echarts4jVersion = "v1.0.0"
jacksonVersion = "2.17.1"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ package com.echarts4j.github.sample
import com.github.koooooo7.echarts4j.chart.Canvas
import com.github.koooooo7.echarts4j.chart.LineChart
import com.github.koooooo7.echarts4j.option.ChartOption
import com.github.koooooo7.echarts4j.option.chart.Legend
import com.github.koooooo7.echarts4j.option.chart.Legend.LegendBuilder
import com.github.koooooo7.echarts4j.option.chart.Title
import com.github.koooooo7.echarts4j.option.chart.Toolbox
import com.github.koooooo7.echarts4j.option.chart.Toolbox.SaveAsImage
import com.github.koooooo7.echarts4j.option.series.line.Label
import com.github.koooooo7.echarts4j.option.series.line.LineChartSeries
import com.github.koooooo7.echarts4j.type.FuncStr
import java.io.File


Expand Down

0 comments on commit 2cf3e46

Please sign in to comment.