Skip to content

v1.4.67

Choose a tag to compare

@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 22 Nov 20:03
· 99 commits to master since this release
5e531f1

🎉 1.4.67

✨ Features added-

  1. Added the feature "Multicolor line chart based on y-axis value range". Added a new prop named colors, which accepts an array of objects of type ColorFromToY described below-
type ColorFromToY = {
  from: number
  to: number
  color: ColorValue
}

See #1165 and #1179

multiColorY

🐛 Bug fixes

  1. Fixed the issue- "BarChart tooltip appears behind line". See #1177 and #1169 (comment)

  2. Fixed the issue- "using negativeStepValue shows -ve values also as +ve for Line charts". This bug was introduced in version 1.4.64. See https://github.com/Abhinandan-Kushwaha/gifted-charts-core/pull/93/files#r2553125329

  3. Fixed the issue in Bar Charts- "using a -ve value for the negativeStepValue prop hides the -ve bars".