_charts.scss 530 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* Morris */
  2. .morris-hover {
  3. &.morris-default-style {
  4. @include border-radius(0);
  5. }
  6. }
  7. /* Flot */
  8. .flot-chart {
  9. width: 100%;
  10. height: 320px;
  11. }
  12. .panel-switch-btn {
  13. position: relative;
  14. right: 20px;
  15. z-index: 9;
  16. label {
  17. font-weight: bold !important;
  18. }
  19. }
  20. .legendLabel {
  21. width: 85px !important;
  22. position: relative;
  23. left: 3px;
  24. }
  25. #multiple_axis_chart {
  26. .legendLabel {
  27. width: 160px !important;
  28. }
  29. }
  30. /* Sparkline */
  31. .sparkline {
  32. text-align: center;
  33. }