Commit 58b612a
committed
Enhance ChartData and LineChartDataset functionality
Updated the `ChartData` class to include `Datasets` and `Labels` properties with appropriate attributes for JSON handling.
Significant modifications to the `LineChartDataset` class include the addition of various properties for visual customization, hover effects, and point styling. New properties such as `ShowLine`, `SpanGaps`, `Stepped`, `Tension`, `XAxisID`, and `YAxisID` have been introduced to improve line rendering and dataset management.
Overall, these changes enhance the functionality and customization options of the charting library.
NOTE: This commit message is auto-generated using GitHub Copilot.1 parent 31a7c92 commit 58b612a
2 files changed
Lines changed: 140 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments