All Versions
12
Latest Version
Avg Release Cycle
51 days
Latest Release
1236 days ago

Changelog History
Page 1

  • v1.5.4 Changes

    November 30, 2020

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘ Adjust getColor to support RGB (#311)
  • v1.5.3 Changes

    November 05, 2020

    ๐Ÿ›  Fix

    • formatters not being applied in aggregation chart (#309)
    • reverse array when maxValue < absMinValue (#306)
    • rounding issues in aggregation chart legends (d112378)
  • v1.5.2 Changes

    July 08, 2020

    ๐Ÿ›  Fix

    • Issues with multiple invalid values used to create SVGs causing hundreds of console errors
  • v1.5.1 Changes

    June 30, 2020

    ๐Ÿ›  Fix

    ๐Ÿ›  Fixed attribute errors when the chart is hidden. d3eabea

    Related Issues: #295, #174

  • v1.5.0 Changes

    June 03, 2020

    ๐Ÿ”จ Refactor

    1. truncate legends #288

    0๏ธโƒฃ Much cleaner truncate legends, it is enabled by default, and the max width is set automatically for aggregate based charts

  • v1.4.0 Changes

    May 09, 2020

    Feats

    • โž• Added radius option to heatmap
  • v1.3.2 Changes

    April 30, 2020

    ๐Ÿ›  Fixes

    • โšก๏ธ Update axis-chart-utils.js (#282). This fixes overlapping labels when using xIsSeries.
  • v1.3.1 Changes

    April 30, 2020

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘Œ improve regex to check if string is hex or rgb #275
    • Cannot read property 'xPos' of undefined #248
    • ๐Ÿ‘• minor linting fixes
  • v1.3.0 Changes

    September 22, 2019

    Feats

    • ๐Ÿ‘ Allow disabling of animation (#241)
    • โž• Added spline to lineOptions to create spline graph (#240). Contributed by @nxplus

    ๐Ÿ›  Fixes

  • v1.2.4 Changes

    July 30, 2019

    Feats

    • โž• Added truncateLegends option to config to allow truncating of legends (#234)
    • โž• Added shortenYAxisNumbers option to axisOptions to truncate large numbers.
    • Labels will auto fit width of the wrapper for Aggregation charts (#232)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix donut chart large arc bug (#233)
    • Full circle not rendering for Pie chart and Donut chart (#237)
    • 0๏ธโƒฃ Default strokewidth issue (#229)
    • Set minimum bar height to zero, contributed by @Alchez (#209)

    Other

    • โœ‚ Remove stray fs package from package.json (#230)