Skip to content

Fix linecharts and bar charts for small sizes

Akseli Lahtinen requested to merge work/akselmo/fix-panel-gridview into master

In small sizes, linecharts still tried to show both the y-axis legend and grid lines. Bar charts did not resize the bar properly.

For linechart this hides both when the size is too small to fit them properly.

Before After
image image

BUG:483529

Edited by Akseli Lahtinen

Merge request reports