Hello,
before the update to the latest, I was able to push new data into the visualizer like this
var t = visPanel.getVisualizer(questionName);
t.options.dataProvider.data.push(newAnswer);
t.options.dataProvider.raiseDataChanged();
that does not work anymore, I have tried the visualizer.updateData with no luck. How can I get a new set of answers pushed to the visualizer and refresh the graphic?
Thank you
Manuela