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

Set a default chart config for 2+ dimensions but just 1 metric #2711

Closed
rephus opened this issue Jul 15, 2022 · 4 comments · Fixed by #2787
Closed

Set a default chart config for 2+ dimensions but just 1 metric #2711

rephus opened this issue Jul 15, 2022 · 4 comments · Fixed by #2787
Assignees
Labels
🐛 bug Something isn't working as expected. This can be an error or an unexpected user experience released

Comments

@rephus
Copy link
Collaborator

rephus commented Jul 15, 2022

Description

If you select 2+ dimensions but only 1 metric, we don't default any chart

img

I'd expect to see a chart, even a simple one. we could apply the same chart we have with 2 dimensions and 2metrics:

x = dimension[0]
y = metric[0]
pivot = dimension[1]

App Version

v0.181.1

@rephus rephus added the 🐛 bug Something isn't working as expected. This can be an error or an unexpected user experience label Jul 15, 2022
@TuringLovesDeathMetal
Copy link
Contributor

This is kind of related to #1537

I'd expect the default to be dimension on x-axis, then two dimensions as groups, then metric as y-axis

If I had two dimensions and two metrics, I'd expect to see the dimension 1 on the x-axis, dimension 2 as a group, then both metric 1 + metric 2 plotted.

In general, I'd expect all of the things in my results table to be plotted the first time I hit run query.

I'd want dimensions to be x-axis + the rest as group
I'd want all of my metrics + table calculations plotted on teh y-axis

@TuringLovesDeathMetal
Copy link
Contributor

Given thatn #1537 doesn't exist yet, I think we should just plot the first dimension, then all of the metrics + table calculations

@TuringLovesDeathMetal
Copy link
Contributor

^Also kind of relates to #1698

@github-actions
Copy link

🎉 This issue has been resolved in version 0.191.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working as expected. This can be an error or an unexpected user experience released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants