interaction property
dynamic
get
interaction
Implementation
external dynamic
/*{
/**
* Indicate if the chart should have interactions.
* If false is set, all of interactions (showing/hiding tooltip, selection, mouse events, etc) will be disabled.
*/
enabled?: boolean;
}*/
get interaction;
set
interaction
(dynamic v)
Implementation
external set interaction(
dynamic
/*{
/**
* Indicate if the chart should have interactions.
* If false is set, all of interactions (showing/hiding tooltip, selection, mouse events, etc) will be disabled.
*/
enabled?: boolean;
}*/
v);