PackageTrack
Sign in Get early access

charts_common

A common library for charting packages.

0.12.0 4.0K downloads/mo #4161 most downloaded on pub.dev google/charts

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 12 months

Nearly every release is documented

notes for 12 of 13 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

13 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

13 releases · Mar 2018 to Nov 2021
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 13
  1. 0.12.0 02 Nov 2021
    Release notes
    • Expose NumericScale, LinearScale and ScaleSpec
    • Add functions to draw horizontal or vertical links.
    • Added more padding options.
    • Create AutoAdjustingStatickTickProvider for bar charts.
    • Add generic graph class initializers.
    • Add ingoing and outgoing node links and toSeriesList conversion.
    • Bug fixes.
    Open source →
  2. 0.11.0 07 Jul 2021
    Release notes
    • Null support
    • Update to latest from internal repo
    Open source →
  3. 0.10.0 10 Mar 2021
    Release notes
    • Internal bug fixes
    • Bump versions of intl due to pull request
    Open source →
  4. 0.9.0 28 Feb 2020
    Release notes
    • Internal bug fixes
    • Bump versions in Gemlock file due to security alerts
    Open source →
  5. 0.8.1 23 Sep 2019
    Release notes
    • Update intl version.
    Open source →
  6. 0.8.0 28 Aug 2019
    Release notes
    • Bug fixes from open source.
    Open source →
  7. 0.7.0 22 Aug 2019
    Release notes
    • Added vertical bar label
    Open source →
  8. 0.6.0 15 Feb 2019
    Release notes
    • Bars can now be rendered on line charts.
    • Negative measure values will now be rendered on bar charts as a separate stack from the positive values.
    • Added a Datum Legend, which displays one entry per value in the first series on the chart. This is useful for pie and scatter plot charts.
    • The AxisPosition enum in RTLSpec was refactored to AxisDirection to better reflect its effect on swapping the positions of all start and end components, and not just positioning the measure axes.
    • Added custom colors for line renderer area skirts and confidence intervals. A new "areaColorFn" has been added to Series, and corresponding data to the datum. We could not use the fillColorFn for these elements, because that color is already applied to the internal section of points on line charts (including highlighter behaviors).
    Open source →
  9. 0.5.0 31 Oct 2018
    Release notes
    • SelectionModelConfig's listener parameter has been renamed to "changeListener". This is a breaking change. Please rename any existing uses of the "listener" parameter to "changeListener". This was named in order to add an additional listener "updateListener" that listens to any update requests, regardless if the selection model has changed.
    • CartesianChart's method getMeasureAxis(String axisId) has been changed to getMeasureAxis({String axisId) so that getting the primary measure axis will not need passing any id that does not match the secondary measure axis id. This affects users implementing custom behaviors using the existing method.
    Open source →
  10. 0.4.0 06 Aug 2018
    Release notes
    • Declare compatibility with Dart 2.
    • BasicNumericTickFormatterSpec now takes in a callback instead of NumberFormat as the default constructor. Use named constructor withNumberFormat instead. This is a breaking change.
    • BarRendererConfig is no longer default of type String, please change current usage to BarRendererConfig<String>. This is a breaking change.
    • BarTargetLineRendererConfig is no longer default of type String, please change current usage to BarTargetLineRendererConfig<String>. This is a breaking change.
    Open source →
  11. 0.3.0 10 May 2018
    Release notes
    • Simplified API by removing the requirement for specifying the datum type when creating a chart. For example, previously to construct a bar chart the syntax was 'new BarChart<MyDatumType>()'. The syntax is now cleaned up to be 'new BarChart()'. Please refer to the online gallery for the correct syntax.
    • Added scatter plot charts
    • Added tap to hide for legends
    • Added support for rendering area skirts to line charts
    • Added support for configurable fill colors to bar charts
    Open source →
  12. 0.2.0 16 Apr 2018
    Release notes
    • Update color palette. Please use MaterialPalette instead of QuantumPalette.
    • Dart2 fixes
    Open source →
  13. 0.0.1 23 Mar 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive