Commit Graph
26 Commits
Author SHA1 Message Date
Adam Robins 402f9a0411 Updating the TODO on the chartResetButton
Ran into this issue today, not having a strongly defined theme for the reset zoom button. 
Didn't go any further than the first level as the states are branches of HTML elements which are not highcharts specific.
2015-03-06 14:54:03 +00:00
vvakame 37a3481b7f improve highcharts/highcharts.d.ts refs #3586 2015-02-04 22:11:13 +09:00
Adam Robins 61e79e78db addAxis interface
Can now have stock definition to add an Axis dynamically.
2015-02-02 16:08:49 +00:00
Mark Smith eb66e1f58a HighchartsSeriesOptions update
HighChartsSeriesOptions should have the access to the same properties as the Series Chart object. 

Based on http://api.highcharts.com/highcharts#series 

"The actual series to append to the chart. In addition to the members listed below, any member of the plotOptions for that specific type of plot can be added to a series individually. For example, even though a general lineWidth is specified in plotOptions.series, an individual lineWidth can be specified for each series."

This means the SeriesOptions should have access to properties such as color, animation etc which exist in the series chart object.
2014-11-18 17:04:21 +00:00
Ben Barber ddc0c1f955 Highcharts Query selector to return Chart object
According to http://api.highcharts.com/highcharts#Highcharts the 'Highchart()' function should return a Highchart object.
2014-05-16 16:00:23 +01:00
enternet 9bc2b98fdb HighchartsLegendOptions.useHTML?: boolean
HighchartsLegendOptions.useHTML is boolean property, not numeric.

Sometimes i'm thinking that I'm the first person in the world who is using these definitions (
2014-04-09 21:04:05 +03: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
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