Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Apply a recommendation (fixes #3046) #3070

Merged
merged 1 commit into from
Aug 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/03-Line-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/04-Bar-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/05-Radar-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/06-Polar-Area-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/07-Pie-Doughnut-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var myDoughnutChart = new Chart(ctx, {
});
```

### Data Structure
### Dataset Structure

Property | Type | Usage
--- | --- | ---
Expand Down
2 changes: 1 addition & 1 deletion docs/08-Bubble-Chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var myBubbleChart = new Chart(ctx,{
});
```

### Data Structure
### Dataset Structure

Property | Type | Usage
--- | --- | ---
Expand Down