interaction property

dynamic 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;
void 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);