Skip to content

Commit 14ddbb2

Browse files
authored
Update index.rst
1 parent f73f75d commit 14ddbb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Chartjs/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ custom Stimulus controller:
191191
ticks: {
192192
callback: function (value, index, values) {
193193
/* ... */
194-
}
195-
}
196-
}
194+
},
195+
},
196+
},
197197
};
198198
// Add to an existing Y axis config
199199
event.detail.config.options.scales.y.ticks = {
200200
callback: function (value, index, values) {
201201
/* ... */
202-
}
202+
},
203203
};
204204
}
205205

0 commit comments

Comments
 (0)