From 938ecdfc97b8a4d7525fdb56b1315b6c78aaaef6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 23 Apr 2016 23:52:26 +0200 Subject: [PATCH] Changed occurrence of "charts.defaults.Line" to "charts.defaults.line" --- docs/02-Line-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Line-Chart.md b/docs/02-Line-Chart.md index 4f03fd462..50aefb8fa 100644 --- a/docs/02-Line-Chart.md +++ b/docs/02-Line-Chart.md @@ -126,7 +126,7 @@ The label key on each dataset is optional, and can be used when generating a sca 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. -The default options for line chart are defined in `Chart.defaults.Line`. +The default options for line chart are defined in `Chart.defaults.line`. Name | Type | Default | Description --- | --- | --- | --- -- 2.47.3