GitHub user testycaracal added a comment to the discussion: Data Labels of bar 
charts centered

Hello @syafiqmuda, did you manage to make it work ? I tried tons of syntaxes 
with the help of ECharts documentation, no success. It seems Superset may 
define labels per series so it will have precedence over global label 
definition approach like you did in your screenshot.

Maybe do we have to put a "series []" key with particular syntax to make it 
override Superset per-series definitions ?

Strange because the global approach works perfectly with the legend. If I 
write, for example :

```javascript
{
  legend: {
    itemStyle: {
      color: "rgba(204, 18, 18, 1)"
    }
  }
}
``` 
Here, all legend items will turn red.

GitHub link: 
https://github.com/apache/superset/discussions/29527#discussioncomment-17006122

----
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]

Reply via email to