transition property
dynamic
get
transition
Implementation
external dynamic
/*{
/**
* Set duration of transition (in milliseconds) for chart animation.
* Note: If 0 or null set, transition will be skipped. So, this makes initial rendering faster especially in case you have a lot of data.
*/
duration?: number;
}*/
get transition;
set
transition
(dynamic v)
Implementation
external set transition(
dynamic
/*{
/**
* Set duration of transition (in milliseconds) for chart animation.
* Note: If 0 or null set, transition will be skipped. So, this makes initial rendering faster especially in case you have a lot of data.
*/
duration?: number;
}*/
v);