Skip to content

Commit

Permalink
add missing Dygraph.DOTTED_LINE export which is documented
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Oct 18, 2023
1 parent 3a3f81f commit ea40d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -3507,6 +3507,7 @@ Dygraph.PLUGINS = [
// There are many symbols which have historically been available through the
// Dygraph class. These are exported here for backwards compatibility.
Dygraph.GVizChart = GVizChart;
Dygraph.DOTTED_LINE = utils.DOTTED_LINE;
Dygraph.DASHED_LINE = utils.DASHED_LINE;
Dygraph.DOT_DASH_LINE = utils.DOT_DASH_LINE;
Dygraph.dateAxisLabelFormatter = utils.dateAxisLabelFormatter;
Expand Down

0 comments on commit ea40d17

Please sign in to comment.