Handle ready event

This commit is contained in:
akankov
2016-09-09 18:43:00 +07:00
committed by GitHub
parent 15d88ee057
commit eb5d949792

View File

@@ -27,6 +27,9 @@ declare namespace AmCharts {
/** Clears all the charts on page, removes listeners and intervals. */
function clear();
/** Handle ready event */
function ready(Function): void;
/** Create chart by params. */
function makeChart(selector: string, params: any, delay?: number): AmChart;