From: Evert Timberg Date: Sun, 21 Jan 2018 21:47:25 +0000 (-0500) Subject: Remove copy-pasta error in polar area and doughnut chart docs (#5169) X-Git-Tag: v2.7.2~1^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f82c8adf39382ff1989664a872a0f3ec21ae1265;p=thirdparty%2FChart.js.git Remove copy-pasta error in polar area and doughnut chart docs (#5169) --- diff --git a/docs/charts/doughnut.md b/docs/charts/doughnut.md index 35a7dbb56..cd9af9d56 100644 --- a/docs/charts/doughnut.md +++ b/docs/charts/doughnut.md @@ -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. diff --git a/docs/charts/polar.md b/docs/charts/polar.md index 29952cff6..8f403149e 100644 --- a/docs/charts/polar.md +++ b/docs/charts/polar.md @@ -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.