Skip to content

Commit 26694ec

Browse files
authored
Update index.rst
1 parent d425b5b commit 26694ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chartjs/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ custom Stimulus controller:
186186
187187
// For instance you can format Y axis
188188
event.detail.config.options.scales.y.ticks = {
189-
'callback': function (value, index, values) {
189+
callback: function (value, index, values) {
190190
/* ... */
191191
}
192192
};

0 commit comments

Comments
 (0)