react-apexcharts
react-apexcharts copied to clipboard
Marker colors are wrong
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)

with version 3.19.3 its fine

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.

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