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.
Important Considerations:
- Requires addOns.js.
- Requires CIQ.UI as imported in templates like
technical-analysis-chart.htmlorsample-template-advanced.htmland will not function with "Hello World" type charts that lack the UI.

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