Skip to content

v1.4.48

Compare
Choose a tag to compare
@Abhinandan-Kushwaha Abhinandan-Kushwaha released this 25 Dec 22:15
· 74 commits to master since this release
dfabcd2

🎉 1.4.48 Major Release

✨ Features added-

  1. Added support for barMarginBottom to stacked bar charts. See #126 (comment)
  2. 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
}
  1. Added the props- focusTogether and focusProximity to Line and Area charts to control the focus behaviour. See #910
  2. BarChart lineConfig with strokeDashArray support. See #927
  3. Added the property resetPointerIndexOnRelease inside pointerConfig to set pointerIndex to -1 upon releasing the pointer. Default value is false. See #854
  4. Added the property activatePointersInstantlyOnTouch inside pointerConfig whose default value is true. When set to false, the pointer will be activated not instantly after touch, but on dragging after touch. See #934

🐛 Bug fixes

  1. Fixed the issue- barMarginBottom not working for Bar charts.
  2. Fixed issue with X-axis label position in stacked bar charts with negative values.
  3. Some fix about vertical lines in Line charts.
  4. Fixed the issue- "LineChart - Strip and Points not showing beyond x index 0 for DataSet". See #911
  5. Fixed the issue- "hidePointer doesn't work". See #932
  6. Fixed the issue- "Custom Data Point in wrong position with non-uniform spacing on data in LineChart" Seehttps://github.com//issues/923
  7. Fixed the issue- "extrapolateMissingValues not working with dataSet". See #916
  8. Fixed the issue- "The first property setting of BarChart/LineChart RulesConfigArray does not take effect". See #893
  9. Fixed the issue- "areaChart2, areaChart3, areaChart4... props not working". See #892
  10. Fixed the issue- "overflowTop parameter behaviour & verticalLinesHeight". See #884
  11. Fixed the issue- "Text formatting for labels not working for the focused Pie". See #886
  12. Fixed the issue- "PieChart focused Pie label styling does not work properly". See #886
  13. Fixed the issue- "Custom data points are not shown on web". See #889