mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
add ability to control the piechart size and innerSize for each series items
This commit is contained in:
3
types/highcharts/index.d.ts
vendored
3
types/highcharts/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user