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

Make Charts Interactive (with links) #4127

Closed
gabrielsoltz opened this issue Feb 11, 2024 · 2 comments
Closed

Make Charts Interactive (with links) #4127

gabrielsoltz opened this issue Feb 11, 2024 · 2 comments
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed

Comments

@gabrielsoltz
Copy link

Is your feature request related to a problem? Please describe.
When using a chart resource with Steampipe dashboards, there is no way to generate a link dynamically based on the graph's content.
This makes dashboards less interactive. For example, if we graph resources in the cloud by region, I could get 3 different regions in my graph with the number of resources, like eu-west-1, us-east-1, and eu-west-2. When you select the graph using the mouse, the values are highlighted, but there is no way to generate a link with that data. For example, I want to go to another dashboard with a filter applied for that region (https://mydashboards/local.dashboard.test?input.region="SELECTED_VALUE")

Describe the solution you'd like

A similar behavior is already implemented with the tables resources, using:

      column "key" {
        href = "https://myurl/{{.'key' | @uri}}"
      }

I think we should use graphs in a similar way so we can dynamically generate a link based on their content.

This will make the Steampipe dashboards much more useful in terms of navigation and user experience.

@gabrielsoltz gabrielsoltz added the enhancement New feature or request label Feb 11, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Apr 12, 2024
Copy link

This issue was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

1 participant