Browse Source

Correction de la position du graphe

master
guimoz 9 years ago
parent
commit
2f1f10a042
  1. 3
      templates/home.html

3
templates/home.html

@ -19,7 +19,9 @@
Rien pour l'instant
</p>
{% endif %}
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type='text/javascript'>
$(function () {
Highcharts.chart('container', {
@ -64,5 +66,4 @@ $(function () {
});
});
</script>
{% endif %}
{% endblock %}

Loading…
Cancel
Save