Hi Guys,
how does UpdateData works?
I'm passing data to update analitycs visualization panel generated with "PollVisualizer example" (https://surveyjs.io/Examples/Analytics?id=custom-poll-vis&platform=Reactjs&theme=defaultV2
), however calling this method, panel is not updating; my goal is to update data part only every "x" seconds.
1- Should i call the refresh method?
2- If yes, refresh method updates the whole component, is there a way to update only the given part data?
Thanks in advance