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
Follow the steps to Add an Image in Value Collaborator, Add a YouTube Video in Value Collaborator, and Add Charts in Value Collaborator.
Copy the Panel Names of the extensions that need to be kept collapsed by default
- 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
Copy the above code and paste it at very beginning of the Group Variable soon after the curly bracket ({).
Replace 'extension name 1' with the name of the extension that you want to be kept expanded by default.
- Replace 'extension name 2' with the name of the extension that you want to be kept collapsed by default.
- Click Value Collaborator.
Click Save and then click Prototype.
- You can see that keeping the extensions collapsed by default helps in simplifying your UI.