Skip to content

Commit c1d7725

Browse files
committed
Merge pull request #2340 from DaanDeMeyer/documentation-fixes
Documentation fixes
2 parents b2e162f + d1c3612 commit c1d7725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/02-Line-Chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The label key on each dataset is optional, and can be used when generating a sca
126126

127127
These are the customisation options specific to Line charts. These options are merged with the [global chart configuration options](#getting-started-global-chart-configuration), and form the options of the chart.
128128

129-
The default options for line chart are defined in `Chart.defaults.Line`.
129+
The default options for line chart are defined in `Chart.defaults.line`.
130130

131131
Name | Type | Default | Description
132132
--- | --- | --- | ---

docs/03-Bar-Chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The label key on each dataset is optional, and can be used when generating a sca
7373

7474
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.
7575

76-
The default options for bar chart are defined in `Chart.defaults.Bar`.
76+
The default options for bar chart are defined in `Chart.defaults.bar`.
7777

7878
Name | Type | Default | Description
7979
--- |:---:| --- | ---
@@ -128,7 +128,7 @@ new Chart(ctx, {
128128
// for both x and y axes.
129129
```
130130

131-
We can also change these defaults values for each Bar type that is created, this object is available at `Chart.defaults.Bar`.
131+
We can also change these defaults values for each Bar type that is created, this object is available at `Chart.defaults.bar`.
132132

133133
#### barPercentage vs categoryPercentage
134134

0 commit comments

Comments
 (0)