2009-02-02 Stock chart v 1.1.3.0 releasedStacking supported for "line" type graphs. You can stack one graph to another if you set <stack_to>[gid]</stack_to> for the graph, where gid is the id of a graph to which you want to stack the graph. Graphs can not be smoothed. The graph to which you are stacking must be described above the graph which you are stacking. You can hide/show graphs by clicking on the legend keys. This feature is enabled by default, if you want to disable it, set <graph_on_off>false</graph_on_off> in the <chart><legend> settings. You can also show or hide graphs with JavaScript functions: flashMovie.showGraph(cid, gid); flashMovie.hideGraph(cid, gid); When you show or hide graphs, the chart calls amGraphShow(chart_id, cid, gid); amGraphHide(chart_id, cid, gid); functions, so you can synchronize the chart's legend with other elements on your page. Remove data set, chart or graph with JavaScript. To do this, simply call the following functions: flashMovie.removeDataSet(did); flashMovie.removeChart(cid); flashMovie.removeGraph(cid, gid);
<< Previous | Next >>
|