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

Series stroke line disappearing when first value is null #591

Open
arseniymlp opened this issue Apr 10, 2024 · 1 comment
Open

Series stroke line disappearing when first value is null #591

arseniymlp opened this issue Apr 10, 2024 · 1 comment

Comments

@arseniymlp
Copy link

When

  1. The xaxis has type: 'datetime',
  2. There are two series with y values for the same set of same x values,
  3. There is only one yaxis,
  4. The second series has type: 'line', and
  5. The second series' earliest y value (ie the y value for the earliest x value) is null,

The stroke line of the second series disappears. If I change the second series to have type: area you can see the area is shaded but the stroke is missing.

Not sure if this is specific to react wrapper or apexcharts.js. We worked around using something like this by creating a custom tooltip shared tooltip and not having null values. But it's a really unpleasant workaround and it feels like it'll be a simple bug to fix.

@osunaintarcon
Copy link

Hello everyone!
Currently I have detected the same error when trying to display null values.
I am keeping an eye out for possible solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants