This project provides some examples to show how to use go-echarts.
$ git clone https://github.com/go-echarts/examples.git
$ cd examples && go run .
Now visit http://localhost:8089 in your browser and there are variety of charts, such as bar
, line
, pie
, radaer
, etc.
for more charts detailed, please refer to ./examples folder.