chart_engine 1.0.8 chart_engine: ^1.0.8 copied to clipboard
Chart generator with interchangeable chart engines, like ChartJS and ApexCharts.
1.0.8 #
- Added support to Scatter Timed Charts.
- Fix Timed series values sent to JS: convert DateTime to millisecondsSinceEpoch.
- ChartsJS: better Tooltip for Scatter Charts.
- ApexCharts: Fix X axis title position issue, for timed series.
1.0.7 #
- Added support to Scatter Charts.
- ChartData: xAxisScale and yAxisScale
- ChartSeriesPair for Scatter charts.
- swiss_knife: ^2.5.0
1.0.6 #
- Fix version reference.
1.0.5 #
- Fix Dart JS interoperability issues in build release (Dart2JS).
1.0.4 #
- Added support for Time Series Charts (Line charts with DateTime X axis).
- ChartTimeSeries to declare Time Series data.
- Added ChartJS date adapter fallback, in case of moment not present.
1.0.3 #
- Added support to Gauge Charts.
- Added support to disabled colors at ColorGenerator.
- Fix ChartJS build in release mode, since AMDJS is in mimic mode.
- Change SDK requirement from 2.8+ to 2.7+.
- amdjs: ^1.0.3
1.0.2 #
- Add support to Bar Charts and Horizontal Bar Charts.
- Add examples with Bar Charts.
1.0.1 #
- Fix library name and exports.
- Fix typos.
- dartfmt
1.0.0 #
- Only supporting Line Charts for now.
- Initial version, created by Stagehand