Increase Chart.js point hit detection radius

Default was 1

https://github.com/CachetHQ/Cachet/pull/1625#issuecomment-197819293
This commit is contained in:
Fabian Vogler
2016-03-17 12:10:01 +01:00
parent ffa1fdbf1a
commit b58b6d8375

View File

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