From 4d8def904c31e4ffba34dd1453e9549af3afc4f7 Mon Sep 17 00:00:00 2001 From: Doug Molineux Date: Thu, 28 Apr 2016 16:52:40 -0600 Subject: [PATCH] Added a
The additional line will make the legend accessible. https://github.com/chartjs/Chart.js/issues/2389 --- docs/06-Pie-Doughnut-Chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/06-Pie-Doughnut-Chart.md b/docs/06-Pie-Doughnut-Chart.md index 191c2f888..dafa331ac 100644 --- a/docs/06-Pie-Doughnut-Chart.md +++ b/docs/06-Pie-Doughnut-Chart.md @@ -18,7 +18,7 @@ They are also registered under two aliases in the `Chart` core. Other than their
- +
### Example usage @@ -110,4 +110,4 @@ new Chart(ctx,{ // and the Doughnut chart defaults but this particular instance will have `animateScale` set to `true`. ``` -We can also change these default values for each Doughnut type that is created, this object is available at `Chart.defaults.doughnut`. Pie charts also have a clone of these defaults available to change at `Chart.defaults.pie`, with the only difference being `cutoutPercentage` being set to 0. \ No newline at end of file +We can also change these default values for each Doughnut type that is created, this object is available at `Chart.defaults.doughnut`. Pie charts also have a clone of these defaults available to change at `Chart.defaults.pie`, with the only difference being `cutoutPercentage` being set to 0.