BubbleTreeBox.showStatisticsWindow

Syntax

showStatisticsWindow();

Description

The showStatisticsWindow method shows the Summary Statistics window.

Example

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

bubbleTreeBox.showStatisticsWindow();

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

See also:

BubbleTreeBox