JavaScript charts Flex charts WPF & Silverlight charts Flash maps Flex maps
amCharts the best javascript charts *
Home Home
Products Products
Download Download
Buy Buy
FAQ FAQ
Documentation Documentation
Support forum Support forum

2009-02-02 Stock chart v 1.1.3.0 released

Stacking 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);


amCharts for WPF RSS feed Subscribe to our RSS feed to be notified about new releases and updates.
<< Previous | Next >>
© amCharts | About us | Contact and feedback: info@amcharts.com Subscribe to amcharts news feed by e-mail or RSS reader Follow amCharts on Twitter * many people say so ;)