Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bygui86/go-csv-view
Visualize CSV data in Golang
https://github.com/bygui86/go-csv-view
Last synced: about 2 months ago
JSON representation
Visualize CSV data in Golang
- Host: GitHub
- URL: https://github.com/bygui86/go-csv-view
- Owner: bygui86
- License: apache-2.0
- Created: 2022-01-15T18:42:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T14:19:59.000Z (almost 3 years ago)
- Last Synced: 2024-06-22T06:48:37.230Z (6 months ago)
- Language: Go
- Size: 3.16 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang CSV Viewer
Visualize CSV data in Golang
## Features
`TODO`
## Run
`TODO`
---
## Examples
See [examples](examples) folder
---
## Links
### echarts
- [website](https://echarts.apache.org/en/index.html)
- [documentation](https://echarts.apache.org/en/option.html)
- [examples](https://echarts.apache.org/examples/en/index.html)### go-echarts
- [repo](https://github.com/go-echarts/go-echarts)
- [examples](https://github.com/go-echarts/examples)
- 2 y-axis example
- [issue](https://github.com/go-echarts/go-echarts/issues/204)
- [real example](https://github.com/NexonSU/telegram-go-chatbot/blob/db2c45b3f9e5cfba9e1f8974cb61d16c5bca4372/app/stats/activity.go#L46)
- [(apache echarts) multiple-y-axis example](https://echarts.apache.org/examples/en/editor.html?c=multiple-y-axis)
- full kline example
- [issue](https://github.com/go-echarts/go-echarts/issues/169)
- [alaingilbert enhancement](https://github.com/alaingilbert/go-echarts/commit/c80db93de77a03040462ede3a5c60bb0954e05ba)
- [go-tachart](https://github.com/iamjinlei/go-tachart)
- [(apache echarts) candlestick-brush example](https://echarts.apache.org/examples/en/editor.html?c=candlestick-brush)
- articles
- [Visualizing data with go-echarts](https://blog.logrocket.com/visualizing-data-go-echarts/)### statsview
- [repo](https://github.com/go-echarts/statsview)
### inspirations
- initial
- [article](https://betterprogramming.pub/data-visualization-in-go-e3135d93f8a8)
- [repo](https://github.com/horlabyc/data-visualization)
- tree graph
- [article](https://golangexample.com/draw-graphs-through-go-mod-graph-output/)
- [repo](https://github.com/PaulXu-cn/go-mod-graph-chart)