piegage.css 523 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* Pie gauge */
  2. .easyPieChart {
  3. position: relative;
  4. text-align: center;
  5. margin-left: auto;
  6. margin-right: auto;
  7. }
  8. .easyPieChart canvas {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. }
  13. .chart-home,
  14. .chart,
  15. .chart-alt,
  16. .chart-alt-1,
  17. .chart-alt-2,
  18. .chart-alt-3 {
  19. text-align: center;
  20. font-weight: bold;
  21. margin: 0 auto;
  22. }
  23. /* Flot charts */
  24. .chart-wrapper {
  25. width: 100%;
  26. height: 350px;
  27. }
  28. .chart-container {
  29. width: 100%;
  30. height: 100%;
  31. font-size: 14px;
  32. line-height: 1.2em;
  33. }