Guest User

Untitled

a guest
Feb 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. labels: ['Offer', 'Demand'],
  3. datasets: [
  4. {
  5. label: 'Asia',
  6. left: 678,
  7. right: 3277
  8. },
  9. {
  10. label: 'Europe',
  11. left: 0,
  12. right: 2900
  13. },
  14. {
  15. label: 'Africa',
  16. left: 0,
  17. right: 1190
  18. },
  19. {
  20. label: 'Oceania',
  21. left: 342,
  22. right: 6339
  23. },
  24. {
  25. label: 'North America',
  26. left: 0,
  27. right: 6089
  28. },
  29. {
  30. label: 'South America',
  31. left: 456,
  32. right: 8084
  33. }
  34. ]
  35. }
Add Comment
Please, Sign In to add comment