]> arthur.barton.de Git - netdata.git/blobdiff - web/dashboard.css
easypiechart and gauge charts now support fixed aspect ratio which is pre-calculated...
[netdata.git] / web / dashboard.css
index 937825d7f5fcac310c82b8867f8a082c95821834..f17d73566f4502dbe92cd537d45c79714b5d1f74 100755 (executable)
@@ -19,6 +19,13 @@ html {
        /* width and height is given per chart with data-width and data-height */
 }
 
+.netdata-aspect {
+       position: relative;
+       width: 100%;
+       padding: 0px;
+       margin: 0px;
+}
+
 .netdata-container-with-legend {
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
@@ -361,7 +368,6 @@ html {
        font-weight: normal;
 }
 
-
 .gaugeChart {
        position: relative;
        text-align: center;