Guest User

Untitled

a guest
Feb 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. var Line = "25/03/2018";
  2. var Line2 = "13/07/2018";
  3.  
  4. var treatments = [{
  5. type: 'line',
  6. mode: 'vertical',
  7. scaleID: 'x-axis-0',
  8. value: Line,
  9. borderColor: '#007e24',
  10. borderWidth: 4,
  11. label: {
  12. enabled: true,
  13. content: '13/07/2018'
  14. }
  15. },
  16. {
  17. type: 'line',
  18. mode: 'vertical',
  19. scaleID: 'x-axis-0',
  20. value: Line2,
  21. borderColor: '#000',
  22. borderWidth: 4,
  23. label: {
  24. enabled: true,
  25. content: '13/07/2018'
  26. }
  27. }
  28.  
  29. ];
  30.  
  31. var dates = ["01/03/2018", "01/05/2018", "09/10/2018"];
  32. var colours= ["#000", "#000", "#fff"];
  33.  
  34. var treatments = [{
  35. type: 'line',
  36. mode: 'vertical',
  37. scaleID: 'x-axis-0',
  38. value: DYNAMIC VALUE,
  39. borderColor: 'DYNAMIC VALUE',
  40. borderWidth: 4,
  41. label: {
  42. enabled: true,
  43. content: '13/07/2018'
  44. }
  45. }
  46.  
  47. ];
Add Comment
Please, Sign In to add comment