Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. [
  2. [
  3. [1500595200000, 7],
  4. [1500681600000, 3],
  5. [1500768000000, 5]
  6. ],
  7. [
  8. [1500595200000, 0],
  9. [1500681600000, 0],
  10. [1500768000000, 0]
  11. ],
  12. [
  13. [1500595200000, 0],
  14. [1500681600000, 0],
  15. [1500768000000, 0]
  16. ]
  17. ]
  18.  
  19. $.plot($('#graph-lines'), graphData, {
  20. series: {
  21. points: {
  22. show: true,
  23. radius: 5
  24. },
  25. lines: {
  26. show: true,
  27. },
  28. shadowSize: 0,
  29. },
  30. grid: {
  31. color: '#646464',
  32. borderColor: 'transparent',
  33. borderWidth: 20,
  34. hoverable: true
  35. },
  36. xaxis: {
  37. tickSize: [1, 'day'],
  38. mode: "time",
  39. timeformat: "%d.%m",
  40. tickColor: 'transparent',
  41. },
  42. yaxis: {
  43.  
  44. }
  45. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement