fix: 修改折线图配置

This commit is contained in:
MTrun
2022-03-09 19:22:58 +08:00
parent e69fd0cdc4
commit 159ffb4af2
6 changed files with 67 additions and 49 deletions
@@ -54,7 +54,7 @@ export const option = {
export default class Config extends publicConfig
implements CreateComponentType {
public key = BarCommonConfig.key
public chartConfig = omit(cloneDeep(BarCommonConfig), ['node'])
public chartConfig = omit(cloneDeep(BarCommonConfig), ['node', 'conNode'])
// 图表配置项
public option = echartOptionProfixHandle(option, includes)
}
@@ -54,7 +54,7 @@ export const option = {
export default class Config extends publicConfig
implements CreateComponentType {
public key: string = BarCrossrangefig.key
public chartConfig = omit(cloneDeep(BarCrossrangefig), ['node'])
public chartConfig = omit(cloneDeep(BarCrossrangefig), ['node', 'conNode'])
// 图表配置项
public option = echartOptionProfixHandle(option, includes)
}