menu.txt 936 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "y_legend":{
  3. "text": "Time of day",
  4. "style": "{color: #736AFF;}"
  5. },
  6. "menu":{
  7. "colour": "#E0E0ff",
  8. "outline-colour": "#707070",
  9. "values" : [
  10. {
  11. "type": "camera-icon",
  12. "text": "Save as image"
  13. },
  14. {
  15. "type": "text",
  16. "text": "Save as image 2"
  17. },
  18. {
  19. "type": "camera-icon",
  20. "text": "3!!",
  21. "javascript-function": "my_function"
  22. }
  23. ]
  24. },
  25. "elements":[
  26. {
  27. "type": "line",
  28. "colour": "#736AFF",
  29. "text": "Avg. wave height (cm)",
  30. "font-size": 10,
  31. "width": 2,
  32. "values" : [
  33. 1.5,1.69,1.88,2.06,2.21,2.34,2.43,
  34. 2.48,2.49,2.47,2.40,2.30,2.17,2.01,
  35. 1.83,1.64,1.44,1.24,1.05,0.88,0.74,
  36. 0.62,0.54,0.50,0.50,0.54,0.61,0.72,
  37. 0.86,1.03,1.22,1.41,1.61,1.81,1.99,
  38. 2.15,2.29,2.39,2.46,2.49,2.48,
  39. {"value":2.44,"colour":"#FF0000","tip":"monkies"},
  40. 2.35,2.23,2.08]
  41. }
  42. ],
  43. "y_axis":{
  44. "max": 3
  45. }
  46. }