DygraphCrosshair class

Dygraph plugin to draw vertical/horizontal line on point highlight.

NB! Requires crosshair.js to be loaded.

Annotations
  • @JS('Dygraph.Plugins.Crosshair')

Constructors

DygraphCrosshair([DygraphCrosshairOptions? options])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
options DygraphCrosshairOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate(Dygraph dygraph) Map<String, GenericEventCallbackFunc>
Plugin activate callback.
deselect(Event e) → void
Deselect callback.
destroy() → void
Plugin destroy callback.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(Event e) → void
Select/Highlight callback.
toString() String
A string representation of this object.
override

Operators

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