Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_charts.scss 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /** =====================
  2. Chart css start
  3. ========================== **/
  4. .nvd-chart {
  5. height: 400px;
  6. }
  7. .peity-chart .peity {
  8. width: 100%;
  9. height: 250px;
  10. }
  11. @-webkit-keyframes dash {
  12. 0% {
  13. stroke-dasharray: 1, 200;
  14. stroke-dashoffset: 0
  15. }
  16. 50% {
  17. stroke-dasharray: 89, 200;
  18. stroke-dashoffset: -35px
  19. }
  20. 100% {
  21. stroke-dasharray: 89, 200;
  22. stroke-dashoffset: -124px
  23. }
  24. }
  25. @keyframes dash {
  26. 0% {
  27. stroke-dasharray: 1, 200;
  28. stroke-dashoffset: 0
  29. }
  30. 50% {
  31. stroke-dasharray: 89, 200;
  32. stroke-dashoffset: -35px
  33. }
  34. 100% {
  35. stroke-dasharray: 89, 200;
  36. stroke-dashoffset: -124px
  37. }
  38. }
  39. .morris-hover {
  40. position: absolute;
  41. min-width: 100px;
  42. width: 100px;
  43. right: 0;
  44. background: #fff;
  45. padding: 20px;
  46. border: 1px solid #ccc;
  47. }
  48. /**====== Chart css end ======**/
  49. .rickshaw_graph{
  50. svg{
  51. width: 100% !important;
  52. }
  53. }