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

Details for bar chart events #264

Open
2 tasks
gotjoshua opened this issue Jun 14, 2021 · 4 comments
Open
2 tasks

Details for bar chart events #264

gotjoshua opened this issue Jun 14, 2021 · 4 comments

Comments

@gotjoshua
Copy link
Contributor

🐣 Is your feature request related to a problem? Please describe.

When charting events, I'd like a single graph to show different keys from the same event.

💡 Describe the solution you'd like
I have different keys in the same event visible as a list:
MultiKeyEventAsList

When I change to chart mode:
MultiKeyEventSettings

The different keys get clumped:
MultiKeyEventAsChart

I'd like 2 options for display:

  • side by side bars for each key (for each day)
  • stacked bars

If I dare to dream a bit, a funnel visual would also be nice (but need more config i guess)

❓ Describe alternatives you've considered

Just settling for the list view or separate events which take much more space in the dash:
SeparateEvents

📋 Additional context

This is a process that starts, continues and succeeds... so perfect for funnel style analytics.

@electerious
Copy link
Owner

A funnel visual is currently not planned, but I recently made the bar charts clickable on the develop branch. Clicking a bar will show more details in a modal. This could also work great for events. I will give it a try. Thanks for the suggestion :)

@gotjoshua
Copy link
Contributor Author

gotjoshua commented Jun 15, 2021 via email

@electerious electerious changed the title show different keys from the same event on charts Details for bar chart events Jun 20, 2021
@electerious
Copy link
Owner

Lists are using an interval in the API (Last x hours, days, months, …). It's therefore not possible to get the details of a specific date. This would require a few more changes than I thought.

@lohmatij
Copy link

but I recently made the bar charts clickable on the develop branch. Clicking a bar will show more details in a modal. This could also work great for events.

That's exactly what I wanted to suggest, glad this feature is already planned. I can click on bar in Overview page, it will be great to be able do the same in Events page.

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