vis.js is a dynamic, browser-based visualization library
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.

108 lines
1.6 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
  1. .vis.timeline .graphGroup0 {
  2. fill:#4f81bd;
  3. fill-opacity:0;
  4. stroke-width:2px;
  5. stroke: #4f81bd;
  6. }
  7. .vis.timeline .graphGroup1 {
  8. fill:#f79646;
  9. fill-opacity:0;
  10. stroke-width:2px;
  11. stroke: #f79646;
  12. }
  13. .vis.timeline .graphGroup2 {
  14. fill: #8c51cf;
  15. fill-opacity:0;
  16. stroke-width:2px;
  17. stroke: #8c51cf;
  18. }
  19. .vis.timeline .graphGroup3 {
  20. fill: #75c841;
  21. fill-opacity:0;
  22. stroke-width:2px;
  23. stroke: #75c841;
  24. }
  25. .vis.timeline .graphGroup4 {
  26. fill: #ff0100;
  27. fill-opacity:0;
  28. stroke-width:2px;
  29. stroke: #ff0100;
  30. }
  31. .vis.timeline .graphGroup5 {
  32. fill: #37d8e6;
  33. fill-opacity:0;
  34. stroke-width:2px;
  35. stroke: #37d8e6;
  36. }
  37. .vis.timeline .graphGroup6 {
  38. fill: #042662;
  39. fill-opacity:0;
  40. stroke-width:2px;
  41. stroke: #042662;
  42. }
  43. .vis.timeline .graphGroup7 {
  44. fill:#00ff26;
  45. fill-opacity:0;
  46. stroke-width:2px;
  47. stroke: #00ff26;
  48. }
  49. .vis.timeline .graphGroup8 {
  50. fill:#ff00ff;
  51. fill-opacity:0;
  52. stroke-width:2px;
  53. stroke: #ff00ff;
  54. }
  55. .vis.timeline .graphGroup9 {
  56. fill: #8f3938;
  57. fill-opacity:0;
  58. stroke-width:2px;
  59. stroke: #8f3938;
  60. }
  61. .vis.timeline .fill {
  62. fill-opacity:0.1;
  63. stroke: none;
  64. }
  65. .vis.timeline .bar {
  66. fill-opacity:0.5;
  67. stroke-width:1px;
  68. }
  69. .vis.timeline .point {
  70. stroke-width:2px;
  71. fill-opacity:1.0;
  72. }
  73. .vis.timeline .legendBackground {
  74. stroke-width:1px;
  75. fill-opacity:0.9;
  76. fill: #ffffff;
  77. stroke: #c2c2c2;
  78. }
  79. .vis.timeline .outline {
  80. stroke-width:1px;
  81. fill-opacity:1;
  82. fill: #ffffff;
  83. stroke: #e5e5e5;
  84. }
  85. .vis.timeline .iconFill {
  86. fill-opacity:0.3;
  87. stroke: none;
  88. }