TreeMapBox.showStatisticsWindow

Syntax

showStatisticsWindow();

Description

The showStatisticsWindow method shows the Summary Statistics window.

Example

Executing the example requires that the HTML page contains the TreeMapBox component named treeMapBox (see Example of Creating the TreeMapBox Component). Show the Summary Statistics window:

treeMapBox.showStatisticsWindow();

After executing the example a window with summary statistics is shown for the current data of the tree map container:

See also:

TreeMapBox