mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #2202 from binpower93/patch-1
Highcharts Query selector to return Chart object
This commit is contained in:
Vendored
+1
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user