Hi, I’m trying to show a chart with data from an Entity (Evaluation). I have create a screen fragment (EvaluationFragment) that contains the data collection and the chart. The controller loads the data onInit. When I run the project the chart isn’t showing. But when I use the download button and download the data as CSV I can see the data is there. So somehow the data is loaded, but the chart isn’t drawn. What am I doing wrong here?