FIMViz.jsAPI
    Preparing search index...

    Function createTooltip

    • A tooltip element that shows/hides and follows the pointer.

      Parameters

      • Optionalfim: FimMap | { root?: Element }
      • Optionalopts: { style?: any } = {}

      Returns {
          destroy: () => void;
          el: Element;
          hide: () => void;
          show: (evt: any, html: string) => void;
      }