Merge pull request #2202 from binpower93/patch-1

Highcharts Query selector to return Chart object
This commit is contained in:
Masahiro Wakame
2014-05-20 16:48:18 +09:00
+1
View File
@@ -1119,6 +1119,7 @@ interface HighchartsSeriesObject {
}
interface JQuery {
highcharts(): HighchartsChartObject;
/**
* Creates a new Highcharts.Chart for the current JQuery selector; usually
* a div selected by $('#container')