Releases: grokify/gocharts
Releases · grokify/gocharts
v1.16.2
Updates
- dep: go mod: update
- rename: table: move folder to cmd
- docs: README.md: update
- docs: shields: reorder
v1.16.1
Updates
- ci: gh actions: add Go 1.17
- dep: go mod: update
- feat: table: add
ParseReadSeeker()
v1.16.0
Updates
- simplify: timeseries: cnvert to TimeItem.Int64() and `TimeItem.Floa… …
- cleanup: wchart/sts2wchart: remove magic default
- feat: timeseries/xoxconv: add ability get MoM/QoQ/YoY by month
- feat: table/tblconv: add TableToTimeSeries()
- feat: timeseries: add TimeSeries.Get()
- enhance: sts2wchart: update variable names
v1.15.3
Updates
- enhance: sts2wchart: update
sts2wchart.DefaultLineChartOpts
- feat: timeseries: add
timeseries.ReadFileTimeSeriesSet()
v1.15.2
Updates
- dep: go mod: update
- cleanup: table: move format functions to table/format
- feat: sts2wchart: add
sts2wchart.WriteLineChartTimeSeries()
- feat: timeseries: add
timeseries.ReadFileTimeSeries()
v1.15.1
- feat: timeseries: add
*.WriteJSON()
- enhance: table: improve error message
- docs: table: add comments
- dep: go mod: update
- cleanup: table: remove unneeded defer
- enhance: table: ineffassign
v1.15.0
Overview
- feat: table: add Table.FormatColumn()
- feat: table: add Table.String()
- enhance: table: enable Table.Pivot() to add Columns
Updates
- feat: table: add Table.FormatColumn()
- enhance: table: enable Table.Pivot() to add Columns
- dep: go mod: update
- feat: table: add Table.String()
- fix: table: ReadTable() set csvReader.FieldsPerRecord to -1 when No… …
- simplify: table: rename ReadFile()
- comments: table: add
v1.14.6
Updates
- cleanup: table: use default ParseOptions
- feat: table: add ReadTable() TrimSpace option
- cleanup: table: remove unneeded code
- streamline: timeseries: combine TimeSeriesSet.ToMonth(), `TimeSerie…
v1.14.5
- consistency: timeseries: update for NewTimeSeries(name string)
- consistency: timeseries: add name to NewTimeSeries(name string)