我正在使用https://django-plotly-dash.readthedocs.io/en/latest/在Django中服务于我的情节破折号。目前,该图表在我的模板中显示为正常。但是,它显示的很小,我尝试调整div的大小,但似乎不起作用。
{%load plotly_dash%}
<div style="height: 100%; ">
{%plotly_app name="simple_example" %}
</div>
答案 0 :(得分:0)
{%load plotly_dash%}
<div class="{% plotly_class name="simple_example"%}">
{% plotly_app name="simple_example" ratio=1 %}
</div>