v1.4.67
·
99 commits
to master
since this release
🎉 1.4.67
✨ Features added-
- 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 typeColorFromToYdescribed below-
type ColorFromToY = {
from: number
to: number
color: ColorValue
}🐛 Bug fixes
-
Fixed the issue- "BarChart tooltip appears behind line". See #1177 and #1169 (comment)
-
Fixed the issue- "using
negativeStepValueshows -ve values also as +ve for Line charts". This bug was introduced in version1.4.64. See https://github.com/Abhinandan-Kushwaha/gifted-charts-core/pull/93/files#r2553125329 -
Fixed the issue in Bar Charts- "using a -ve value for the
negativeStepValueprop hides the -ve bars".
