resize property
dynamic
get
resize
Implementation
external dynamic
/*{
/**
* Indicate if the chart should automatically get resized when the window gets resized.
*/
auto?: boolean;
}*/
get resize;
set
resize
(dynamic v)
Implementation
external set resize(
dynamic
/*{
/**
* Indicate if the chart should automatically get resized when the window gets resized.
*/
auto?: boolean;
}*/
v);