mirror of https://github.com/zieckey/gochart.git
modify line.chart type wrong
This commit is contained in:
parent
f3613c9ca7
commit
eb9c5dbcf0
17
README.md
17
README.md
|
@ -5,7 +5,7 @@ gochart仿照[goplot](https://github.com/skoo87/goplot)使用golang和[highchart
|
||||||
|
|
||||||
##### 直接下载二进制
|
##### 直接下载二进制
|
||||||
|
|
||||||
[Win7 amd64](download/win64/gochart.zip)
|
[Win7 amd64](download/win64/gochart.tar.gz)
|
||||||
|
|
||||||
##### 从源码安装
|
##### 从源码安装
|
||||||
|
|
||||||
|
@ -64,17 +64,18 @@ gochart仿照[goplot](https://github.com/skoo87/goplot)使用golang和[highchart
|
||||||
##### 曲线图
|
##### 曲线图
|
||||||
![](image/spline.png)
|
![](image/spline.png)
|
||||||
|
|
||||||
##### 折线图
|
##### 饼图
|
||||||
![](image/line.png)
|
![](image/pie.png)
|
||||||
|
|
||||||
##### 纵向柱状图
|
##### 纵向柱状图
|
||||||
![](image/column.png)
|
![](image/column.png)
|
||||||
|
|
||||||
##### 横向柱状图
|
|
||||||
![](image/bar.png)
|
|
||||||
|
|
||||||
##### 面积图
|
##### 面积图
|
||||||
![](image/area.png)
|
![](image/area.png)
|
||||||
|
|
||||||
##### 饼图
|
##### 折线图
|
||||||
![](image/pie.png)
|
![](image/line.png)
|
||||||
|
|
||||||
|
##### 横向柱状图
|
||||||
|
![](image/bar.png)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ChartType = area
|
ChartType = line
|
||||||
Title = Source: WorldClimate.com
|
Title = Source: WorldClimate.com
|
||||||
SubTitle = Monthly Average Temperature
|
SubTitle = Monthly Average Temperature
|
||||||
ValueSuffix = °C
|
ValueSuffix = °C
|
||||||
|
|
Loading…
Reference in New Issue