✨ Cross-filtering in Plotly Studio

Displaying Table Below Chart

This is another one of my favorite cross filtering prompts:

In a separate callback, show a ag grid table that shows the rows of data as I hover over the points in the line plot.

demo-1-cross-filtering-tablea

My full prompt:

Case volume over time as a line chart with date range picker for time period selection and dropdown to group by hour/day/week/month intervals

In a separate callback, show a ag grid table that shows a sample (10 rows) of the cases as I hover over the points of the line plot. When not hovering, show the table for the most recent day in the dataset.

Table styles: Very compact (short row heights), no title, no stripped rows.

2 Likes