Guest User

Untitled

a guest
Dec 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "barWidth" : 400,
  3. "bars":[
  4. {
  5. "type": "manual-count",
  6. "name": "First Test",
  7. "note": null,
  8. "start": 0,
  9. "end": 100,
  10. "current": 30
  11. },
  12. {
  13. "type": "manual-count",
  14. "name": null,
  15. "note": "This is a note test",
  16. "start": 0,
  17. "end": 1000,
  18. "current": 800
  19. },
  20. {
  21. "type": "manual-count",
  22. "name": "This bar has both a title...",
  23. "note": "...and a note",
  24. "start": 0,
  25. "end": 100,
  26. "current": 89
  27. }
  28. ]
  29. }
Add Comment
Please, Sign In to add comment