We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60b454 commit a70e885Copy full SHA for a70e885
src/Plotly.NET/ChartAPI/GenericChart.fs
@@ -56,6 +56,7 @@ type HTML() =
56
57
html [] [
58
head [] [
59
+ meta [_charset "UTF-8"]
60
plotlyScriptRef
61
yield! additionalHeadTags
62
]
0 commit comments