trait EnableInteractivityTrait (View source)

Methods

enableInteractivity( boolean $enableInteractivity)

Whether the chart throws user-based events or reacts to user interaction.

Details

at line 18
Chart enableInteractivity( boolean $enableInteractivity)

Whether the chart throws user-based events or reacts to user interaction.

If false, the chart will not throw 'select' or other interaction-based events (but will throw ready or error events), and will not display hovertext or otherwise change depending on user input.

Parameters

boolean $enableInteractivity

Return Value

Chart

Exceptions

InvalidConfigValue