"navigateOnClick"
Defines the chart behavior when clicked
Synopsis
bool shape.navigateOnClick(bool=true);
Parameters
| Parameters | Description | 
|---|---|
| bool | Default value: true. | 
Description
When it's false, the right-press will not navigate upwards and a double click will not navigate to a child. Only the events itemDoubleClicked and itemRightPressed will be triggered (they will not be triggered when the TreeMap does the navigation internally)
