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