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

pull/27466/head
Liam Stanley 5 years ago committed by GitHub
parent 9bab551d8b
commit 023054bc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/panel/heatmap/rendering.ts

@ -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;

Loading…
Cancel
Save