feat
This commit is contained in:
@@ -48,8 +48,8 @@ const getMeterRecordTrend = async (selectedDate: any) => {
|
||||
bottom: 125,
|
||||
containLabel: true,
|
||||
left: '2%',
|
||||
right: '8%',
|
||||
top: '8%',
|
||||
right: '2%',
|
||||
top: '2%',
|
||||
},
|
||||
series: [
|
||||
{
|
||||
@@ -91,7 +91,6 @@ const getMeterRecordTrend = async (selectedDate: any) => {
|
||||
// type: 'category',
|
||||
// },
|
||||
xAxis: {
|
||||
name: '月',
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
@@ -109,7 +108,6 @@ const getMeterRecordTrend = async (selectedDate: any) => {
|
||||
},
|
||||
yAxis: [
|
||||
{
|
||||
name: 'KW.h',
|
||||
axisTick: {
|
||||
show: false,
|
||||
},
|
||||
|
Reference in New Issue
Block a user