heatmap: reduce the aggressiveness of hiding ticks/labels (#27016)

This commit is contained in:
Liam Stanley
2020-09-09 06:53:17 +02:00
committed by GitHub
parent 9bab551d8b
commit 023054bc62
@@ -23,7 +23,7 @@ const MIN_CARD_SIZE = 1,
CARD_ROUND = 0,
DATA_RANGE_WIDING_FACTOR = 1.2,
DEFAULT_X_TICK_SIZE_PX = 100,
DEFAULT_Y_TICK_SIZE_PX = 50,
DEFAULT_Y_TICK_SIZE_PX = 22.5,
X_AXIS_TICK_PADDING = 10,
Y_AXIS_TICK_PADDING = 5,
MIN_SELECTION_WIDTH = 2;