Merge pull request #34105 from bilalucar/master

@types/echarts Enhance echarts title options definition
This commit is contained in:
Sheetal Nandi
2019-03-22 11:57:11 -07:00
committed by GitHub
+8 -4
View File
@@ -972,17 +972,21 @@ declare namespace echarts {
sublink?: string,
subtarget?: string,
subtextStyle?: object,
textAlign?: string,
textVerticalAlign?: string,
triggerEvent?: boolean,
padding?: number,
itemGap?: number,
zlevel?: number,
z?: number,
left?: string,
top?: string,
right?: string,
bottom?: string,
left?: string | number,
top?: string | number,
right?: string | number,
bottom?: string | number,
backgroundColor?: string,
borderColor?: string,
borderWidth?: number,
borderRadius?: number | number[],
shadowBlur?: number,
shadowColor?: number,
shadowOffsetX?: number,