Merge pull request #2132 from nnnick/fix/2131

Fix axis IDs in documentation
This commit is contained in:
Evert Timberg 2016-03-14 19:51:09 -04:00
commit 1292558f7c
2 changed files with 3 additions and 3 deletions

View File

@ -86,8 +86,8 @@ var data = {
// The actual data
data: [65, 59, 80, 81, 56, 55, 40],
// String - If specified, binds the dataset to a certain y-axis. If not specified, the first y-axis is used.
yAxisID: "y-axis-1",
// String - If specified, binds the dataset to a certain y-axis. If not specified, the first y-axis is used. First id is y-axis-0
yAxisID: "y-axis-0",
},
{
label: "My Second dataset",

View File

@ -50,7 +50,7 @@ var data = {
data: [65, 59, 80, 81, 56, 55, 40],
// String - If specified, binds the dataset to a certain y-axis. If not specified, the first y-axis is used.
yAxisID: "y-axis-1",
yAxisID: "y-axis-0",
},
{
label: "My Second dataset",