Versions in this module Expand all Collapse all v0 v0.0.1 Feb 11, 2022 Changes in this version + const Blue + const Green + const Grey + const Orange + const Purple + const Red + const Yellow + type LineData struct + func NewLineData(name string, backgroundColor string, borderColor string, fill bool, max int) *LineData + func (ld *LineData) Add(x string, y int) + func (ld *LineData) AddValue(v int) + func (ld *LineData) AutoAdd() + func (ld *LineData) Export() string + type LineDataEle struct + type LineDataExport struct + Datasets []LineDataExportSet + Labels []string + type LineDataExportSet struct + BackgroundColor string + BorderColor string + Data []int + Fill bool + Label string