@@ -42,13 +42,13 @@
fontSize: 12,
},
data: [{
- name: '上月(kw/h)',
+ name: '上年(kw/h)',
textStyle: {
color: "#2B80FF "
}
{
- name: '本月(kw/h)',
+ name: '本年(kw/h)',
color: "#3DF3C4"
@@ -82,18 +82,19 @@
type: 'value'
series: [{
type: 'line',
// stack: 'Total',
data: [1000, 1500, 1300, 1700, 1600, 1200]
data: [1200, 1800, 1400, 1350, 1100, 1500]
- ]
+ ],
+
};
return option;