Update AmCharts.d.ts

makeChart function
This commit is contained in:
akankov
2016-08-01 12:24:32 +07:00
committed by GitHub
parent 2a24bbb7ca
commit fe9baac864

View File

@@ -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