zhaomiao
5 anos atrás
|
|
@@ -463,7 +463,7 @@
|
|
|
format: val => {
|
|
|
return val + 'kwh';
|
|
|
},
|
|
|
- index: 0,
|
|
|
+ index: 1,
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
|
{
|
|
|
@@ -477,7 +477,7 @@
|
|
|
format: val => {
|
|
|
return val + 'm/s';
|
|
|
},
|
|
|
- index: 1,
|
|
|
+ index: 0,
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
|
{
|
|
|
@@ -491,7 +491,7 @@
|
|
|
format: val => {
|
|
|
return val + 'kwh';
|
|
|
},
|
|
|
- index: 0,
|
|
|
+ index: 1,
|
|
|
legendShape: 'circle'
|
|
|
},
|
|
|
{
|