Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)