| Line | |
|---|
| 1 | {
|
|---|
| 2 | "title":{
|
|---|
| 3 | "text": "Many data lines",
|
|---|
| 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": "bar",
|
|---|
| 15 | "alpha": 0.5,
|
|---|
| 16 | "colour": "#9933CC",
|
|---|
| 17 | "text": "Page views",
|
|---|
| 18 | "font-size": 10,
|
|---|
| 19 | "values" : [9,6,7,9,5,{"top":7,"colour":"#A03030","tip":"#top#<br>hello"},6,null,7]
|
|---|
| 20 | },
|
|---|
| 21 | {
|
|---|
| 22 | "type": "bar",
|
|---|
| 23 | "alpha": 0.5,
|
|---|
| 24 | "colour": "#CC9933",
|
|---|
| 25 | "text": "Page views 2",
|
|---|
| 26 | "font-size": 10,
|
|---|
| 27 | "values" : [4,9,6,7,9,5,7,6,9]
|
|---|
| 28 | }
|
|---|
| 29 | ],
|
|---|
| 30 |
|
|---|
| 31 | "x_axis":{
|
|---|
| 32 | "stroke":1,
|
|---|
| 33 | "tick-height":10,
|
|---|
| 34 | "colour":"#d000d0",
|
|---|
| 35 | "grid-colour":"#00ff00",
|
|---|
| 36 | "labels": ["January","February","March","April","May","June","July","August","Spetember"]
|
|---|
| 37 | },
|
|---|
| 38 |
|
|---|
| 39 | "y_axis":{
|
|---|
| 40 | "stroke": 4,
|
|---|
| 41 | "tick-length": 3,
|
|---|
| 42 | "colour": "#d000d0",
|
|---|
| 43 | "grid-colour": "#00ff00",
|
|---|
| 44 | "offset": 0,
|
|---|
| 45 | "max": 20
|
|---|
| 46 | }
|
|---|
| 47 |
|
|---|
| 48 | /* &x_axis_steps=2& */
|
|---|
| 49 |
|
|---|
| 50 | }
|
|---|
| 51 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.