Hi, I am currently using the Chart.js plugin from Bubble to make a bar chart. However, I want it to separate the X-Axis values based on “Machine”. But as seen below it keeps mixing them or giving me errors:
Hi, @muellerme, have you tried not using grouped by in label expression? Try using group by in data source. In the label you leave no expressions for testing, so that it searches only for the correct titles.
That seems to have done it now, thank you so much! also had to change my value expression to add the constraint of “Machine = Current Point’s Machine” to get them to match up the values too.