Skip to content

Combining Logarithmic and non-Logarithmic Scales with multiple series shows incorrect data #5035

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

Open
Zordiac opened this issue May 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Zordiac
Copy link

Zordiac commented May 10, 2025

Description

When multiple scales with logarithmic and non-logarithmic scales are combined together, and multiple series are assigned to these scales, the data is drawn incorrectly.

Steps to Reproduce

  1. Create 2 yaxis, 1 non-logarithmic and 1 logarithmic
  2. Create 3 series, assign 2 series to log scale, and 1 series to non-log scale
  3. See that the second and third series are incorrectly scaled

Expected Behavior

The series should scale as the yaxis

Actual Behavior

See image below, the Series "Logarithmic2" is assigned to a log scale, but displayed linearly. Whereas the series "Linear1" is assigned to a non-log scale, but still shown on the log scale

Screenshots

Image

Reproduction Link

https://codepen.io/Zordiac/pen/MYYPpQp

@Zordiac Zordiac added the bug Something isn't working label May 10, 2025
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