react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Marker colors are wrong

Open lior-fortifieddata opened this issue 4 years ago • 1 comments

Please see below: looks like a bug, but I hope it's only wrong configuration:

The marker of the green line is blue, and the one of the blue line is green

https://codesandbox.io/s/react-basic-example-forked-x9gyd?file=/src/App.js

with latest version: (3.25)

image

with version 3.19.3 its fine

image

lior-fortifieddata avatar Mar 01 '21 10:03 lior-fortifieddata

I upgraded the version to 3.25, but the bug exist yet. This bug can be reproduced if we change the chart type to bar of the second series. In that way the marker for the first series will color with the second series color. image

https://codesandbox.io/s/react-basic-example-forked-c4fxr?file=/src/App.js

acarmona1989 avatar Sep 14 '21 12:09 acarmona1989