_panel_piechart.scss 142 B

1234567891011
  1. .piechart-panel {
  2. position: relative;
  3. display: table;
  4. width: 100%;
  5. height: 100%;
  6. canvas {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. }