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.

38 lines
584 B

  1. {
  2. "data": [
  3. {
  4. "content": "item 1",
  5. "id": 1,
  6. "start": "2014-04-20"
  7. },
  8. {
  9. "content": "item 2",
  10. "id": 2,
  11. "start": "2014-04-14"
  12. },
  13. {
  14. "content": "item 3",
  15. "id": 3,
  16. "start": "2014-04-18"
  17. },
  18. {
  19. "content": "item 4",
  20. "end": "2014-04-19",
  21. "id": 4,
  22. "start": "2014-04-16"
  23. },
  24. {
  25. "content": "item 5",
  26. "id": 5,
  27. "start": "2014-04-25"
  28. },
  29. {
  30. "content": "item 6",
  31. "id": 6,
  32. "start": "2014-04-27",
  33. "type": "point"
  34. }
  35. ],
  36. "options": {}
  37. }