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

Waterfall visualization is not working with unaggregated data #15465

Closed
alxnddr opened this issue Apr 2, 2021 · 4 comments · Fixed by #17988
Closed

Waterfall visualization is not working with unaggregated data #15465

alxnddr opened this issue Apr 2, 2021 · 4 comments · Fixed by #17988
Assignees
Labels
.Frontend Priority:P2 Average run of the mill bug .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects Visualization/Charts Line, area, bar, combo, and scatter charts.
Milestone

Comments

@alxnddr
Copy link
Member

alxnddr commented Apr 2, 2021

Describe the bug
Waterfall visualization is not working with unaggregated data

To Reproduce

  1. Run the following SQL
SELECT parsedatetime('2020-01-01', 'yyyy-MM-dd') AS "d", 1 AS "c" UNION ALL
SELECT parsedatetime('2020-01-01', 'yyyy-MM-dd') AS "d", 2 AS "c" UNION ALL
SELECT parsedatetime('2020-01-02', 'yyyy-MM-dd') AS "d", 3 AS "c"
  1. Select "Waterfall" visualization - blank
    image

Expected behavior
A waterfall chart is shown

Actual behavior
Visualization is not shown and there is an error in console: TypeError: Cannot read property 'data' of undefined

@flamber
Copy link
Contributor

flamber commented Apr 2, 2021

Related to #15152

@alxnddr

This comment has been minimized.

@flamber

This comment has been minimized.

@alxnddr

This comment has been minimized.

@flamber flamber added Visualization/Charts Line, area, bar, combo, and scatter charts. Priority:P2 Average run of the mill bug and removed .Needs Triage labels Apr 3, 2021
nemanjaglumac added a commit that referenced this issue Apr 23, 2021
@nemanjaglumac nemanjaglumac added the .Reproduced Issues reproduced in test (usually Cypress) label Apr 26, 2021
@alxnddr alxnddr self-assigned this Sep 21, 2021
@flamber flamber added this to the 0.41 milestone Sep 23, 2021
This was referenced Feb 21, 2023
This was referenced Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Frontend Priority:P2 Average run of the mill bug .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects Visualization/Charts Line, area, bar, combo, and scatter charts.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants