<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.amcharts.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.amcharts.com/docs/feed.php">
        <title>amCharts documentation v.1:bundle:javascript</title>
        <description></description>
        <link>http://www.amcharts.com/docs/</link>
        <image rdf:resource="http://www.amcharts.com/docs/lib/images/favicon.ico" />
       <dc:date>2010-08-21T15:26:51-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/adding_custom_commands_to_right_click_menu?rev=1219743023&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/basics?rev=1231359716&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/column_bar?rev=1231359964&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/function_list?rev=1264750896&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/line_area_custom_functions?rev=1231436879&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.amcharts.com/docs/v.1/bundle/javascript/pie_donut_custom_functions?rev=1231436983&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.amcharts.com/docs/lib/images/favicon.ico">
        <title>amCharts documentation</title>
        <link>http://www.amcharts.com/docs/</link>
        <url>http://www.amcharts.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/adding_custom_commands_to_right_click_menu?rev=1219743023&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-26T04:30:23-05:00</dc:date>
        <title>v.1:bundle:javascript:adding_custom_commands_to_right_click_menu</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/adding_custom_commands_to_right_click_menu?rev=1219743023&amp;do=diff</link>
        <description>You can create a custom right-click menu in any chart. By default, when the viewer clicks the right mouse button, he gets default Flash player menu. You can disable default menu items or add some custom ones. You can use this feature to create some controls for your chart. For example, right-click on this chart. Instead of default menu items, you will see three custom ones: 10 years, 20 years and Show full. Click on one of them and you will see that the chart changes the selected period.</description>
    </item>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/basics?rev=1231359716&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-07T14:21:56-05:00</dc:date>
        <title>v.1:bundle:javascript:basics</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/basics?rev=1231359716&amp;do=diff</link>
        <description>You can use JavaScript commands to control the chart. This allows you to create a way for your viewers to manipulate the chart from the web page, as well as to retrieve some information from the chart, so you can synchronize another element of the page with the chart.</description>
    </item>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/column_bar?rev=1231359964&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-07T14:26:04-05:00</dc:date>
        <title>v.1:bundle:javascript:column_bar</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/column_bar?rev=1231359964&amp;do=diff</link>
        <description>Functions which controll the chart

flashMovie.setData(data)

This function can be used for setting chat's data on the fly. Data must be in CSV or XML form, as it is set in &lt;data_type&gt; setting.

----------


flashMovie.appendData(data[,remove_count])</description>
    </item>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/function_list?rev=1264750896&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T01:41:36-05:00</dc:date>
        <title>v.1:bundle:javascript:function_list</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/function_list?rev=1264750896&amp;do=diff</link>
        <description>Functions that control the chart

flashMovie.setData(data,[rebuild])

This function can be used for setting the chart's data on the fly. Data must be in CSV or XML form, as per the &lt;data_type&gt; setting.

The &quot;rebuild&quot; option might be &quot;true&quot; or &quot;false&quot; (the default is &quot;true&quot;). If you set it to &quot;false&quot;, then the new data will not be applied until you call another new JS function: flashMovie.rebuild() or pass another set of settings/data with the &quot;rebuild&quot; set to &quot;true&quot;.</description>
    </item>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/line_area_custom_functions?rev=1231436879&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-08T11:47:59-05:00</dc:date>
        <title>v.1:bundle:javascript:line_area_custom_functions</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/line_area_custom_functions?rev=1231436879&amp;do=diff</link>
        <description>Functions that control the chart

----------

flashMovie.showGraph(index)
This function will show the graph (if it is hidden). Index is the sequential number of a graph in your settings, counting from 0.

----------


flashMovie.hideGraph(index)

This function will hide the graph (if it is visible). Index is the sequential number of a graph in your settings, counting from 0.</description>
    </item>
    <item rdf:about="http://www.amcharts.com/docs/v.1/bundle/javascript/pie_donut_custom_functions?rev=1231436983&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-08T11:49:43-05:00</dc:date>
        <title>v.1:bundle:javascript:pie_donut_custom_functions</title>
        <link>http://www.amcharts.com/docs/v.1/bundle/javascript/pie_donut_custom_functions?rev=1231436983&amp;do=diff</link>
        <description>Functions that control the chart

----------

flashMovie.clickSlice(index)
This function mimics a viewer clicking on a slice (pulling out the slice if pull-out is enabled). Index is the sequential number of the slice, counting from 0.

----------


flashMovie.rollOverSlice(index)</description>
    </item>
</rdf:RDF>
