This commit is contained in:
FLL
2025-09-10 15:26:48 +08:00
parent 24ef7391a7
commit d4845ca2ff
10 changed files with 293 additions and 156 deletions

View File

@@ -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,
},