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

Commit c2883d2

Browse files
authored
Merge pull request #112 from BenDavisson/master
Fixing typo, which broke the ability to change itemBorderColor on box…
2 parents df5a40f + 5dd1439 commit c2883d2

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)