Question T5330
Visible to All Users

Analytics | Angular | Hide wordcloud option from "Other items and comments"

created 5 years ago (modified 5 years ago)

Hi Team,

Here, my requirement is to hide the dropdown option 'wordcloud' from "Other items and comments" section.
hide wordcloud from Other items section.png

There will shows "Texts in table" functionality as it is.
How can I implement this?

Thanks!

Answers approved by surveyjs Support

created 5 years ago

Hello,

You can unregister the "Wordcloud" visualizer via the following code:

JavaScript
SurveyAnalytics.VisualizationManager.unregisterVisualizerForAll(SurveyAnalytics.WordCloud);

Thanks, Serge
SurveyJS Team