mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
Implemented the following changes. - The HighchartsChartObject.series property should return HighchartsSeriesObject[] not HighchartsSeriesChart[]. - Added missing setVisible(...) overloaded method to the HighchartsSeriesObject interface. - Added missing JQuery.highcharts(...) method overload containing callback function parameter used to manipulate the chart instance. - Amended test file to exercise all changes in this commit.