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