Guest User

Untitled

a guest
Jul 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. "options": {
  3. "plotOptions": {},
  4. "exporting": false,
  5. "credits": {
  6. "enabled": false
  7. },
  8. "series": [
  9. {
  10. "data": [],
  11. "name": "Distribution by pps",
  12. "type": "pie",
  13. "colorByPoint": true
  14. }
  15. ],
  16. "title": {
  17. "text": "Distribution by pps"
  18. },
  19. "chart": {
  20. "options3D": {
  21. "alpha": 45,
  22. "enabled": true,
  23. "beta": 0
  24. },
  25. "type": "pie"
  26. }
  27. },
  28. "type": "png"
  29. }
Add Comment
Please, Sign In to add comment