From 2ac799d84256d391e2a6f71189e8a72e41ae8005 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 21 Jan 2018 16:47:25 -0500 Subject: [PATCH] Remove copy-pasta error in polar area and doughnut chart docs (#5169) --- docs/charts/doughnut.md | 1 - docs/charts/polar.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/charts/doughnut.md b/docs/charts/doughnut.md index 35a7dbb56fe..cd9af9d56a0 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 29952cff672..8f403149e05 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.