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

Commit d7eb2cd

Browse files
Merge branch 'master' into release-1.2.3
2 parents 5f16ff1 + 0b81bb4 commit d7eb2cd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ const ErrorBarsPlugin = {
202202
barchartCoords.forEach((dataset, i) => {
203203
const vScale = this._resolveScale(chart, horizontal, i);
204204
dataset.forEach((bar) => {
205+
206+
205207
let cur = errorBarCoords[i];
206208
if (!cur) {
207209
return;

0 commit comments

Comments
 (0)