Find a file
2021-12-20 23:16:31 +08:00
examples refactor: support more echarts options 2021-12-18 11:22:53 +08:00
.gitignore test: add test for bar series 2021-12-20 23:16:31 +08:00
axis.go test: add test for axis 2021-12-18 20:09:02 +08:00
axis_test.go test: add test for axis 2021-12-18 20:09:02 +08:00
bar_series.go test: add test for bar series 2021-12-20 23:16:31 +08:00
bar_series_test.go test: add test for bar series 2021-12-20 23:16:31 +08:00
base_series.go refactor: adjust bar series 2021-12-14 23:26:34 +08:00
charts.go feat: support padding option for chart 2021-12-18 12:01:16 +08:00
echarts.go test: add test for axis 2021-12-18 20:09:02 +08:00
go.mod test: add test for axis 2021-12-18 20:09:02 +08:00
go.sum test: add test for axis 2021-12-18 20:09:02 +08:00
legend.go refactor: support more echarts options 2021-12-18 11:22:53 +08:00
LICENSE Initial commit 2021-12-09 20:20:33 +08:00
line_series.go feat: support between ticks 2021-12-13 23:46:10 +08:00
Makefile test: add test for axis 2021-12-18 20:09:02 +08:00
range.go feat: support multi y axis 2021-12-18 09:49:44 +08:00
README.md Initial commit 2021-12-09 20:20:33 +08:00
series.go feat: support multi y axis 2021-12-18 09:49:44 +08:00
theme.go test: add test for axis 2021-12-18 20:09:02 +08:00

go-chart