github highcharts/highcharts-angular v5.0.0

latest release: v5.1.0
2 months ago

Features

  • Added signal support for reactive bindings.
  • Switched to OnPush change detection by default.
  • Enabled lazy-loading of the component.
  • Now pure ESM, thanks to Highcharts v12.2.0.

Breaking changes

  • Dropped HighchartsChartModule. Replace your usage of HighchartsChartModule with the new provideHighcharts() and the standalone HighchartsChartComponent or HighchartsChartDirective.
  • Dropped callbackFunction. Replace your usage of [callbackFunction]="myFunction" with (chartInstance)="myFunction($event)".
  • chartInstance will not emit at all during destruction anymore.

Don't miss a new highcharts-angular release

NewReleases is sending notifications on new releases.