deplacement du graphe

This commit is contained in:
guimoz 2017-01-30 01:42:20 +01:00
parent aa17e08556
commit 6b7a099859

View file

@ -1,11 +1,6 @@
{% extends "layout.html" %}
{% block content %}
<h2>Toi aussi, joue au rézoman avec la rezo-roulette Les Metzquetaires !</h2>
<table style="width:100%"><tr>
<td>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
</td>
<td>
<p id="play" style="text-align: center; font-size: 1.5em">
<a href="{{url_for('play')}}">Jouer</a>
</p>
@ -23,9 +18,9 @@
<p>
Rien pour l'instant
</p>
</td>
</tr></table>
<script>
<div id="container" style="min-width: 310px; max-width: 600px; margin: 0 auto"></div>
<script type='text/javascript'>
$(function () {
Highcharts.chart('container', {
chart: {