Le JS doit etre dans les layout pour etre render correctement
This commit is contained in:
parent
c612d929ba
commit
7d712743f3
4 changed files with 136 additions and 44 deletions
|
@ -14,46 +14,3 @@ function startTimer(duration, display) {
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function () {
|
|
||||||
Highcharts.chart('container', {
|
|
||||||
chart: {
|
|
||||||
plotBackgroundColor: null,
|
|
||||||
plotBorderWidth: 0,
|
|
||||||
plotShadow: false
|
|
||||||
},
|
|
||||||
title: {
|
|
||||||
text: 'Etat du Rezo',
|
|
||||||
align: 'center',
|
|
||||||
verticalAlign: 'middle',
|
|
||||||
y: 40
|
|
||||||
},
|
|
||||||
tooltip: {
|
|
||||||
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
|
||||||
},
|
|
||||||
plotOptions: {
|
|
||||||
pie: {
|
|
||||||
dataLabels: {
|
|
||||||
enabled: true,
|
|
||||||
distance: -50,
|
|
||||||
style: {
|
|
||||||
fontWeight: 'bold',
|
|
||||||
color: 'white'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
startAngle: -90,
|
|
||||||
endAngle: 90,
|
|
||||||
center: ['50%', '75%']
|
|
||||||
},
|
|
||||||
},
|
|
||||||
series: [{
|
|
||||||
type: 'pie',
|
|
||||||
name: 'Etat du Rezo',
|
|
||||||
innerSize: '50%',
|
|
||||||
data: [
|
|
||||||
['Tranchés', {{ stats[0] }}],
|
|
||||||
['Vivants', {{ stats[1] }}]
|
|
||||||
]
|
|
||||||
}]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
|
@ -40,8 +40,53 @@
|
||||||
<div id="content_bottomright" class="corner">
|
<div id="content_bottomright" class="corner">
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
|
<div id="footer">contact technique : <a href="mailto:roulette@metzquetaires.fr">roulette@metzquetaires.fr</a></div>
|
||||||
<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; height: auto"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -42,5 +42,50 @@
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -40,5 +40,50 @@
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
$(function () {
|
||||||
|
Highcharts.chart('container', {
|
||||||
|
chart: {
|
||||||
|
plotBackgroundColor: null,
|
||||||
|
plotBorderWidth: 0,
|
||||||
|
plotShadow: false
|
||||||
|
},
|
||||||
|
title: {
|
||||||
|
text: 'Etat du Rezo',
|
||||||
|
align: 'center',
|
||||||
|
verticalAlign: 'middle',
|
||||||
|
y: 40
|
||||||
|
},
|
||||||
|
tooltip: {
|
||||||
|
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
|
||||||
|
},
|
||||||
|
plotOptions: {
|
||||||
|
pie: {
|
||||||
|
dataLabels: {
|
||||||
|
enabled: true,
|
||||||
|
distance: -50,
|
||||||
|
style: {
|
||||||
|
fontWeight: 'bold',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
startAngle: -90,
|
||||||
|
endAngle: 90,
|
||||||
|
center: ['50%', '75%']
|
||||||
|
},
|
||||||
|
},
|
||||||
|
series: [{
|
||||||
|
type: 'pie',
|
||||||
|
name: 'Etat du Rezo',
|
||||||
|
innerSize: '50%',
|
||||||
|
data: [
|
||||||
|
['Tranchés', {{ stats[0] }}],
|
||||||
|
['Vivants', {{ stats[1] }}]
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue