mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix typo
This commit is contained in:
parent
fca419e075
commit
046e2effb5
@ -44,7 +44,7 @@ var myDoughnutChart = new Chart(ctx, {
|
||||
|
||||
Property | Type | Usage
|
||||
--- | --- | ---
|
||||
data | `Array<Number>` | The data to plot as bars
|
||||
data | `Array<Number>` | The data to plot as arcs
|
||||
label | `String` | The label for the dataset which appears in the legend and tooltips
|
||||
backgroundColor | `Array<Color>` | The fill color of the arcs. See [Colors](#getting-started-colors)
|
||||
borderColor | `Array<Color>` | Arc border color
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user