From 215ad5cc183530bc541b9135468334f7719e6786 Mon Sep 17 00:00:00 2001 From: allen1314 <83970162@qq.com> Date: Fri, 10 Nov 2017 07:12:17 +0800 Subject: [PATCH] add ability to control the piechart size and innerSize for each series items --- types/highcharts/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/highcharts/index.d.ts b/types/highcharts/index.d.ts index 3ce85ed9e2..f7f3759432 100644 --- a/types/highcharts/index.d.ts +++ b/types/highcharts/index.d.ts @@ -5266,6 +5266,9 @@ declare namespace Highcharts { * interfaces (AreaChartSeriesOptions, LineChartSeriesOptions, etc.) */ interface IndividualSeriesOptions { + size?: number | string; + innerSize?: number | string; + type?: string; /** * The main color or the series. In line type series it applies to the line and the point markers unless otherwise