Set it to true if you have base href set for your page. This will fix rendering problems in Firefox caused by base href.
Array of day names, used when formatting dates (if categoryAxis.parseDates is set to true) ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
Array of month names, used when formatting dates (if categoryAxis.parseDates is set to true) [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November','December' ]
Array of short versions of day names, used when formatting dates (if categoryAxis.parseDates is set to true) ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
Array of short versions of month names, used when formatting dates (if categoryAxis.parseDates is set to true) ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
Set global used AmCharts theme.
Object with existing themes.
Set it to true if you want UTC time to be used instead of local time.
Set a method to be called before initializing the chart. When the method is called, the chart instance is passed as an attribute. You can use this feature to preprocess chart data or do some other things you need before initializing the chart.
The method to be called.
Which chart types should call this method. Defaults to all if none is passed.
Clears all the charts on page, removes listeners and intervals.
Create chart by params.
Generated using TypeDoc
AmCharts namespace is create automatically when amcharts.js or amstock.js file is included.