add ability to control the piechart size and innerSize for each series items

This commit is contained in:
allen1314
2017-11-10 07:12:17 +08:00
parent e043e9b444
commit 215ad5cc18

View File

@@ -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