some beautification to the template code
This commit is contained in:
@@ -23,11 +23,7 @@ var FedData = [
|
||||
{{/foreach}}
|
||||
];
|
||||
var ctx = document.getElementById("FederationChart").getContext("2d");
|
||||
var myDoughnutChart = new Chart(ctx).Doughnut(FedData,
|
||||
{
|
||||
animateRotate : false,
|
||||
});
|
||||
document.getElementById('FederationLegend').innerHTML = myDoughnutChart.generateLegend();
|
||||
var myDoughnutChart = new Chart(ctx).Doughnut(FedData, { animateRotate : false, });
|
||||
</script>
|
||||
|
||||
<table id="federation-stats">
|
||||
|
||||
Reference in New Issue
Block a user