Controlling the Speed of a Data Page Slider

How to:

When you add a sort field to the slider attribute category or, in the tools, add one to the animate category, a data page slider displays on the chart output. If you click the play button, the control moves along the slider bar with a default delay of 1000 milliseconds. You can increase or decrease this animation speed.

For complete information about chart attribute syntax, see WebFOCUS Chart Attribute Syntax.

Syntax: How to Control the Speed of a Data Page Slider

"dataPageSlider": {
    "animateButton": {
      "delay": number                   }
                              },

where:

"delay": number

Is the delay in milliseconds with which the slider moves from frame to frame. The default value is 1000.

WebFOCUS

Feedback