stz-util Documentation - v1.5.2
Preparing search index...
CustomOptionPlugins
Type Alias CustomOptionPlugins<TType>
CustomOptionPlugins
:
DeepPartial
<
PluginOptionsByType
<
TType
>
>
&
{
datalabels
?:
PartialDataLabels
;
htmlLegend
?:
HtmlLegendOptions
;
settingsIcon
?:
{
borderWidth
?:
Record
<
"normal"
|
"hover"
,
number
>
;
colors
?:
{
fill
?:
string
;
fillHover
?:
string
;
stroke
?:
string
;
strokeHover
?:
string
;
}
;
cursor
?:
string
;
iconSize
?:
Record
<
"w"
|
"h"
,
number
>
;
img
?:
string
;
offset
?:
Record
<
"right"
|
"top"
,
number
>
;
onClick
?:
(
chart
:
Chart
<
TType
>
,
event
:
MouseEvent
)
=>
void
;
radiusExtra
?:
number
;
}
;
zoom
?:
DeepPartialZoomType
;
}
Type Parameters
TType
extends
ChartType
=
ChartType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
stz-util Documentation - v1.5.2
Loading...