Hello everyone,
I integrated this signal into my Vega visualization:
"signals": [
{
"name": "minNumberClicks",
"value":1,
"bind": {"input": "range", "min": 1, "max": 100, "step": 1}
}
]
When I (auto)refresh the dashboard, the signal resets to the initial value. When I delete the "value" specification, it resets to undefined. Is there any way to maintain the value of the signal after a refresh?
Thanks,
Anna
