|
@@ -26,7 +26,7 @@
|
|
|
default: () => {
|
|
default: () => {
|
|
|
return [
|
|
return [
|
|
|
{ name: 'ppm', gridIndex: 0, position: 'left' },
|
|
{ name: 'ppm', gridIndex: 0, position: 'left' },
|
|
|
- { name: '%', gridIndex: 1, position: 'left', max: 100 },
|
|
|
|
|
|
|
+ { name: '%', gridIndex: 1, position: 'left' },
|
|
|
{ name: 'kPa', gridIndex: 2, position: 'left' },
|
|
{ name: 'kPa', gridIndex: 2, position: 'left' },
|
|
|
{ name: '℃', gridIndex: 2, position: 'right' },
|
|
{ name: '℃', gridIndex: 2, position: 'right' },
|
|
|
];
|
|
];
|