Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. /* json marimekko data structure */
  2. {
  3. "title":"Top Players ranking for Automation Markets ",
  4. "size":104.992,
  5. "currency":"$",
  6. "multiple":"Bn",
  7. "ratio_threshold":3,
  8. "vsegments":[{ "title":"DCS",
  9. "size":13.5,
  10. "box":{left,top,width,height},
  11. "hsegments":[ { "title":"ABB",
  12. "ratio":20,
  13. "box":{left,top,width,height}
  14. },
  15. { "title":"Siemens",
  16. "ratio":16,
  17. "box":{left,top,width,height}
  18. },...
  19. ]
  20. },
  21. { "title":"PLC",
  22. "size":"12.7",
  23. "box":{left,top,width,height},
  24. "hsegments":[ { "title":"Siemens",
  25. "ratio":27,
  26. "box":{left,top,width,height}
  27. },
  28. { "title":"Mitsubishi Electric",
  29. "ratio":16,
  30. "box":{left,top,width,height}
  31. },
  32. ]
  33. },...
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement