mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Handle ready event
This commit is contained in:
3
amcharts/AmCharts.d.ts
vendored
3
amcharts/AmCharts.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user