-
-
Notifications
You must be signed in to change notification settings - Fork 72
Show taxonomy
Zack edited this page May 1, 2018
·
6 revisions
Show taxonomy is an option to show or hide taxonomy panel from the HTML page.
To add the option in the toolbar add :
popoto.tools.TOGGLE_TAXONOMY = true;
To add the taxonomy panel add the following div in your ppt-container-graph :
<div id="popoto-taxonomy" class="ppt-taxo-nav">
</div>
Try live example here