Version History
Version 1.0.7
20th September, 2019
New Features
Starting v1.0.7, FusionCharts.NET introduces the following features and components for the time-series charts:
Exception Handling has been introduced to Visualization Engine of FusionCharts.NET library.
Culture has been introduced to DataEngine.
Improvement
If the total number of records is less than the number of records to be extracted from the top, instead of throwing an exception, all records will be extracted from the top.
TimeSeriesData.RenderCompatibleDataInJson(model);
has been replaced byTimeSeriesData.RenderCompatibleDataInJson(model,suppress,”chartId”);
.
Deprecated
- TimeSeriesData.RenderCompatibleDataInJson(model);
Version 1.0.6
26th August, 2019
New Features
Starting v1.0.6, FusionCharts.NET now supports Palette Colors for all chart types.
You can now define the data binning as per custom requirements.
Improvement
- Starting v1.0.6,
JsonFileSource
of the DataEngine now supports more json format.
Version 1.0.4
23rd July, 2019
Improvement
- Starting v1.0.4, FusionCharts.NET has been released for .NET Standard which enables the support for following .NET development platforms:
- .NET Framework
- .NET Core
- .NET Standard
- Mono/Xamarin
You can download the .NET Standard version directly from NuGet.
FusionCharts.NET Standard does not support ASP.NET Export Handler.
Version 1.0.2
12th July, 2019
Improvement
- Code optimization.
Fixes
- The issues of DataEngine Pivot Operation Aggregation function has now been fixed.
Version 1.0.1
8th April, 2019
Improvement
- Performance optimization for
CsvFileSource
.
Fixes
- The issue of DataType for
JsonFileSource
has now been fixed.