examples
examples copied to clipboard
🔖 go-echarts examples for showing how to use
May I ask if the go charts library can support the drawing of the following sequence diagrams, Obtain time series data from Prometheus for plotting, and the final time series...
Add numerical X-axis (`opts.LineData{Value: []interface{}{1,2}}`), including `time.Date` as X values. Add mark areas, mark lines and visual maps (`charts.WithMarkAreaNameCoordItemOpts`, `charts.WithMarkLineNameXAxisItemOpts`, `charts.WithMarkLineNameCoordItemOpts`, `charts.WithVisualMapOpts`). 
I am interested in a numerical X-axis. Also X axis as time string formatted timestamp integer values. Cheers
Add another heatmap example that uses the calendar coordinates. Similar to git contribution charts