Features

  • Chart now supports Trendline for series.
  • Provided support for exporting chart to excel.
  • Provided support for series highlight and selection.
  • Chart now trims the datalabels in accumulation series when it exceeds the chart area.

Fixes

  • #140279 - Console error is no more thrown while zooming range column.
  • #137151 - Tooltip is not localized when it is placed along with listbox is fixed.
  • #137393 - PrimaryYAxis labels of polar series is now hiding when we set visibility of the axis to false.
  • #118778 - Exception when setting same start and end date of the axis is fixed.
  • #137809 - Margin for Datalabel is now working for bar series.
  • #137912 - Browser crashing issue when clicking legend of pie series has been fixed.
  • #137993 - Margin for pie series will now work properly.
  • #135793 - Tooltip for range area chart series is now working properly.
  • #135935 - Issue with Range area chart rendering wrongly when the last point is empty has been fixed.
  • #138316 - Now 'tooltip' class from the styles will not be removed while hovering on chart data.
  • #140255 - LabelIntersectionAction hide is now working properly.
  • #138865 - Polar chart wrongly rendering issue while setting Y-value as '0' has been fixed.
  • #138803 - Series is now visible when setting data source in commonseriesoptions in angular support.
  • #138803 - Axis range settings are now working in angular support.
  • #138803 - Annotations are now working in angular support.
  • #138803 - Indicators are now working in angular support.
  • #137443 - Tooltip now works fine after exploding on point click.
  • #137570 - EnableSmartLabels property is now working.
  • #137810 - Axis Title in IE8 is not overlapping with chart now.
  • #140909 - Pie animation is now completed when the chart is updated sequentially.
  • #140882 - Interval is now properly calculated for DateTime valuetype.
  • #140614 - Empty Data is now working in KO binding.

Breaking-Changes

  • 'exportChart' method has been deprecated and instead use 'export' method to export the chart.
  • Now series animation will not occur every-time while updating a property or redrawing a chart. To animate the series while updating a property simply call animate() method instead of redraw().
  • ValueType of Startangle, Endangle properties in Series has been changed from double to nullable double .
  • ValueType of RowCount, ColumnCount in Legend, ValueType of DesiredInterval, RowIndex, ColumnIndex, RowSpan, ColumnSpan, LabelRotation, MinorTicksPerInterval and RoundingPlace in Axis and ValueType of ExplodeIndex in Series, has been changed from int to nullable int.
Footer