candle.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "title":{
  3. "text": "Candle",
  4. "style": "{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}"
  5. },
  6. "y_legend":{
  7. "text": "Open Flash Chart",
  8. "style": "{color: #736AFF; font-size: 12px;}"
  9. },
  10. "elements":[
  11. {
  12. "type": "candle",
  13. "alpha": 0.5,
  14. "colour": "#40d040",
  15. "negative-colour": "#d04040",
  16. "text": "Burn baby, burn",
  17. "font-size": 10,
  18. "on-show": {"type": "po-p", "cascade":1, "delay":0},
  19. "tip": "#x_label#<br>High: #high#<br>Open: #open#<br>Close: #close#<br>Low: #low#",
  20. "values" : [
  21. {"high":19, "top":14, "bottom":11, "low":10, "tip":"LOOK<br>#top#,#bottom# = #val#"},
  22. {"high":15, "top":10, "bottom":5, "low":0},
  23. {"high":7, "top":7, "bottom":4, "low":3},
  24. {"high":7, "top":3, "bottom":6, "low":2},
  25. {"high":7, "top":4, "bottom":4, "low":2}
  26. ]
  27. }
  28. ],
  29. "x_axis":{
  30. "labels": ["January","February","March"]
  31. },
  32. "y_axis":{
  33. "max": 20
  34. }
  35. }