60 Commits
Author SHA1 Message Date
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Stefan Karlsson c64873177e Enables ES6 module loading. 2016-02-05 16:11:11 +01:00
Dan Lewi Harkestad bf3b1a96c3 Highcharts: Updated definitions to highcharts 4.2.0 2016-01-26 16:09:34 +01:00
Alexey Gorshkov 0ac50f1ad5 add missing property HighchartsLineChart.linecap
http://api.highcharts.com/highcharts#series<line>.linecap
2016-01-22 18:50:15 +03:00
Dan Lewi Harkestad bfe9aff4a0 Fixed a comma that should've been a semicolon. 2015-11-23 10:39:49 +01:00
Leon Yu 3b65f10dbb Remove jquery dependency
Add jquery to highstock
2015-11-19 00:27:08 -05:00
Lukasz Potapczuk 9dc85743f7 Added support for different font families styling 2015-11-04 15:09:28 +01: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
Ali Sabzevari 91b7511639 Make count in RangeSelectorButton optional
Referring to http://api.highcharts.com/highstock#rangeSelector.buttons when type is 'all' you can omit count.
2015-10-06 10:53:46 +03:30
Masahiro Wakame ec7e6dfdf1 Merge pull request #5936 from baltie/highcharts-missing-properties
highcharts: Added some missing properties
2015-09-27 13:34:00 +09:00
Dan Lewi Harkestad 9722f15c2a Added missing properties in HighchartsChartOptions and HighchartsLegendOptions.
See http://api.highcharts.com/highcharts#chart and http://api.highcharts.com/highcharts#legend.
2015-09-21 16:03:37 +02:00
Dan Lewi Harkestad 83d234fe32 HighchartsPieChart.colors is a string array. 2015-09-20 23:47:10 +02:00
Dan Lewi Harkestad 66c111fb9e The pointPlacement property was inconsistent.
The property is of type string | number now. It was updated some places,
but not all.

Also added some missing properties for pie charts.
2015-09-18 07:05:53 +02:00
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