Updated graph styles
authorThierry Florac <tflorac@ulthar.net>
Fri, 11 Dec 2020 13:48:27 +0100
changeset 32 9b53e51e69e2
parent 31 ca7f3bbe94d9
child 33 09383f711349
Updated graph styles
src/myams/resources/less/graphs.less
--- a/src/myams/resources/less/graphs.less	Fri Dec 11 11:53:51 2020 +0100
+++ b/src/myams/resources/less/graphs.less	Fri Dec 11 13:48:27 2020 +0100
@@ -2,8 +2,9 @@
  * Graphs
  */
 
-.chart {
-	height: 220px;
+.chart,
+.legend {
+	min-height: 250px;
 	margin: 20px 5px 10px 10px;
 
 	.legendLayer {
@@ -15,18 +16,18 @@
 	}
 }
 
-.chart-small {
+.chart-sm {
 	height: 100px;
 	width: 100%;
 }
 
-.chart-large {
-	height: 235px;
+.chart-lg {
+	height: 400px;
 	width: 100%;
 }
 
 .chart-xl {
-	height: 297px;
+	height: 600px;
 	width: 100%;
 }