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

Incomplete chart drawing in logarithmic scale #25829

Open
2 tasks
andresghelarducci opened this issue Nov 1, 2023 · 2 comments
Open
2 tasks

Incomplete chart drawing in logarithmic scale #25829

andresghelarducci opened this issue Nov 1, 2023 · 2 comments

Comments

@andresghelarducci
Copy link

A clear and concise description of what the bug is.
I created a stacked bar chart with logarithmic scale and sometimes some values are not displayed while present in tooltip

How to reproduce the bug

Create a stacked chart

Expected results

Stacked rectangle idrawn correctly

Actual results

A stacked bar is missing one rectangle among the expected 3 ( see middle of the first image).

Screenshots

In the "ReviewFixed" stack I expect to see 3 rectangles but only the 2 are visible
immagine

Same chart but in linear scale
immagine
Here given the scale

Environment

(please complete the following information):
Superset(downloaded 2 weeks ago) is run via docker compose

  • browser type and version: firefox
  • superset version: image pulled is supersetxl:01
  • python version: using version contained in the image
  • node.js version: using version contained in the image
  • any feature flags active:

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • [ X] I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

@rusackas
Copy link
Member

rusackas commented Apr 4, 2024

Hi there. Can you provide some sample data to reproduce this issue (even if it's made up) as a CSV or a SQL query? Are you also able to say if the version of superset you downloaded was 3.0 or newer? Thanks :)

@justinpark
Copy link
Member

justinpark commented Sep 26, 2024

FYI: This issue exists within ECharts (as reported #19517)

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

3 participants