Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit ee1406d

Browse files
committed
fix linting
1 parent 88e0885 commit ee1406d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const ErrorBarsPlugin = {
4040
if (!b._model.label) {
4141
barLabel = chart.data.labels[j];
4242
} else {
43-
barLabel = b._model.label; // required for hierarchical
43+
barLabel = b._model.label; // required for hierarchical
4444
}
4545
return {
4646
label: barLabel,

0 commit comments

Comments
 (0)