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
vvakame
6ab4ffae2b
Remove not required tscparams
2014-01-02 16:34:52 +09:00
damianog
a3cca0d72f
Update highcharts.d.ts
...
Fixed missing type declarations.
2013-12-15 13:50:21 +01:00
Maurits Elbers
a2017ed616
fixed typo in HighchartsChartOptions and fixed parameter in HighchartsChartObject
2013-12-06 14:39:36 +01:00
Jeffery Grajkowski
798dbfbf8f
Converting ungeneric "Array" to "any[]"
...
TypeScript 0.9.5 beta does not allow generic type references without the type argument. This code will still compile for 0.9.1 users. Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Maurits Elbers
73202691b6
Expanded highcharts definitions
...
Added some missing definitions to highcharts.d.ts
2013-09-26 16:58:07 +02: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
Boris Yankov
f677cca98d
Multiple bool => boolean fixes
2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637
Big replacement: bool with boolean
2013-08-07 16:59:39 +03:00
Neil Stalker
5b862093ae
Rename test files to standard convention
2013-06-28 21:51:16 +01:00
Damiano
e3a54cddb8
bool deprecated by Typescript 0.9
...
updated to boolean.
2013-06-14 15:46:27 +02:00
Steve Fenton
fc82069dab
Update highcharts/highcharts.d.ts
...
Re-submission of yAxis change, to match Highcharts documentation.
2013-02-15 13:24:07 +00:00
Steve Fenton
c0f43e1521
Update highcharts/highcharts.d.ts
...
The documentation for the xAxis: http://api.highcharts.com/highcharts#xAxis
Suggests the same for the xAxis options - it is an object not an array.
2013-02-15 10:01:23 +00:00
Boris Yankov
209d95071a
Update reference paths
2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Damiano
8309e74f67
added support to Highcharts-2.3 request #72
2012-11-25 23:04:20 +01:00