]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update doughnut.mdx (#8279)
authorLeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com>
Thu, 7 Jan 2021 12:54:18 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 12:54:18 +0000 (07:54 -0500)
Updating quotation mark to fix broken link

docs/docs/charts/doughnut.mdx

index 5bfb70fa1b70e628470d85b805b5cf873a6889c9..e5758478fd791de82342a79ef80ff93025c8aa32 100644 (file)
@@ -102,7 +102,7 @@ The doughnut/pie chart allows a number of properties to be specified for each da
 | [`borderAlign`](#border-alignment) | `string` | Yes | Yes | `'center'`
 | [`borderColor`](#styling) | [`Color`](../general/colors.md) | Yes | Yes | `'#fff'`
 | [`borderWidth`](#styling) | `number` | Yes | Yes | `2`
-| ['circumference`](#general) | `number` | - | - | `undefined`
+| [`circumference`](#general) | `number` | - | - | `undefined`
 | [`clip`](#general) | `number`\|`object` | - | - | `undefined`
 | [`data`](#data-structure) | `number[]` | - | - | **required**
 | [`hoverBackgroundColor`](#interations) | [`Color`](../general/colors.md) | Yes | Yes | `undefined`