Fix minore
This commit is contained in:
parent
11457f853f
commit
3573737eb9
|
@ -142,6 +142,9 @@ var chart_options = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
legend: {
|
||||||
|
position: "bottom",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -420,12 +423,6 @@ $(document).ready(function() {
|
||||||
'.$dataset.'
|
'.$dataset.'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
options: {
|
|
||||||
responsive: true,
|
|
||||||
legend: {
|
|
||||||
position: "bottom",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
|
@ -480,12 +477,6 @@ $(document).ready(function() {
|
||||||
'.$dataset.'
|
'.$dataset.'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
options: {
|
|
||||||
responsive: true,
|
|
||||||
legend: {
|
|
||||||
position: "bottom",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>';
|
</script>';
|
||||||
|
@ -579,9 +570,6 @@ $(document).ready(function() {
|
||||||
options: {
|
options: {
|
||||||
responsive: true,
|
responsive: true,
|
||||||
indexAxis: "y",
|
indexAxis: "y",
|
||||||
legend: {
|
|
||||||
position: "bottom",
|
|
||||||
},
|
|
||||||
scales: {
|
scales: {
|
||||||
x: {
|
x: {
|
||||||
ticks: {
|
ticks: {
|
||||||
|
|
Loading…
Reference in New Issue