Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#9736 from mattdwen/highcharts
Browse files Browse the repository at this point in the history
HighchartsDataPoint radius percentages
  • Loading branch information
mhegazy authored Jun 20, 2016
2 parents 1182319 + 60406f6 commit ab64b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions highcharts/highcharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4954,7 +4954,7 @@ interface HighchartsDataPoint {
* The inner radius of an individual point in a solid gauge. Can be given as a number (pixels) or percentage string.
* @since 4.1.6
*/
innerRadius?: number;
innerRadius?: number|string;
/**
* When this property is true, the points acts as a summary column for the values added or substracted since the
* last intermediate sum, or since the start of the series. The y value is ignored.
Expand Down Expand Up @@ -5005,7 +5005,7 @@ interface HighchartsDataPoint {
* The outer radius of an individual point in a solid gauge. Can be given as a number (pixels) or percentage string.
* @since 4.1.6
*/
radius?: number;
radius?: number|string;
/**
* Whether the data point is selected initially.
* @default false
Expand Down

0 comments on commit ab64b23

Please sign in to comment.