Make graph fit on screen

This commit is contained in:
Kevin Alberts 2019-11-12 14:15:21 +01:00
parent 4fab0ab18b
commit fb74c0d27a
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1

View file

@ -114,7 +114,7 @@
chart.draw(data, options);
}
</script>
<div id="curve_chart" style="width: 900px; height: 500px"></div>
<div id="curve_chart" style="width: 100%; height: 500px"></div>
{% endif %}
<a href="{% url 'home' %}" class="btn btn-primary">Terug naar overzicht</a>