3👍
✅
I had the same problem and I fixed it by adding ratio=1
into the plotly_app
tag. In your case this would be:
{% plotly_app name="SimpleExample1" ratio=1 %}
The problem is that the child div
of the tag has a height of 0. The ratio=1
fixes this problem.
Source:stackexchange.com