Increase Chart.js point hit detection radius
Default was 1 https://github.com/CachetHQ/Cachet/pull/1625#issuecomment-197819293
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
</ul>
|
||||
<script>
|
||||
(function () {
|
||||
Chart.defaults.global.elements.point.hitRadius = 10;
|
||||
Chart.defaults.global.legend.display = false;
|
||||
|
||||
var charts = {};
|
||||
|
||||
Reference in New Issue
Block a user