eclipse-sirius / sirius-web

Reusable frontend and backend components for Sirius Web
https://eclipse.dev/sirius/sirius-web.html
Eclipse Public License 2.0
63 stars 45 forks source link

Styling bar charts with colors is not working #3717

Open mcharfadi opened 2 weeks ago

mcharfadi commented 2 weeks ago

Using the same expression for both bar chart and pie chart aql:Sequence{'MidnightBlue', 'SkyBlue', 'RoyalBlue', 'Teal', 'PowderBlue'} The bar chart styling is black StyleCharts

mcharfadi commented 2 weeks ago

The styling of the bar chart color is only working by putting directly the color as a value, example : LightSalmon It does not work if putting "aql:'LightSalmon'" like most widgets