API Reference
Namespaces
Classes
Events
Global
Externals

Class: FullScreen

CIQ. FullScreen


new FullScreen(params)

Creates an add-on that sets the chart UI to full-screen mode. In full-screen mode, a class full-screen is added to the context element used for styling. In addition, elements with the class full-screen-hide are hidden. Elements with the class full-screen-show that are normally hidden are shown.

Requires addOns.js.

Full-screen display

Parameters:
Name Type Description
params object

Configuration parameters.

Properties
Name Type Argument Description
stx CIQ.ChartEngine <optional>

The chart object.

Since:
  • 7.3.0

Example
new CIQ.FullScreen({ stx: stxx });