PartitionStyle
@elastic/charts • Exports
@elastic/charts / PartitionStyle
Interface: PartitionStyle
Contents
Extends
FillFontSizeRange
Properties
circlePadding
circlePadding:
number
Source
packages/charts/src/utils/themes/partition.ts:77
emptySizeRatio
emptySizeRatio:
number
The diameter of the inner circle, relative to outerSizeRatio
Source
packages/charts/src/utils/themes/partition.ts:71
fillLabel
fillLabel:
PartitionFillLabel
Source
packages/charts/src/utils/themes/partition.ts:81
fontFamily
fontFamily:
string
Source
packages/charts/src/utils/themes/partition.ts:76
horizontalTextAngleThreshold
horizontalTextAngleThreshold:
number
Source
packages/charts/src/utils/themes/partition.ts:79
horizontalTextEnforcer
horizontalTextEnforcer:
number
Source
packages/charts/src/utils/themes/partition.ts:80
idealFontSizeJump
idealFontSizeJump:
number
Inherited from
FillFontSizeRange.idealFontSizeJump
Source
packages/charts/src/utils/themes/partition.ts:33
linkLabel
linkLabel:
LinkLabelConfig
Source
packages/charts/src/utils/themes/partition.ts:82
maxFontSize
maxFontSize:
number
Inherited from
FillFontSizeRange.maxFontSize
Source
packages/charts/src/utils/themes/partition.ts:32
maximizeFontSize
maximizeFontSize:
boolean
When maximizeFontSize
is false (the default), text font will not be larger than font sizes in larger sectors/rectangles in the same pie chart,
sunburst ring or treemap layer. When it is set to true, the largest font, not exceeding maxFontSize
, that fits in the slice/sector/rectangle
will be chosen for easier text readability, irrespective of the value.
Inherited from
FillFontSizeRange.maximizeFontSize
Source
packages/charts/src/utils/themes/partition.ts:39
minFontSize
minFontSize:
number
Inherited from
FillFontSizeRange.minFontSize
Source
packages/charts/src/utils/themes/partition.ts:31
outerSizeRatio
outerSizeRatio:
number
The diameter of the entire circle, relative to the smaller of the usable rectangular size (smaller of width/height minus the margins)
Source
packages/charts/src/utils/themes/partition.ts:75
radialPadding
radialPadding:
number
Source
packages/charts/src/utils/themes/partition.ts:78
sectorLineStroke
sectorLineStroke:
string
Source
packages/charts/src/utils/themes/partition.ts:84
sectorLineWidth
sectorLineWidth:
number
Source
packages/charts/src/utils/themes/partition.ts:83
Generated using typedoc-plugin-markdown and TypeDoc