From d1c3612a5001e2d241d63600388b88ff01b7f16a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 23 Apr 2016 23:54:40 +0200 Subject: [PATCH] Changed occurrences of "charts.defaults.Bar" to "charts.defaults.bar" --- docs/03-Bar-Chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03-Bar-Chart.md b/docs/03-Bar-Chart.md index dab2de5bd..3c2948204 100644 --- a/docs/03-Bar-Chart.md +++ b/docs/03-Bar-Chart.md @@ -73,7 +73,7 @@ The label key on each dataset is optional, and can be used when generating a sca These are the customisation options specific to Bar charts. These options are merged with the [global chart configuration options](#getting-started-global-chart-configuration), and form the options of the chart. -The default options for bar chart are defined in `Chart.defaults.Bar`. +The default options for bar chart are defined in `Chart.defaults.bar`. Name | Type | Default | Description --- |:---:| --- | --- @@ -128,7 +128,7 @@ new Chart(ctx, { // for both x and y axes. ``` -We can also change these defaults values for each Bar type that is created, this object is available at `Chart.defaults.Bar`. +We can also change these defaults values for each Bar type that is created, this object is available at `Chart.defaults.bar`. #### barPercentage vs categoryPercentage -- 2.47.2