DygraphSynchronize class

Dygraph plugin to synchronize multiple charts interactions.

NB! Requires synchronizer.js to be loaded.

Annotations
  • @JS('Dygraph.synchronize')

Constructors

DygraphSynchronize(List<Dygraph> dygraphs, [DygraphSynchronizeOptions? options])
factory

Properties

dygraphs List<Dygraph>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
options DygraphSynchronizeOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detach() → void
Detach dygraphs sync listeners and null out all data references.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited