File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/packages/lowcoder-comps/src/comps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export function getEchartsConfig(
154154 "textShadowOffsetY" : props ?. titleStyle ?. chartBoxShadow ?. split ( 'px' ) [ 2 ] || theme ?. titleStyle ?. boxShadow ?. split ( 'px' ) [ 2 ]
155155 }
156156 } ,
157- "backgroundColor" : parseBackground ( props ?. chartStyle ?. background || theme ?. chartStyle . backgroundColor || "#FFFFFF" ) ,
157+ "backgroundColor" : parseBackground ( props ?. chartStyle ?. background || theme ?. chartStyle ? .backgroundColor || "#FFFFFF" ) ,
158158 "color" : props . echartsOption . data ?. map ( data => data . color ) ,
159159 "tooltip" : props . tooltip && {
160160 "trigger" : "item" ,
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export function getEchartsConfig(
154154 "textShadowOffsetY" : props ?. titleStyle ?. chartBoxShadow ?. split ( 'px' ) [ 2 ] || theme ?. titleStyle ?. boxShadow ?. split ( 'px' ) [ 2 ]
155155 } ,
156156 } ,
157- "backgroundColor" : parseBackground ( props ?. chartStyle ?. background || theme ?. chartStyle . backgroundColor || "#FFFFFF" ) ,
157+ "backgroundColor" : parseBackground ( props ?. chartStyle ?. background || theme ?. chartStyle ? .backgroundColor || "#FFFFFF" ) ,
158158 "tooltip" : props . tooltip && {
159159 "trigger" : "item" ,
160160 "formatter" : "{a} <br/>{b} : {c}%"
You can’t perform that action at this time.
0 commit comments