GitHub user unbelievable3513 edited a comment on the discussion: How to
configure ECharts appearance (font size, colors) in Superset charts via JSON
metadata or UI
Hi, Dosu, thank you for your immediate reply. I appreciate it.
Method 1 is set up like this by me, but it doesn't seem to take effect. Or do
you mean it needs coding as you said?
```code
"chart_configuration": {
"1216": {
"id": 1216,
"crossFilters": {
"scope": "global",
"chartsInScope": [
1217,
1218,
]
},
"echarts_options": {
"backgroundColor": "#F3F7F7",
"textStyle": {
"fontSize": 10
},
"xAxis": {
"axisLabel": {
"fontSize": 10,
"color": "#333333"
}
},
"yAxis": {
"axisLabel": {
"fontSize": 10,
"color": "#333333"
}
}
}
}
```
For method 2, I also can't access the code. As for methods 3 and 4, are there
more documents?
GitHub link:
https://github.com/apache/superset/discussions/33127#discussioncomment-12836706
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]