apexcharts.js
apexcharts.js copied to clipboard
Grid borders + grid are rendered always front
Description
Grid borders are rendered after the chart even if position: back
is specified
https://github.com/apexcharts/apexcharts.js/blob/d38ee729eb2c4cf1cc142ba4a13c21b999956ec2/src/apexcharts.js#L294-L305
Steps to Reproduce
- turn on axis borders
- turn on grid lines (all axis)
- line chart with markers
Expected Behavior
Grid borders are rendered before the chart even if position: back
is specified
Actual Behavior
Screenshots
Before
After
Reproduction Link
https://codepen.io/bazuka5801/pen/xxJrRBr
good job i need this 👍
Version 3.40.0 still has this bug.
@GitNomster You can try using my fix, just replace the line in your package.json and install the packages, I use yarn
"apexcharts": "npm:@bazuka5801/[email protected]",
The issue can no longer be reproduced with the latest version 3.42.0