dragon_charts_flutter 0.1.0
dragon_charts_flutter: ^0.1.0 copied to clipboard
A lightweight and highly customizable charting library for Flutter.
0.0.1-pre1 - 2024-05-26 #
- First stable MVP PoC with line graphs implemented.
0.0.1 - 2024-05-26 #
- Visual improvements to the line graphs and tooltips.
- Partial API documentation.
- Improvements to animations, especially when changing data set size.
- Other miscellaneous bug fixes and improvements.
0.0.2 - 2024-06-17 #
Added #
- Minor visual tweaks: Improved the visual appearance of the application with minor tweaks for better user experience. (
2fc0171e) - QoL improvements and miscellaneous changes: Added various quality-of-life improvements and miscellaneous changes for better functionality and user experience. (
f2c39896) - Multiple point selection/highlighting strategies: Introduced new strategies for selecting and highlighting multiple points on the chart, enhancing interactivity. (
bb94c136)
Changed #
- Cartesian selection configuration: Enhanced the configuration options for cartesian selection, providing more flexibility and customization options. (
dc49710f) - Tooltip functionality: Improved the tooltip functionality, ensuring accurate and clear information display. (
b44b0833)
Fixed #
- Further lint fixes: Addressed additional linting issues to maintain code quality and consistency. (
7231300c) - Chart padding for labels: Fixed padding issues to ensure labels are correctly displayed without overlapping, improving chart readability. (
344c2014)
Documentation #
- Rename reference of Graph to Chart: Refactored code to rename references from
GraphtoChartfor better clarity and consistency. (6a790fbb) - README updates:
- Updated references from
GraphExtenttoChartExtent. - Improved documentation for chart components and their properties.
- Updated references from
0.0.3 - 2024-07-01 #
Added #
- Sparkline Chart: Added support for sparkline charts, allowing users to visualize data trends in a compact format. (
8124e08)
0.1.0 - 2024-07-05 #
- Initial release with support for line charts.: The first stable release of the library, providing support for line charts. No functional changes from the previous version.
- Linter Fixes: Apply linter fixes. There are no functional changes.