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.

33 lines
486 B

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