Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 386 Bytes

File metadata and controls

15 lines (9 loc) · 386 Bytes

go-echarts-examples

This project provides some examples to show how to use go-echarts.

Usage

$ 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.