14 Commits
Author SHA1 Message Date
Dan Lewi Harkestad bf3b1a96c3 Highcharts: Updated definitions to highcharts 4.2.0 2016-01-26 16:09:34 +01:00
Leon Yu 3b65f10dbb Remove jquery dependency
Add jquery to highstock
2015-11-19 00:27:08 -05:00
Dan Lewi Harkestad 244ad334cc Highcharts definitions fully updated to v4.1.9.
All missing definitions has been added, mostly according to documentation,
as well as some that were missing from documentation but found in examples
and source code.
Also added documentation.
Added tests for most settings and objects.
2015-10-11 01:50:09 +02:00
matthewrwilton d16c51a58e Allow the type of HighchartsOptions.yAxis to be HighchartsAxisOptions or HighchartsAxisOptions[]. 2015-09-01 09:51:03 +10:00
Daniel Rosenwasser 6c2a9bd4a2 Use correct object in test for 'highcharts'. 2015-08-07 15:03:16 -07:00
Jacob Foshee 9376c750d6 Update highcharts-tests.ts 2015-07-06 18:35:14 -05:00
Damiano f28953c23f More interface updates from latest Highcharts API 2015-04-21 00:50:38 +02:00
Damiano c63c6c7476 Complete Union Type refactories and fixed some wrong types 2015-04-20 19:32:13 +02:00
David Deutsch bb62e74e97 Added some casting examples to the test file 2015-04-18 12:19:16 -04:00
mattbrooks2010 fa3a9621c6 Added missing library features
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.
2014-01-14 14:34:53 +00:00
John St. Clair b4b426a235 FIX: return type should be jQuery selector, not chart 2013-09-02 12:16:08 +02:00
John St. Clair b2ab530a30 Added getOptions to HighchartsStatic, and fixed setOptions() return type 2013-08-30 13:11:28 +02:00
John St. Clair 4aedbf5462 Added jquery reference to highchart and add overload to JQuery 2013-08-30 10:05:12 +02:00
Neil Stalker 5b862093ae Rename test files to standard convention 2013-06-28 21:51:16 +01:00