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

Trend visualization requires time column to be the first otherwise it shows blank visualization #13710

Closed
flamber opened this issue Nov 6, 2020 · 2 comments
Assignees
Labels
.Frontend Priority:P2 Average run of the mill bug .Reproduced Issues reproduced in test (usually Cypress) Type:Bug Product defects Visualization/Scalars Numbers, progress bars, gauges

Comments

@flamber
Copy link
Contributor

flamber commented Nov 6, 2020

Describe the bug
Trend visualization requires time column to be the first otherwise it shows blank visualization.

To Reproduce

  1. Custom question > Sample Dataset > Orders
  2. Summarize - do not select metric - group by Quantity:unbinned and CreatedAt:Month
    image
  3. Set visualization to Trend - just shows blank visualization
    image
  4. Change the summarize grouping, so CreatedAt:Month is the first with Quantity:unbinned as second, then it works:
    image

Information about your Metabase Installation:
Tested 0.35 thru 0.37.0.2

⬇️ Please click the 👍 reaction instead of leaving a +1 or update? comment

@flamber flamber added Type:Bug Product defects Priority:P2 Average run of the mill bug Visualization/Scalars Numbers, progress bars, gauges labels Nov 6, 2020
@nemanjaglumac nemanjaglumac added this to Backlog in Cypress Testing Nov 11, 2020
nemanjaglumac added a commit that referenced this issue Nov 11, 2020
@nemanjaglumac nemanjaglumac added the .Reproduced Issues reproduced in test (usually Cypress) label Nov 12, 2020
@alxnddr
Copy link
Member

alxnddr commented Jun 16, 2021

@metabase/backend-developers it looks like a back end fix is requires for this bug because the insights prop does not have correct data:
Screen Shot 2021-06-16 at 22 27 52
last-change and previous-value are missing

@alxnddr
Copy link
Member

alxnddr commented Jun 18, 2021

Closed by #16638

Created a separate issue for missing BE data: #16683

This was referenced May 8, 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/Scalars Numbers, progress bars, gauges
Projects
Development

No branches or pull requests

3 participants