Skip to content

Commit

Permalink
expose Dygraph.pickDateTickGranularity, seen in some fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 11, 2025
1 parent e5a393d commit 6846b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-

## New features
- Define `Dygraph.integerTicks` (#925)
- Define `Dygraph.integerTicks` (#925), `Dygraph.pickDateTickGranularity`
- Warn in console if points are out of range (#1050)
-

Expand Down
1 change: 1 addition & 0 deletions src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,7 @@ Dygraph.numericTicks = DygraphTickers.numericTicks;
Dygraph.integerTicks = DygraphTickers.integerTicks;
Dygraph.dateTicker = DygraphTickers.dateTicker;
Dygraph.Granularity = DygraphTickers.Granularity;
Dygraph.pickDateTickGranularity = DygraphTickers.pickDateTickGranularity;
Dygraph.getDateAxis = DygraphTickers.getDateAxis;
Dygraph.floatFormat = utils.floatFormat;

Expand Down

0 comments on commit 6846b25

Please sign in to comment.