Fix the y scales that were missed in the previous check in

This commit is contained in:
Evert Timberg 2015-05-23 21:49:01 -04:00
parent d4e7765a50
commit 1352dfeb0f
6 changed files with 9 additions and 9 deletions

View File

@ -52,7 +52,7 @@
scales: { scales: {
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",
@ -83,7 +83,7 @@
} }
}, { }, {
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "right", position: "right",
id: "y-axis-2", id: "y-axis-2",

View File

@ -61,7 +61,7 @@
}], }],
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",
@ -92,7 +92,7 @@
} }
}, { }, {
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "right", position: "right",
id: "y-axis-2", id: "y-axis-2",

View File

@ -104,7 +104,7 @@
}], }],
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",
@ -135,7 +135,7 @@
} }
}, { }, {
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "right", position: "right",
id: "y-axis-2", id: "y-axis-2",

View File

@ -43,7 +43,7 @@
}], }],
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",

View File

@ -43,7 +43,7 @@
}], }],
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",

View File

@ -42,7 +42,7 @@
}], }],
yAxes: [{ yAxes: [{
scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance scaleType: "linear", // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance
show: true, display: true,
position: "left", position: "left",
id: "y-axis-1", id: "y-axis-1",