refreshDelayed method

void refreshDelayed()

Refreshes the rendered chart with a delay (consecutive calls are ignored).

Implementation

void refreshDelayed() {
  _interactionCompleter.interact();
}