GoCharts is a library to assist with building charts, by directly working with charting libraries, generating tabular data for Excel XLSX files and CSV files, or to transfer data to/from analytics solutions like Metabase and SimpleKPI.
It includes two sets of packages:
Commonly used data structures include:
A full list is available in the data
folder.
quicktemplate
is used for rendering some of the charts.
An example chart is the Rickshaw chart shown below:
Data collections are provided in the collections
folder for the primary purpose of providing example data to run in the examples. Currently, cryptocurrency data from Yahoo! Finance is included.
Various helpers to use applications are located in the apps
folder for the primary purpose of providing reusable and example code.
$ go get github.com/grokify/gocharts/v2/...
See the example here:
charts/rickshaw/examples/report.go
## Mentions