- Updated to scichart.js 5.2.55 which includes fix for NonUniformHeatmap linear interpolation
- Fixed bug with project failed to start in Visual Studio with TypeScript support enabled
- Fixed the missing
AxisAlignmentproperty onNumericAxisand exposed additional axis label options (LabelFormat,LabelPrecision,CursorLabelFormat,CursorLabelPrecision,LabelPrefix,LabelPostfix,Rotation,UseNativeText,UseSharedCache,LineSpacing,AlwaysShowFirstLabel); the Axis demo now demonstrates axis alignment and label formatting (SCJS-2637). - Added data mutation methods (
SetZValues,SetZValue) on the Blazor uniform and non-uniform heatmap/contours data series, and updated the Uniform and Non-Uniform Heatmap demos with "Update all" / "Update one" buttons to showcase them (SCJS-2629).
- Exposed data mutation methods (
Update,InsertRange,InsertRangeByPointer,RemoveRange) on the Blazor data series types, includingXyDataSeries,XyyDataSeries,XyzDataSeries,XyxyDataSeries,XyTextDataSeries,OhlcDataSeries,HlcDataSeriesandBoxPlotDataSeries(SCJS-2611). - Updated the series demos (Line, Band, Bubble, BoxPlot, ErrorBars, LineSegment, Ohlc, Text) to showcase inserting, updating and removing data at runtime.