chart 是一个非常简单的 golang 原生图表库,支持 timeseries 和连续线图表。
安装
> go get -u github.com/wcharczuk/go-chart
Examples
Spark Lines:
Single axis:
Two axis:
Other Chart Types
Pie Chart:
The code for this chart can be found in _examples/pie_chart/main.go
.
Stacked Bar:
The code for this chart can be found in _examples/stacked_bar/main.go
.