easy_flutter_charts 1.2.1
easy_flutter_charts: ^1.2.1 copied to clipboard
is a simple, lightweight, and customizable library for creating charts in Flutter.
1.2.1 #
Changed #
- Updated screenshots in the README and documentation to reflect the latest UI changes and chart improvements.
1.2.0 #
Added #
- New
AreaChartcomponent for visualizing data with smooth filled curves and multiple series support.
1.0.11 #
Added #
- Support for the
lineTooltipBuilderfunction with access toLineChartSeriesin addition toLineChartData, allowing for richer and more customizable tooltips.
1.0.9 #
Added #
- Added
yMinandyMaxparameters inLineChartto allow manual definition of the minimum and maximum values of the Y-axis.
1.0.8 #
1.0.7 #
Changed #
- The
LineCharttooltip now automatically adapts to the content, including:- Multi-line labels;
- Long texts with automatic line breaks;
- Automatic vertical expansion without overflow;
- Maximum width limitation for better responsiveness.
- Improved readability and style of the content displayed in the tooltip.
1.0.6 #
Added #
- Support for multi-line labels on the X-axis in the
LineChart. - You can now pass a list of
Stringas an item in thexAxis, and each line will be displayed vertically stacked (one text below the other).xAxis: [ 'Jan', ['Fev', '2024'], 'Mar', ['Abr', 'Completo'] ]
1.0.5 #
Updated #
- Updated LineChart image in the README.
- Replaced
ContainerwithSizedBoxto add visual spacing as recommended by the linter. - Adjusted string interpolation to follow best practices (
'$var'→${var}when necessary). - Used
super.keyin constructors to simplify key passing.
1.0.4 #
Added #
- Full support for custom
xAxisusage in theLineChart. - The
xAxisproperty is now required in theLineChartto ensure consistency in the displayed data.
1.0.3 #
- Reduced the description in
pubspec.yaml. - Added
repository:field inpubspec.yaml. - Replaced
withOpacity(0.2)withColor.fromRGBO(128, 128, 128, 0.2)to remove deprecated API warning.
1.0.1 #
- README update.
1.0.0 #
- First release.
0.0.1 #
- TODO: Describe initial release.