vis.js is a dynamic, browser-based visualization library

106 lines
1.5 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. .vis-graph-group0 {
  2. fill:#4f81bd;
  3. fill-opacity:0;
  4. stroke-width:2px;
  5. stroke: #4f81bd;
  6. }
  7. .vis-graph-group1 {
  8. fill:#f79646;
  9. fill-opacity:0;
  10. stroke-width:2px;
  11. stroke: #f79646;
  12. }
  13. .vis-graph-group2 {
  14. fill: #8c51cf;
  15. fill-opacity:0;
  16. stroke-width:2px;
  17. stroke: #8c51cf;
  18. }
  19. .vis-graph-group3 {
  20. fill: #75c841;
  21. fill-opacity:0;
  22. stroke-width:2px;
  23. stroke: #75c841;
  24. }
  25. .vis-graph-group4 {
  26. fill: #ff0100;
  27. fill-opacity:0;
  28. stroke-width:2px;
  29. stroke: #ff0100;
  30. }
  31. .vis-graph-group5 {
  32. fill: #37d8e6;
  33. fill-opacity:0;
  34. stroke-width:2px;
  35. stroke: #37d8e6;
  36. }
  37. .vis-graph-group6 {
  38. fill: #042662;
  39. fill-opacity:0;
  40. stroke-width:2px;
  41. stroke: #042662;
  42. }
  43. .vis-graph-group7 {
  44. fill:#00ff26;
  45. fill-opacity:0;
  46. stroke-width:2px;
  47. stroke: #00ff26;
  48. }
  49. .vis-graph-group8 {
  50. fill:#ff00ff;
  51. fill-opacity:0;
  52. stroke-width:2px;
  53. stroke: #ff00ff;
  54. }
  55. .vis-graph-group9 {
  56. fill: #8f3938;
  57. fill-opacity:0;
  58. stroke-width:2px;
  59. stroke: #8f3938;
  60. }
  61. .vis-timeline .vis-fill {
  62. fill-opacity:0.1;
  63. stroke: none;
  64. }
  65. .vis-timeline .vis-bar {
  66. fill-opacity:0.5;
  67. stroke-width:1px;
  68. }
  69. .vis-timeline .vis-point {
  70. stroke-width:2px;
  71. fill-opacity:1.0;
  72. }
  73. .vis-timeline .vis-legend-background {
  74. stroke-width:1px;
  75. fill-opacity:0.9;
  76. fill: #ffffff;
  77. stroke: #c2c2c2;
  78. }
  79. .vis-timeline .vis-outline {
  80. stroke-width:1px;
  81. fill-opacity:1;
  82. fill: #ffffff;
  83. stroke: #e5e5e5;
  84. }
  85. .vis-timeline .vis-icon-fill {
  86. fill-opacity:0.3;
  87. stroke: none;
  88. }