- First stable MVP PoC with line graphs implemented.
- 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.
- 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
)
- 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
)
- 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
)
- Rename reference of Graph to Chart: Refactored code to rename references from
Graph
toChart
for better clarity and consistency. (6a790fbb
) - README updates:
- Updated references from
GraphExtent
toChartExtent
. - Improved documentation for chart components and their properties.
- Updated references from
- Sparkline Chart: Added support for sparkline charts, allowing users to visualize data trends in a compact format. (
8124e08
)
- 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.