Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/dev' into fix-typos
  • Loading branch information
chausner committed Aug 10, 2023
commit f804642fc2e6e66dc9f8fe7b3b6b79e9fe553968
5 changes: 1 addition & 4 deletions docs/general/display-options.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ For rendering plotly.js charts in a html document, the document needs to referen

Plotly.NET has two fundamentally different html outputs:

- `Full`: Include the full plotly.js source in a script tag. HTML files using this option are self-contained and can be used offline.
- `CDN`: The default. Uses a script tag in the head of the generated HTML to load plotly.js from a CDN.
- `Require`: Use requirejs to load plotly. This option is for example used in Plotly.NET.Interactive inside notebooks.
- `NoReference`: Don't include any plotly.js reference. Useful if you want to embed the output into another page that already references plotly - the documentation pages you are reading now are generated with this option.
1. Full html documents, containing `<head>` tags.

Functions that generate these files are:
- [Chart.Show](/reference/plotly-net-chart.html#show)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.