Vega: Signal resets to initial value after refreshing the dashboard

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

cc @nyuriks - any help on this Vega question here?

Thanks
Rashmi

Hi @vega_user

At this point the Vega graph is regenerated on every data refresh. This should be fixed, and it has been requested in the past, but may require some upstream Vega work, or a workaround. See https://github.com/elastic/kibana/issues/17212

P.S. I like your nick, well chosen! :slight_smile:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.