dygraph library

The JS interop library itself.

Classes

Dygraph
Dygraph chart instance.
DygraphAnnotation
Dygraphs lets you add annotations (markers) to individual points on your chart. These markers have a short bit of text or an icon that's displayed over the chart, plus a longer description that appears when you hover over them.
DygraphArea
DygraphAxes
DygraphClosestPointResult
DygraphCrosshair
Dygraph plugin to draw vertical/horizontal line on point highlight.
DygraphCrosshairOptions
DygraphDataHandler
Chart data interface to define a common, generic data format that works for all data structures.
DygraphDragContext
Generic chart interaction context.
DygraphGranularity
Time granularity enumeration.
DygraphIframeTarp
DygraphInteractionModel
Dygraph interaction model definition.
DygraphLegendFormatterData
DygraphLegendFormatterSeries
DygraphOptions
Main chart options.
DygraphPointType
DygraphPropertiesForSeries
DygraphSynchronize
Dygraph plugin to synchronize multiple charts interactions.
DygraphSynchronizeOptions

Typedefs

AnnotationCallbackFunc = void Function(DygraphAnnotation annotation, DygraphPointType point, Dygraph dygraph, MouseEvent event)
AxisLabelFormatterFunc = String Function(dynamic numOrDate, int granularity, Function opts, Dygraph dygraph)
ClickCallbackFunc = void Function(Event e, dynamic x, List points)
DrawCallbackFunc = void Function(Dygraph dygraph, bool isInitial)
DrawPointCallbackFunc = void Function(Dygraph dygraph, String seriesName, CanvasRenderingContext2D canvasContext, num cx, num cy, String color, num pointSize)
GenericEventCallbackFunc = dynamic Function(Event e)
HighlightCallbackFunc = void Function(Event e, dynamic x, List points, int row, [String seriesName])
InteractionModelFunc = dynamic Function(Event event, Dygraph dygraph, DygraphDragContext context)
LegendFormatterFunc = String Function(DygraphLegendFormatterData data)
PointClickCallbackFunc = void Function(Event e, DygraphPointType point)
SyncCallbackFunc = void Function(Dygraph dygraph)
TickerFunc = List Function(num min, num max, num pixels, [dynamic opts(String v), Dygraph dygraph, List? vals])
UnderlayCallbackFunc = void Function(dynamic context, DygraphArea area, Dygraph dygraph, Dygraph dygraphDeprecated)
ValueFormatterFunc = dynamic Function(num numOrMillis, dynamic opts, String? seriesName, Dygraph? dygraph, num row, num col)
XValueParserFunc = num Function(String str)
ZoomCallbackFunc = void Function(num minDate, num maxDate, List yRanges)