Skip to content

v1.4.44

Compare
Choose a tag to compare
@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 11 Oct 21:06
· 85 commits to master since this release
06d7cfe

🎉 1.4.44

✨ Features added-

  1. Added support for different spacing for each line in Line/Area charts. Added the props spacing1, spacing2, spacing3... See #858
  2. Added support for different spacing for each data point in a line in Line/Area charts. Added the spacing property inside the objects of the data and dataSet arrays.
  3. Added the tooltip feature in Pie/Donut charts using the showTooltip prop.

🐛 Bug fixes

  1. Fixed the issue- "yAxisOffset does not work with stackData". See #862
  2. Fixed the issue- zIndex not working for Lines/Curves of the Line/Area charts.
  3. Used scrollAnimation when scrolling to a given index using the scrollToIndex prop. See #859

    Thanks to dannybit for his PR- #860