diff --git a/docs/03-Line-Chart.md b/docs/03-Line-Chart.md index 13e85a847..8a77ae083 100644 --- a/docs/03-Line-Chart.md +++ b/docs/03-Line-Chart.md @@ -26,7 +26,7 @@ var myLineChart = Chart.Line(ctx, { }); ``` -### Data Structure +### Dataset Structure The following options can be included in a line chart dataset to configure options for that specific dataset. diff --git a/docs/04-Bar-Chart.md b/docs/04-Bar-Chart.md index a36867781..6e8f1caad 100644 --- a/docs/04-Bar-Chart.md +++ b/docs/04-Bar-Chart.md @@ -31,7 +31,7 @@ var myBarChart = new Chart(ctx, { }); ``` -### Data Structure +### Dataset Structure The following options can be included in a bar chart dataset to configure options for that specific dataset. Some properties can be specified as an array. If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on. diff --git a/docs/05-Radar-Chart.md b/docs/05-Radar-Chart.md index e974d2a19..f191c3a81 100644 --- a/docs/05-Radar-Chart.md +++ b/docs/05-Radar-Chart.md @@ -22,7 +22,7 @@ var myRadarChart = new Chart(ctx, { }); ``` -### Data Structure +### Dataset Structure The following options can be included in a radar chart dataset to configure options for that specific dataset. diff --git a/docs/06-Polar-Area-Chart.md b/docs/06-Polar-Area-Chart.md index 052e06591..4f2d8960d 100644 --- a/docs/06-Polar-Area-Chart.md +++ b/docs/06-Polar-Area-Chart.md @@ -21,7 +21,7 @@ new Chart(ctx, { }); ``` -### Data Structure +### Dataset Structure The following options can be included in a polar area chart dataset to configure options for that specific dataset. diff --git a/docs/07-Pie-Doughnut-Chart.md b/docs/07-Pie-Doughnut-Chart.md index 06f819126..12547945b 100644 --- a/docs/07-Pie-Doughnut-Chart.md +++ b/docs/07-Pie-Doughnut-Chart.md @@ -40,7 +40,7 @@ var myDoughnutChart = new Chart(ctx, { }); ``` -### Data Structure +### Dataset Structure Property | Type | Usage --- | --- | --- diff --git a/docs/08-Bubble-Chart.md b/docs/08-Bubble-Chart.md index 085718bd4..59b8b7730 100644 --- a/docs/08-Bubble-Chart.md +++ b/docs/08-Bubble-Chart.md @@ -21,7 +21,7 @@ var myBubbleChart = new Chart(ctx,{ }); ``` -### Data Structure +### Dataset Structure Property | Type | Usage --- | --- | ---