]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove copy-pasta error in polar area and doughnut chart docs (#5169)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 21 Jan 2018 21:47:25 +0000 (16:47 -0500)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2018 21:47:25 +0000 (16:47 -0500)
docs/charts/doughnut.md
docs/charts/polar.md

index 35a7dbb56feec38746ce6da91f61f4e26b935129..cd9af9d56a0a311a963e98f4275ce08f60892437 100644 (file)
@@ -55,7 +55,6 @@ The doughnut/pie chart allows a number of properties to be specified for each da
 
 | Name | Type | Description
 | ---- | ---- | -----------
-| `label` | `String` | The label for the dataset which appears in the legend and tooltips.
 | `backgroundColor` | `Color[]` | The fill color of the arcs in the dataset. See [Colors](../general/colors.md#colors)
 | `borderColor` | `Color[]` | The border color of the arcs in the dataset. See [Colors](../general/colors.md#colors)
 | `borderWidth` | `Number[]` | The border width of the arcs in the dataset.
index 29952cff672caab0c45cf615cae35a04ea91ca01..8f403149e0593908926e88b0c2fe6cedd40bab61 100644 (file)
@@ -46,7 +46,6 @@ The following options can be included in a polar area chart dataset to configure
 
 | Name | Type | Description
 | ---- | ---- | -----------
-| `label` | `String` | The label for the dataset which appears in the legend and tooltips.
 | `backgroundColor` | `Color[]` | The fill color of the arcs in the dataset. See [Colors](../general/colors.md#colors)
 | `borderColor` | `Color[]` | The border color of the arcs in the dataset. See [Colors](../general/colors.md#colors)
 | `borderWidth` | `Number[]` | The border width of the arcs in the dataset.