You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@ Plot automatically generates axes for position scales. You can configure these a
274
274
**scale*.**ticks** - the approximate number of ticks to generate
275
275
**scale*.**tickSize** - the size of each tick (in pixels; default 6)
276
276
**scale*.**tickPadding** - the separation between the tick and its label (in pixels; default 3)
277
-
**scale*.**tickFormat** - how to format tick values as a string (a function or format specifier)
277
+
**scale*.**tickFormat** - to format tick values, either a function or a [d3-format](https://github.com/d3/d3-format#locale_format) or [d3-time-format](https://github.com/d3/d3-time-format#locale_format) specifier string; see [Formats](#formats)
278
278
**scale*.**tickRotate** - whether to rotate tick labels (an angle in degrees clockwise; default 0)
279
279
**scale*.**grid** - if true, draw grid lines across the plot for each tick
0 commit comments