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