Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacked bar chart do not display part of series when plotOptions.bar.borderRadius != 0 and some of the seria values == 0 #3758

Open
Dimanoid opened this issue Apr 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Dimanoid
Copy link

Dimanoid commented Apr 7, 2023

Description

Stacked bar chart do not display part of series when plotOptions.bar.borderRadius != 0 and some of the seria values == 0
(see the first column of the example)
Aa lot of errors produced in console like this:
Error: attribute d: Expected number, "MNaN -27.51749486…". @ apexcharts:6

Steps to Reproduce

Try to render stacked bar chart with some zero values and plotOptions.bar.borderRadius != 0

Expected Behavior

No errors, bars displayed correct

Actual Behavior

Some bar part are not displayed, tons of errors in console

Screenshots

image
image

Reproduction Link

https://codepen.io/Dimanoid-the-solid/pen/ExdxMKw

@Dimanoid Dimanoid added the bug Something isn't working label Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant