create_crossfilter
Create interactive dashboards where brushing or selecting data points in any plot automatically filters all other views in real time.
Instructions
Create a linked crossfilter dashboard where selections in one view filter all others.
This is a HoloViews killer feature: brush/select points in any plot and all other plots update in real time to show only the matching data. Only possible with Panel-native rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dashboard title | Crossfilter Dashboard |
| views | Yes | Semicolon-separated plot specs, each as 'type,x,y' (e.g. 'scatter,x,y;hist,x;box,cat,y') | |
| color_by | No | Column to color all views by | |
| dataset_name | Yes | Name of the loaded dataset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |