]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Docs: Apply a recommendation (fixes #3046) 3070/head
authorSiben Nayak <siben.nayak@gmail.com>
Mon, 1 Aug 2016 09:56:46 +0000 (15:26 +0530)
committerSiben Nayak <siben.nayak@gmail.com>
Mon, 1 Aug 2016 09:56:46 +0000 (15:26 +0530)
docs/03-Line-Chart.md
docs/04-Bar-Chart.md
docs/05-Radar-Chart.md
docs/06-Polar-Area-Chart.md
docs/07-Pie-Doughnut-Chart.md
docs/08-Bubble-Chart.md

index 13e85a8476fbe31453d07fbc2e1e75a0138d23ad..8a77ae0833b19b7d47df6065597296b47f4795ab 100644 (file)
@@ -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.
 
index a368677816a1b039e89ccf2e476d4e6d752d3867..6e8f1caad84f132a67004bc1167773c7bb835706 100644 (file)
@@ -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.
index e974d2a19c57205ee1a4b914a73774f23efd455a..f191c3a8178b933aae208de50dc7f1a95112e77e 100644 (file)
@@ -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.
 
index 052e06591647c57c49c70482c6f8fceceb26f0d2..4f2d8960d0b277110af3e6e9197ddcc06a7ca2f9 100644 (file)
@@ -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.
 
index 06f819126e8100579a3c39eda4f43878f2a98ea3..12547945b830f499a98b69080f3265a862b91964 100644 (file)
@@ -40,7 +40,7 @@ var myDoughnutChart = new Chart(ctx, {
 });
 ```
 
-### Data Structure
+### Dataset Structure
 
 Property | Type | Usage
 --- | --- | ---
index 085718bd40f4ef235bfc2209bf1147fed7e62ce2..59b8b773053816f7103027707cc2846d3cfe2e94 100644 (file)
@@ -21,7 +21,7 @@ var myBubbleChart = new Chart(ctx,{
 });
 ```
 
-### Data Structure
+### Dataset Structure
 
 Property | Type | Usage
 --- | --- | ---