Keep Extensions in the Value Collaborator Collapsed by Default

Overview


Sometimes you need to add many extensions with lots of data. So when you open the visualizer, it may look cluttered and divert your attention from focusing on the main aspect. There is an easy way to collapse certain extensions such as videos, charts, and images.


Step-by-Step Guide

  1. Follow the steps to Add an Image in Value Collaborator, Add a YouTube Video in Value Collaborator, and Add Charts in Value Collaborator.


  2. Copy the Panel Names of the extensions that need to be kept collapsed by default


  3. Follow the steps to Edit Group Variable.
      "extSection": {
   "extension name 1": 1,
   "extension name 2": 0
},

Here 1 means expanded by default and 0 means collapsed by default


  1. Copy the above code and paste it at very beginning of the Group Variable soon after the curly bracket ({).


  2. Replace 'extension name 1' with the name of the extension that you want to be kept expanded by default.


  3. Replace 'extension name 2' with the name of the extension that you want to be kept collapsed by default.


  1. Click Value Collaborator.


  1. Click Save and then click Prototype.


  2. You can see that keeping the extensions collapsed by default helps in simplifying your UI.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us