Merge pull request #1628 from fabian/chartjs2

Improvements for new Chart.js
This commit is contained in:
James Brooks
2016-03-17 12:38:32 +00:00

View File

@@ -35,6 +35,8 @@
</ul>
<script>
(function () {
Chart.defaults.global.elements.point.hitRadius = 10;
Chart.defaults.global.responsiveAnimationDuration = 1000;
Chart.defaults.global.legend.display = false;
var charts = {};