hmendezm commented on issue #36878:
URL: https://github.com/apache/superset/issues/36878#issuecomment-3755140406
Hi everybody
I have the same issue with echartOptionsOverrides. All changes are not
reflected on the charts. What do I miss?
```
{
"algorithm": "default",
"echartsOptionsOverrides": {
"grid": {
"left": "10%",
"right": "10%",
"top": "15%",
"bottom": "15%",
"backgroundColor": "#f0f0f0"
},
"tooltip": {
"backgroundColor": "rgba(0, 0, 0, 0.8)",
"borderColor": "#ccc",
"textStyle": {
"color": "#fff"
}
},
"legend": {
"textStyle": {
"fontSize": 4,
"fontWeight": "bold"
}
}
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]