stz-util Documentation - v1.5.2
Preparing search index...
ChartInstance
Class ChartInstance
Index
Constructors
constructor
Properties
map
Methods
clear
get
get
Chart
has
register
resize
unregister
update
Constructors
constructor
new
ChartInstance
()
:
ChartInstance
Returns
ChartInstance
Properties
Private
Static
map
map
:
Map
<
string
,
Chart
<
keyof
ChartTypeRegistry
,
(
null
|
number
|
Point
|
[
number
,
number
]
|
BubbleDataPoint
)
[]
,
unknown
,
>
,
>
= ...
Methods
Static
clear
clear
()
:
void
Returns
void
Static
get
get
(
id
:
string
,
)
:
|
undefined
|
Chart
<
keyof
ChartTypeRegistry
,
(
null
|
number
|
Point
|
[
number
,
number
]
|
BubbleDataPoint
)
[]
,
unknown
,
>
Parameters
id
:
string
Returns
|
undefined
|
Chart
<
keyof
ChartTypeRegistry
,
(
null
|
number
|
Point
|
[
number
,
number
]
|
BubbleDataPoint
)
[]
,
unknown
,
>
Static
get
Chart
getChart
(
id
:
string
)
:
Chart
Parameters
id
:
string
Returns
Chart
Static
has
has
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
Static
register
register
(
id
:
string
,
instance
:
Chart
)
:
void
Parameters
id
:
string
instance
:
Chart
Returns
void
Static
resize
resize
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
Static
unregister
unregister
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
Static
update
update
(
id
:
string
,
instance
:
Chart
,
mode
?:
Mode
)
:
void
Parameters
id
:
string
instance
:
Chart
mode
:
Mode
= 'default'
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
map
Methods
clear
get
get
Chart
has
register
resize
unregister
update
stz-util Documentation - v1.5.2
Loading...