Advertisement
Guest User

Untitled

a guest
Jan 4th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. {
  2. "chart": {
  3. "borderWidth": "2",
  4. "type": "spline",
  5. "plotShadow": "true",
  6. "plotBorderWidth": "1",
  7. "backgroundColor":"#000000"
  8. },
  9. "title": {
  10. "text": "Youtube Views Chart",
  11. "style": {
  12. "fontWeight": "normal",
  13. "color": "black"
  14. }
  15. },
  16. "xAxis": {
  17. "type" : "datetime"
  18. },
  19. "yAxis": {
  20. "title": {
  21. "text": "Views"
  22. }
  23. },
  24. "credits": {
  25. "enabled": false
  26. },
  27. "series": [
  28. {
  29. "name": "Youtube Views Chart",
  30. "color": "#FF0000",
  31. "data": [
  32. [1483448401000, 961920],[1483444801000, 961920],[1483437602000, 961920],[1483434026000, 961920],[1483426802000, 961920],[1483395784000, 958185],[1483393640000, 958185],[1483380001000, 958185],[1483375068000, 958185],[1483371127000, 958185],[1483362002000, 958185],[1483358402000, 958185],[1483351875000, 958185],[1483351202000, 958185],[1483340401000, 958185],[1483293602000, 954498],[1483279642000, 954498],[1483275602000, 954498],[1483272002000, 954498],[1483264801000, 954498],[1483254001000, 954498],[1483219096000, 950621],[1483207202000, 950621],[1483205740000, 950621],[1483191558000, 950621],[1483189201000, 950621],[1483185601000, 950621],[1483178401000, 950621],[1483167601000, 950621],[1483156599000, 950621]
  33. ]
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement