Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-echarts/examples
🔖 go-echarts examples for showing how to use
https://github.com/go-echarts/examples
Last synced: 2 days ago
JSON representation
🔖 go-echarts examples for showing how to use
- Host: GitHub
- URL: https://github.com/go-echarts/examples
- Owner: go-echarts
- License: mit
- Created: 2020-07-26T15:15:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T11:42:26.000Z (about 2 months ago)
- Last Synced: 2024-10-31T05:35:14.786Z (14 days ago)
- Language: Go
- Homepage: https://go-echarts.github.io/go-echarts/
- Size: 181 KB
- Stars: 151
- Watchers: 8
- Forks: 53
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-echarts-examples
This project provides some examples to show how to use go-echarts.
### Usage
```bash
$ 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.