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.

Parameters:
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
params |
object | Configuration parameters. Properties
|
- Since:
-
7.3.0
Example
new CIQ.FullScreen({ stx: stxx });
