# HG changeset patch # User Thierry Florac # Date 1607696895 -3600 # Node ID a1875fea41df2726421891b268865021939db77b # Parent 70a92e1ca748c423e484c89304beec5597224d08 Updated graph styles diff -r 70a92e1ca748 -r a1875fea41df src/myams/resources/less/graphs.less --- a/src/myams/resources/less/graphs.less Fri Dec 11 13:49:47 2020 +0100 +++ b/src/myams/resources/less/graphs.less Fri Dec 11 15:28:15 2020 +0100 @@ -15,19 +15,25 @@ } } } +.legend { + .legendLayer { + width: 100% !important; + height: 100% !important; + } +} .chart-sm { - height: 100px; + max-height: 100px; width: 100%; } .chart-lg { - height: 400px; + min-height: 400px; width: 100%; } .chart-xl { - height: 600px; + min-height: 600px; width: 100%; }