src/myams/resources/less/graphs.less
changeset 29 460809c65f1a
parent 0 f05d7aea098a
child 32 9b53e51e69e2
equal deleted inserted replaced
28:b3610cdbd3b3 29:460809c65f1a
     3  */
     3  */
     4 
     4 
     5 .chart {
     5 .chart {
     6 	height: 220px;
     6 	height: 220px;
     7 	margin: 20px 5px 10px 10px;
     7 	margin: 20px 5px 10px 10px;
       
     8 
       
     9 	.legendLayer {
       
    10 		.background {
       
    11 			fill: rgba(255, 255, 255, 0.85);
       
    12 			stroke: rgba(0, 0, 0, 0.85);
       
    13 			stroke-width: 1;
       
    14 		}
       
    15 	}
     8 }
    16 }
     9 
    17 
    10 .chart-small {
    18 .chart-small {
    11 	height: 100px;
    19 	height: 100px;
    12 	width: 100%;
    20 	width: 100%;