From 14ed8d4aab24ac2da795e028cf183b1d646b7ae5 Mon Sep 17 00:00:00 2001 From: Adrian Mroz Date: Mon, 7 Feb 2022 13:08:37 +0100 Subject: [PATCH] Fix height of heatmaps main container. Container should have height of available stage. Because inside container there's a Scroller component, maxHeight is not enough to stretch container. --- src/client/visualizations/heat-map/heat-map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/visualizations/heat-map/heat-map.tsx b/src/client/visualizations/heat-map/heat-map.tsx index da7ac3637..fbe64478d 100644 --- a/src/client/visualizations/heat-map/heat-map.tsx +++ b/src/client/visualizations/heat-map/heat-map.tsx @@ -61,7 +61,7 @@ class HeatMap extends React.Component { const { x, y, color } = this.getScales(dataset.data, TILE_SIZE, series); - return
+ return