Skip to content

Releases: Allegiance-Consulting/blazor-highcharts

Added Polar area chart, some breaking changes.

26 Jul 09:16
97ba454
Compare
Choose a tag to compare

Added Polar area chart with custom background fill.

Slight Breaking change: Changed TickInterval data type from int? to double?

Updated number types

11 Aug 12:00
Compare
Choose a tag to compare

Breaking change: From version 2.0.0 number types will no longer be of type "long". All numbers corresponding to data values will now be of type "double", and numbers corresponding to display options (ie. Height, StartAngle, BorderWidth etc.) will be of type "int"