- Updated to scichart.js 5.2.62
- Added a
Styleparameter onSciChartSurfaceapplied to the chart root div; set it towidth: 100%; height: 100%to size the chart to fit its parent container instead of using an aspect ratio - Fixed dynamically changing
WidthAspect/HeightAspect/DisableAspectnot taking effect on an already created chart - Added the Resize Chart demo showing a chart that follows its parent container size, including resizing with the mouse
- 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.