Logo white

WebCompDev / COMPONENTS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
12e73bf0f16b0e58dc9a37a3fa0d06931e9c2598
  • COMPONENTS
  • bower_components
  • google-chart
  • google-chart.css
  • paper card update
    1f76071f
    Luigi Serra authored
    10 years ago  
    Browse Code »
google-chart.css 223 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
:host {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0;
  padding: 0;
  width: 400px;
  height: 300px;
}

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

#chartdiv {
  width: 100%;
}