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

Commit 5dd1439

Browse files
committed
Fixing typo, which broke the ability to change itemBorderColor on boxplots
1 parent df5a40f commit 5dd1439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ArrayElementBase = Chart.Element.extend({
3131
return;
3232
}
3333
ctx.save();
34-
ctx.strokeStle = vm.itemBorderColor;
34+
ctx.strokeStyle = vm.itemBorderColor;
3535
ctx.fillStyle = vm.itemBackgroundColor;
3636
// jitter based on random data
3737
// use the datesetindex and index to initialize the random number generator

0 commit comments

Comments
 (0)