Skip to content

Commit

Permalink
Adding style for gauge element
Browse files Browse the repository at this point in the history
A gauge element has a square area, therefor the default width is to big
  • Loading branch information
Sandro Kock committed Feb 11, 2015
1 parent 1ddef27 commit 1520fb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
height: 300px;
}

:host([type="gauge"]) {
width: 300px;
height: 300px;
}

#chartdiv {
width: 100%;
}

0 comments on commit 1520fb3

Please sign in to comment.