FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Plotly.NET/src/Plotly.NET.Interactive/Extension.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
/
Extension.fs
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (14 loc) · 515 Bytes
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.Interactive
/
Extension.fs
Copy path
File metadata and controls
19 lines (14 loc) · 515 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
14
15
16
17
18
19
namespac
e
Plotly.NET.Interactiv
e
open
System
open
System.
Threading
.
Tasks
open
Microsoft.
DotNet
.
Interactive
open
Microsoft.
DotNet
.
Interactive
.
Formatting
open
Plotly.
NET
type
FormatterKernelExtension
()
=
interface
IKernelExtension
with
member
_.OnLoadAsync
_
=
Formatter.Register
<
GenericChart
>(
Action
<_,
_>(
fun
chart
(
writer
:
IO.TextWriter
)
->
writer.Write
(
Formatters.toInteractiveHTML chart
)),
"
text/html
"
)
Task.CompletedTask
Back
|
FazBrowse Home
|
New Git URL