You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plotly.NET/RELEASE_NOTES.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
### 4.0.0 - TBD
2
2
3
+
-[Refactor DisplayOptions - An object to control the way Charts are displayed in generated HTML files](https://github.com/plotly/Plotly.NET/issues/293):
4
+
- Add various functions to manipulate DisplayOptions, Refactor DisplayOptions as DynamicObj (again)
5
+
- Add `PlotlyJSReference` type and logic to handle various ways of referencing plotly.js in HTML output:
6
+
-`Full`: Include the full plotly.js source code. The currently supported plotly.js version is now included as embedded resource in the package. HTML files using this option are self-contained and can be used offline.
7
+
-`CDN`: The default. uses a script tag in the head of the generated HTML to load plotly.js from a CDN.
8
+
-`Require`: Use requirejs to load plotly. This option is now used in Plotly.NET.Interactive. Unnecessary usage of require.js is now removed from all other options but this.
9
+
-`NoReference`: Don't include any plotly.js reference. Useful if you want to embed the output into another page that already references plotly.
10
+
3
11
-[Use Giraffe.ViewEngine as html dsl](https://github.com/plotly/Plotly.NET/pull/363)
0 commit comments