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

Commit a5d6f30

Browse files
author
sluger
committed
fix merged conflicts
1 parent de256b6 commit a5d6f30

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/plugin.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ const defaultOptions = {
1515
width: 10,
1616

1717
/**
18-
<<<<<<< HEAD
19-
* lineWidth as number, or as string with pixel (px) ending
20-
=======
2118
* lineWidth as number, or as string with pixel (px) ending, or array of such definition
22-
>>>>>>> develop
2319
*/
2420
lineWidth: 2,
2521

@@ -129,11 +125,7 @@ const ErrorBarsPlugin = {
129125
* @param horizontal orientation
130126
* @private
131127
*/
132-
<<<<<<< HEAD
133-
_drawErrorBar(ctx, model, plus, minus, color, width, lineWidth, horizontal) {
134-
=======
135128
_drawErrorBar(ctx, model, plus, minus, color, lineWidth, width, horizontal) {
136-
>>>>>>> develop
137129
ctx.save();
138130
ctx.lineWidth = lineWidth;
139131
ctx.strokeStyle = color;

0 commit comments

Comments
 (0)