stz-util Documentation - v1.5.2
Preparing search index...
DataLabels
Interface DataLabels
interface
DataLabels
{
align
:
Position
;
anchor
:
Position
;
backgroundColor
:
string
;
borderColor
:
string
;
borderRadius
:
number
;
borderWidth
:
number
|
(
(
ctx
:
DataLabelsContext
)
=>
number
)
;
color
:
string
|
(
(
ctx
:
DataLabelsContext
)
=>
string
)
;
display
:
boolean
|
(
(
ctx
:
DataLabelsContext
)
=>
boolean
)
;
formatter
:
(
value
:
any
,
ctx
:
DataLabelsContext
)
=>
string
|
number
;
textShadowBlur
:
number
;
textShadowColor
:
string
;
textStrokeColor
:
string
|
(
(
ctx
:
DataLabelsContext
)
=>
string
)
;
textStrokeWidth
:
number
|
(
(
ctx
:
DataLabelsContext
)
=>
number
)
;
}
Index
Properties
align
anchor
background
Color
border
Color
border
Radius
border
Width
color
display
formatter
text
Shadow
Blur
text
Shadow
Color
text
Stroke
Color
text
Stroke
Width
Properties
align
align
:
Position
anchor
anchor
:
Position
background
Color
backgroundColor
:
string
border
Color
borderColor
:
string
border
Radius
borderRadius
:
number
border
Width
borderWidth
:
number
|
(
(
ctx
:
DataLabelsContext
)
=>
number
)
color
color
:
string
|
(
(
ctx
:
DataLabelsContext
)
=>
string
)
display
display
:
boolean
|
(
(
ctx
:
DataLabelsContext
)
=>
boolean
)
formatter
formatter
:
(
value
:
any
,
ctx
:
DataLabelsContext
)
=>
string
|
number
text
Shadow
Blur
textShadowBlur
:
number
text
Shadow
Color
textShadowColor
:
string
text
Stroke
Color
textStrokeColor
:
string
|
(
(
ctx
:
DataLabelsContext
)
=>
string
)
text
Stroke
Width
textStrokeWidth
:
number
|
(
(
ctx
:
DataLabelsContext
)
=>
number
)
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
align
anchor
background
Color
border
Color
border
Radius
border
Width
color
display
formatter
text
Shadow
Blur
text
Shadow
Color
text
Stroke
Color
text
Stroke
Width
stz-util Documentation - v1.5.2
Loading...