PlotlyJSReference Type

Sets how plotly is referenced in the head of html docs.

Union cases

Union case Description

CDN string

Full Usage: CDN string

Parameters:
    Item : string

The url for a script tag that references the plotly.js CDN When

Item : string

Full

Full Usage: Full

Full plotly.js source code (~3MB) is included in the output. HTML files generated with this option are fully self-contained and can be used offline

NoReference

Full Usage: NoReference

Require string

Full Usage: Require string

Parameters:
    Item : string

Use requirejs to reference plotlyjs from a url

Item : string