Open Flash Chart :: wiki :: JSON :: y_axis

Y Axis Labels

attributetype[s]comments
textstringText to show for label, use magic variable #val# to represent the Y axis position, e.g. "$#val#.00"
colourstringe.g. "#DD30DD"
sizeintegerfont size in pixels
"y_axis":{
    "max":          100000,
    "labels": {
        "text":		"left #val#", 
        "colour":	"#DD30DD",
        "size":		12,
        "labels":
    }
}