Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 362 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 .

Open the http://localhost:8089 in your browser, and you get lots of pretty charts now.

For more charts' implementation details, please refer to ./examples folder.