Merge pull request #2413 from dougmolineux/master

Added a <br>
This commit is contained in:
Evert Timberg 2016-04-28 20:18:46 -04:00
commit 3506274c02

View File

@ -18,7 +18,7 @@ They are also registered under two aliases in the `Chart` core. Other than their
<div class="canvas-holder half">
<canvas width="250" height="125"></canvas>
</div>
<br>
### 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.
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.