Dygraph constructor

Dygraph(
  1. Element? div,
  2. dynamic file, [
  3. DygraphOptions? options
])

Implementation

external factory Dygraph(
  Element? div,
  dynamic /* string (URL of CSV or CSV), GViz DataTable or 2D Array */ file, [
  DygraphOptions? options,
]);