Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. [
  2. {
  3. "chart": [
  4. {
  5. "pie_chart": {
  6. "percentage": 97.04
  7. }
  8. },
  9. {
  10. "bar_chart": [{
  11. "count": 1,
  12. "time": "06:00"
  13. },
  14. {
  15. "count": 3,
  16. "time": "09:00"
  17. },
  18. {
  19. "count": 6,
  20. "time": "12:00"
  21. }
  22. ]
  23. }
  24. ]
  25. },
  26. {
  27. "chart": [{
  28. "pie_chart": {
  29. "percentage": 97.04
  30. }
  31. },
  32. {
  33. "bar_chart": [{
  34. "count": 1,
  35. "time": "06:00"
  36. },
  37. {
  38. "count": 3,
  39. "time": "09:00"
  40. },
  41. {
  42. "count": 6,
  43. "time": "12:00"
  44. }
  45. ]
  46. }
  47. ]
  48. }
  49. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement