Commit Graph

47 Commits

Author SHA1 Message Date
vvakame
134052c72d adhoc fix highcharts-ng/highcharts-ng-tests.ts and highcharts/highcharts.d.ts 2015-09-03 21:42:04 +09:00
matthewrwilton
d16c51a58e Allow the type of HighchartsOptions.yAxis to be HighchartsAxisOptions or HighchartsAxisOptions[]. 2015-09-01 09:51:03 +10:00
jbghoul
8a1f9f526d HighchartsDateTimeFormats: add missing millisecond 2015-08-20 15:58:08 +02:00
Daniel Rosenwasser
58345fc448 Merge branch 'master' into handleExtraObjectLiteralProperties
Conflicts:
	angular-ui-bootstrap/angular-ui-bootstrap-tests.ts
2015-08-17 12:28:46 -07:00
Daniel Rosenwasser
6c2a9bd4a2 Use correct object in test for 'highcharts'. 2015-08-07 15:03:16 -07:00
Daniel Rosenwasser
dd12455c4a backgound -> background in 'highcharts'. 2015-08-07 14:57:38 -07:00
Dan Lewi Harkestad
808cedd2ec Fixed forgotten return type. 2015-08-05 11:05:52 +02:00
Dan Lewi Harkestad
ccaf6162aa Added some missing methods and properties.
Also some fixes to existing methods and properties which didn't match
implementation.
2015-08-05 10:54:49 +02:00
Dan Lewi Harkestad
ad926271e8 Visible property should be boolean, not number 2015-08-04 16:24:39 +02:00
Dan Lewi Harkestad
8f0a389126 minorTickInterval can be "auto" as well as a number. 2015-08-04 16:01:43 +02:00
Jacob Foshee
9376c750d6 Update highcharts-tests.ts 2015-07-06 18:35:14 -05:00
Jacob Foshee
b592e40b32 Corrected linearGradient members (not 0 based)
See documentation: "Linear gradients in Highcharts have a similar syntax to that of SVG" ... "linearGradient holds another object literal that defines the start position (x1, y1) and the end position (x2, y2)"
http://www.highcharts.com/docs/chart-design-and-style/colors
http://www.w3schools.com/svg/svg_grad_linear.asp
2015-07-06 18:21:24 -05:00
Damiano
a5ecf794fb Added missing return-type annotation 2015-04-21 00:58:07 +02: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
59c3def959 Removed leading space that was breaking the build 2015-04-18 14:31:41 -04:00
David Deutsch
cc9f049850 Added definitions for highstock 2015-04-18 14:27:41 -04:00
David Deutsch
bb62e74e97 Added some casting examples to the test file 2015-04-18 12:19:16 -04:00
David Deutsch
976e95e4e5 Replacing some uses of any with union types 2015-04-18 12:06:01 -04:00
David Deutsch
bfab162b3e Created interfaces for the options of each type of chart. 2015-04-17 18:22:32 -04:00
David Deutsch
1c6370500f Added animate to HighchartsElementObject 2015-04-17 17:35:17 -04:00
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