Skip to content

Storage and filtering (local and global filter variables) #3

@verstraetejonas

Description

@verstraetejonas

With dcc.dash (https://dash.plotly.com/dash-core-components/store) data or variables can be stored in the browser and shared between callbacks (https://dash.plotly.com/sharing-data-between-callbacks). This is particularly usefull to store filter parameters controled by sliders, buttons, … which affect multiple datavisualisations.
How and where do we define these store elements? Also it would be nice to have a choice between local filtering (only affecting a subpage), page filters affecting the whole parent page and global filters affecting the entire app. From the user (data expert) point of view the store element is ideally defined on the folder level (pages) it should affect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions