Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {
  2. "type": "chart-line",
  3. "label": "My usage",
  4. "sets": [
  5. {
  6. "name": "Volts",
  7. "points": [
  8. {
  9. "x": 0,
  10. "y": "235.71"
  11. },
  12. {
  13. "x": 1,
  14. "y": "235.05"
  15. },
  16. {
  17. "x": 2,
  18. "y": "235.71"
  19. },
  20. {
  21. "x": 3,
  22. "y": "235.32"
  23. },
  24. {
  25. "x": 4,
  26. "y": "235.38"
  27. },
  28. {
  29. "x": 5,
  30. "y": "235.97"
  31. },
  32. {
  33. "x": 6,
  34. "y": "235.40"
  35. }
  36. ],
  37. "color": "#00FF00"
  38. }
  39. ],
  40. "x_names": [
  41. "1.06.18",
  42. "2.06.18",
  43. "3.06.18",
  44. "4.06.18",
  45. "5.06.18",
  46. "6.06.18",
  47. "7.06.18"
  48. ],
  49. "style_content": {
  50. "width": "100%",
  51. "height": "220",
  52. "font-size": "9",
  53. "margin": "10 20 20 20",
  54. "color": "#000000"
  55. },
  56. "style": "el_chart_component",
  57. "names": [
  58. "1.06.18",
  59. "2.06.18",
  60. "3.06.18",
  61. "4.06.18",
  62. "5.06.18",
  63. "6.06.18",
  64. "7.06.18"
  65. ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement