FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Plotly.NET/src/Plotly.NET.Interactive/Formatters.fs at dev · plotly/Plotly.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
Plotly.NET
Public
Notifications
You must be signed in to change notification settings
Fork
99
Star
859
Code
Issues
42
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.Interactive
/
Formatters.fs
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (10 loc) · 481 Bytes
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.Interactive
/
Formatters.fs
Copy path
File metadata and controls
13 lines (10 loc) · 481 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
namespac
e
Plotly.NET.Interactiv
e
open
Plotly.
NET
module
Formatters
=
/// Converts a GenericChart to it's HTML representation and embeds it in a div element, together with the chart description for display in notebook environments.
let
toInteractiveHTML
gChart
=
gChart
|>
Chart.withDisplayOptionsStyle
(
PlotlyJSReference
=
Require $
"
https://cdn.plot.ly/plotly-{Globals.PLOTLYJS_VERSION}.min
"
)
|>
GenericChart.toChartHTML
Back
|
FazBrowse Home
|
New Git URL