Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 711 Bytes

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 711 Bytes

Changelog

Version 1.2 (2019-08-13)

Improvements

  • Updated ChartJS to v2.8
    • Improved graphics
    • Interactive legends allow hiding/showing chart series
  • Numerous code refactors
    • Many functions now accept arrays as parameters
    • Improved consistency in variable names
    • writeChartDefaults has been consolidated into a single function
  • Visual improvements to charts
    • New semitransparent colors for line chart area fills
  • Y-axis can now be set to a common value across multiple charts
  • Chart type can now be set (line, bar)

New functions

  • arrayFlatten
  • dataFindMaxValue
  • roundUp

Deprecated functions

  • writeTable

Version 1.0 (2016-09-01)

  • Initial release