v1.4.48
Abhinandan-Kushwaha
released this
25 Dec 22:15
·
74 commits
to master
since this release
🎉 1.4.48 Major Release
✨ Features added-
- Added support for
barMarginBottom
to stacked bar charts. See #126 (comment) - Added the prop
customBackground
to Bar, Line, Area charts.customBackground
is an object with following keys (All of which are optional). See #790
CustomBackground
type CustomBackground = {
color?: ColorValue
component?: Function
horizontalShift?: number
verticalShift?: number
height?: number
width?: number
widthAdjustment?: number
}
- Added the props-
focusTogether
andfocusProximity
to Line and Area charts to control the focus behaviour. See #910 - BarChart lineConfig with strokeDashArray support. See #927
- Added the property
resetPointerIndexOnRelease
insidepointerConfig
to set pointerIndex to -1 upon releasing the pointer. Default value isfalse
. See #854 - Added the property
activatePointersInstantlyOnTouch
insidepointerConfig
whose default value istrue
. When set to false, the pointer will be activated not instantly after touch, but on dragging after touch. See #934
🐛 Bug fixes
- Fixed the issue-
barMarginBottom
not working for Bar charts. - Fixed issue with X-axis label position in stacked bar charts with negative values.
- Some fix about vertical lines in Line charts.
- Fixed the issue- "LineChart - Strip and Points not showing beyond x index 0 for DataSet". See #911
- Fixed the issue- "hidePointer doesn't work". See #932
- Fixed the issue- "Custom Data Point in wrong position with non-uniform spacing on data in LineChart" Seehttps://github.com//issues/923
- Fixed the issue- "extrapolateMissingValues not working with dataSet". See #916
- Fixed the issue- "The first property setting of BarChart/LineChart RulesConfigArray does not take effect". See #893
- Fixed the issue- "areaChart2, areaChart3, areaChart4... props not working". See #892
- Fixed the issue- "overflowTop parameter behaviour & verticalLinesHeight". See #884
- Fixed the issue- "Text formatting for labels not working for the focused Pie". See #886
- Fixed the issue- "PieChart focused Pie label styling does not work properly". See #886
- Fixed the issue- "Custom data points are not shown on web". See #889