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

Loading…
Cancel
Save