Merge branch 'master' of http://119.45.132.149:3000/security/go-view-fetch
This commit is contained in:
commit
5bf82ab58b
@ -52,8 +52,11 @@ const option = {
|
|||||||
yAxis: {
|
yAxis: {
|
||||||
show: true,
|
show: true,
|
||||||
type: 'value',
|
type: 'value',
|
||||||
name: '单位:万/kwh2',
|
name: '单位:万/kwh',
|
||||||
nameGap:30,
|
nameGap:30,
|
||||||
|
axisLine:{
|
||||||
|
show: false
|
||||||
|
},
|
||||||
splitLine:{
|
splitLine:{
|
||||||
show: true,
|
show: true,
|
||||||
lineStyle:{
|
lineStyle:{
|
||||||
|
@ -5,7 +5,7 @@ export const LineGradientsConfig: ConfigType = {
|
|||||||
key: 'LineGradients',
|
key: 'LineGradients',
|
||||||
chartKey: 'VLineGradients',
|
chartKey: 'VLineGradients',
|
||||||
conKey: 'VCLineGradients',
|
conKey: 'VCLineGradients',
|
||||||
title: '双折线渐变面积图',
|
title: '碳排放',
|
||||||
category: ChatCategoryEnum.IntegratedEnergy,
|
category: ChatCategoryEnum.IntegratedEnergy,
|
||||||
categoryName: ChatCategoryEnumName.IntegratedEnergy,
|
categoryName: ChatCategoryEnumName.IntegratedEnergy,
|
||||||
package: PackagesCategoryEnum.CHARTS,
|
package: PackagesCategoryEnum.CHARTS,
|
||||||
|
Loading…
Reference in New Issue
Block a user