This commit is contained in:
Free-sss 2025-09-04 14:41:36 +08:00
commit 5bf82ab58b
2 changed files with 5 additions and 2 deletions

View File

@ -52,8 +52,11 @@ const option = {
yAxis: {
show: true,
type: 'value',
name: '单位:万/kwh2',
name: '单位:万/kwh',
nameGap:30,
axisLine:{
show: false
},
splitLine:{
show: true,
lineStyle:{

View File

@ -5,7 +5,7 @@ export const LineGradientsConfig: ConfigType = {
key: 'LineGradients',
chartKey: 'VLineGradients',
conKey: 'VCLineGradients',
title: '双折线渐变面积图',
title: '碳排放',
category: ChatCategoryEnum.IntegratedEnergy,
categoryName: ChatCategoryEnumName.IntegratedEnergy,
package: PackagesCategoryEnum.CHARTS,