Skip to content

Commit a71a696

Browse files
authored
Add meta charset tag (#251)
1 parent 5dc21ed commit a71a696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

render/jvm/src/main/scala/plotly/Plotly.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ object Plotly {
144144
s"""<!DOCTYPE html>
145145
|<html>
146146
|<head>
147+
|<meta charset="UTF-8">
147148
|<title>${layout.title.getOrElse("plotly chart")}</title>
148149
|$plotlyHeader
149150
|</head>

0 commit comments

Comments
 (0)