grafana-cal-heatmap-panel
grafana-cal-heatmap-panel copied to clipboard
Jagged Edges
Hi! Really enjoying this plugin, started playing around with it as an outage calendar to be used in conjunction with worldPing.
Noticed that when increasing the cell radius, the edges get pretty jagged - but ironically, shape-rendering: crispedges;
makes it jagged:
https://github.com/NeoCat/grafana-cal-heatmap-panel/blob/master/src/bower_components/cal-heatmap/cal-heatmap.css#L19
Before submitted a PR to remove it, is there another scenario where that's required? When configured to be squares (cell radius 0), it seemed to make no difference.
This is from an default option of cal-heatmap.js which has been specified at the very first version committed to GitHub, so I couldn't track down why this is added. In my opinion, it is okey to be overridden by this plugin if it won't obviously break something.