Skip to content

Commit 4f238f9

Browse files
committed
dateTime
1 parent ef90f52 commit 4f238f9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/base/ctor/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/base/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ defineProperty( Plot.prototype, 'xRange', {
10391039
* @example
10401040
* var plot = new Plot();
10411041
* plot.xScale = 'time';
1042-
* plot.xTickFormat = '%H:%M';
1042+
* plot.xTickFormat = 'HH:mm';
10431043
*
10441044
* @example
10451045
* var plot = new Plot({

0 commit comments

Comments
 (0)