mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改折线图配置
This commit is contained in:
@@ -54,7 +54,7 @@ const option = {
|
||||
export default class Config extends publicConfig implements CreateComponentType {
|
||||
public key: string = PieCommonConfig.key
|
||||
|
||||
public chartConfig = omit(PieCommonConfig, ['node'])
|
||||
public chartConfig = omit(PieCommonConfig, ['node', 'conNode'])
|
||||
|
||||
// 图表配置项
|
||||
public option = echartOptionProfixHandle(option, includes)
|
||||
|
||||
Reference in New Issue
Block a user