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

Support for defining the behavior of click events in visualizations #3012

Open
arikfr opened this issue Oct 28, 2018 · 1 comment
Open

Support for defining the behavior of click events in visualizations #3012

arikfr opened this issue Oct 28, 2018 · 1 comment

Comments

@arikfr
Copy link
Member

arikfr commented Oct 28, 2018

Currently we support creating Link typed columns in table visualizations. This allows for simple drill down like scenarios, where you create a link to a parameters based dashboard/query from a table row.

Similarly we should support defining the behavior of a Click event in a visualization (first Plotly charts, then the rest):

  1. Link: when clicked, open a link.
  2. Set parameter: when clicked, set a parameter in the current context (either dashboard or query).

Not sure about the second one though.

Also, it will be nice to support Plotly ability to select an area in a chart to pass a date range.

@araker
Copy link

araker commented Jan 7, 2019

About point 2, it would be nice to have the ability to drill down in the current dashboard. Also a default value for (global) parameters can be helpful here. For instance for discrete data use a default value of 'all values' and after a click that it gets a specific value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants