Open Flash Chart :: wiki :: JSON :: chart_elements
Line
{
"type": "line",
"colour": "#736AFF",
"text": "Avg. wave height (cm)",
"font-size": 10,
"width": 1,
"dot-style": {
"type":"solid-dot", "colour":"#a44a80", "dot-size": 3,
"tip":"#val#<br>#x_label#" },
"on-show": {"type": "mid-slide", "cascade":1, "delay":0.5},
"values" : [1.5,1.69,1.88,2.06,2.21,2.34,2.43,{"value":2.44,"colour":"#FF0000","tip":"monkies"}]
}
These objects can live in the line or area chart:
- line-style
- dot-style
- values? an array.
- on-show?
