mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update AmCharts.d.ts
makeChart function
This commit is contained in:
3
amcharts/AmCharts.d.ts
vendored
3
amcharts/AmCharts.d.ts
vendored
@@ -26,6 +26,9 @@ declare namespace AmCharts {
|
||||
|
||||
/** Clears all the charts on page, removes listeners and intervals. */
|
||||
function clear();
|
||||
|
||||
/** Create chart by params. */
|
||||
function makeChart(selector: string, params: any, delay?: number): AmChart;
|
||||
|
||||
/** AmPieChart class creates pie/donut chart. In order to display pie chart you need to set at least three properties - dataProvider, titleField and valueField.
|
||||
@example
|
||||
|
||||
Reference in New Issue
Block a user