Open Flash Chart :: wiki :: JSON :: y_axis
Y Axis Labels
| attribute | type[s] | comments |
| text | string | Text to show for label, use magic variable #val# to represent the Y axis position, e.g. "$#val#.00" |
| colour | string | e.g. "#DD30DD" |
| size | integer | font size in pixels |
"y_axis":{
"max": 100000,
"labels": {
"text": "left #val#",
"colour": "#DD30DD",
"size": 12,
"labels":
}
}
