perf: 优化 iframe 组件默认宽度
This commit is contained in:
parent
dea849cfdb
commit
c87a8a1da9
@ -14,7 +14,7 @@ export const option = {
|
|||||||
export default class Config extends PublicConfigClass implements CreateComponentType
|
export default class Config extends PublicConfigClass implements CreateComponentType
|
||||||
{
|
{
|
||||||
public key = IframeConfig.key
|
public key = IframeConfig.key
|
||||||
public attr = { ...chartInitConfig, w: 800, h: 800, zIndex: -1 }
|
public attr = { ...chartInitConfig, w: 1200, h: 800, zIndex: -1 }
|
||||||
public chartConfig = cloneDeep(IframeConfig)
|
public chartConfig = cloneDeep(IframeConfig)
|
||||||
public option = cloneDeep(option)
|
public option = cloneDeep(option)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user