Skip to content

Commit 88f99bb

Browse files
committed
Update plugins/customticks.md
1 parent 4f73224 commit 88f99bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/customticks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ tauChart.api.tickFormat.add("quarter", function(x) {
6767
return 'Q' + (q + 1) + ' ' + d.getFullYear();
6868
})
6969
```
70+
71+
Custom format specifiers are useful for ticks localization.
72+
73+
See example of such localization: http://jsfiddle.net/qvqn12zg/

0 commit comments

Comments
 (0)