Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#11142 from akankov/patch-1
Browse files Browse the repository at this point in the history
Handle ready event
  • Loading branch information
sheetalkamat authored Sep 9, 2016
2 parents ab57464 + eb5d949 commit 2425665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions amcharts/AmCharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2425665

Please sign in to comment.