Rev | Line | |
---|
[7849] | 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 | "type": "bar",
|
---|
| 31 | "alpha": 0.5,
|
---|
| 32 | "colour": "#CC0000",
|
---|
| 33 | "text": "XXX",
|
---|
| 34 | "font-size": 10,
|
---|
| 35 | "values" : [6,7,9,5,7,6,9,5,5]
|
---|
| 36 | }
|
---|
| 37 | ],
|
---|
| 38 |
|
---|
| 39 | "x_axis":{
|
---|
| 40 | "stroke":1,
|
---|
| 41 | "tick_height":10,
|
---|
| 42 | "colour":"#d000d0",
|
---|
| 43 | "grid_colour":"#00ff00",
|
---|
| 44 | "labels": ["January","February","March","April","May","June","July","August","Spetember"]
|
---|
| 45 | },
|
---|
| 46 |
|
---|
| 47 | "y_axis":{
|
---|
| 48 | "stroke": 4,
|
---|
| 49 | "tick_length": 3,
|
---|
| 50 | "colour": "#d000d0",
|
---|
| 51 | "grid_colour": "#00ff00",
|
---|
| 52 | "offset": 0,
|
---|
| 53 | "max": 20
|
---|
| 54 | }
|
---|
| 55 |
|
---|
| 56 | /* &x_axis_steps=2& */
|
---|
| 57 |
|
---|
| 58 | }
|
---|
| 59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.