DataVisualizer.setTimelineStep

Syntax

setTimelineStep(index);

Parameters

index. Determines index of the time line step.

Description

The setTimelineStep method sets time line step.

Example

To execute the example, the HTML page must contain the BubbleChart component named bubbleChart (see Example of Creating the BubbleChart Component). Set timeline step:

bubbleChart.setTimelineStep(2);

After executing the example the third from the left margin step of the time line was selected.

See also:

DataVisualizer