influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
182 stars 33 forks source link

Makes heatmaps "clickable" #46

Open gianarb opened 5 years ago

gianarb commented 5 years ago

Hello! I would like to have every single square clickable. The use case I have in my mind is to jump to a different visualization of the particular event from the heatmap.

Let's say that I am visualizing the HTTP request latency and every square represent a request, I would like to be able to go to my trace, or to the dashboard that visualizes a single request clicking the square.

In Chronograf we can have a convention: "if the point returns a _link field it is the target of the square" in this way we can use a query to compose and inject the _link to the graph.

desa commented 5 years ago

Needs more definition @russorat