The additional line will make the legend accessible.
https://github.com/chartjs/Chart.js/issues/2389
<div class="canvas-holder half">
<canvas width="250" height="125"></canvas>
</div>
-
+<br>
### Example usage
// 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.