Commit 31a7c92
committed
Enhance documentation and add BackgroundColor property
This commit introduces additional XML documentation comments for the `DoughnutChartDataset` class and its properties, including links to relevant Chart.js documentation for border alignment and border radius. A new `BackgroundColor` property is added to the `DoughnutChartDatasetData` record, allowing for background color customization. The `Circumference` property has been updated with comments related to clipping and documentation links. Various annotations such as `[AddedVersion("1.0.0")]`, `[DefaultValue(...)]`, and `[Description(...)]` have been added to improve overall documentation and usability.
NOTE: This commit message is auto-generated using GitHub Copilot.1 parent 971ed31 commit 31a7c92
2 files changed
Lines changed: 12 additions & 0 deletions
File tree
- BlazorExpress.ChartJS/Models/ChartDataset/DoughnutChart
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | 25 | | |
| |||
0 commit comments