Chart not showing

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?

Sample project attached:
testproject.zip (99.5 KB)

Hi @jesse.dijkman,

In your case you simply have 0 height for your chart. The easiest way for you would be to define height in pixels like it is shown below:
image

Regards,
Aleksey

a similar situation @jesse.dijkman.
but I set to “height=100%”.
this is bug?

@novelty.ext,

Not really. It could be a bug if you parent VBox container points the expand attribute to the chart.

Regards,
Aleksey