Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add meta charset tag
  • Loading branch information
yukoba committed Jan 2, 2021
commit 44ed1422047a29c975b6a0289d8bac7ecc3e9e71
1 change: 1 addition & 0 deletions render/jvm/src/main/scala/plotly/Plotly.scala
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ object Plotly {
s"""<!DOCTYPE html>
|<html>
|<head>
|<meta charset="UTF-8">
|<title>${layout.title.getOrElse("plotly chart")}</title>
|$plotlyHeader
|</head>
Expand Down