Hi Team,
Here, my requirement is to hide the dropdown option 'wordcloud' from "Other items and comments" section.
There will shows "Texts in table" functionality as it is.
How can I implement this?
Thanks!
Hi Team,
Here, my requirement is to hide the dropdown option 'wordcloud' from "Other items and comments" section.
There will shows "Texts in table" functionality as it is.
How can I implement this?
Thanks!
Hello,
You can unregister the "Wordcloud" visualizer via the following code:
JavaScriptSurveyAnalytics.VisualizationManager.unregisterVisualizerForAll(SurveyAnalytics.WordCloud);
Thanks, Serge
SurveyJS Team