Index: lib/src/google-chart/google-chart.css |
diff --git a/lib/src/google-chart/google-chart.css b/lib/src/google-chart/google-chart.css |
index 342c8163f5f4243a4f6a10a08ca692e711e32d37..8fec5aacacc7c398028c0f760b3a92886803bc57 100644 |
--- a/lib/src/google-chart/google-chart.css |
+++ b/lib/src/google-chart/google-chart.css |
@@ -8,6 +8,11 @@ |
height: 300px; |
} |
+:host([type="gauge"]) { |
+ width: 300px; |
+ height: 300px; |
+} |
+ |
#chartdiv { |
width: 100%; |
} |