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 https://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.