You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
Link: when clicked, open a link.
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.
The text was updated successfully, but these errors were encountered:
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.
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):
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.
The text was updated successfully, but these errors were encountered: