Skip to content

Commit a70e885

Browse files
committed
use charset utf8 in generated html (plotly/plotly.js#6491)
1 parent d60b454 commit a70e885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plotly.NET/ChartAPI/GenericChart.fs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type HTML() =
5656

5757
html [] [
5858
head [] [
59+
meta [_charset "UTF-8"]
5960
plotlyScriptRef
6061
yield! additionalHeadTags
6162
]

0 commit comments

Comments
 (0)