Fixed unicode display for plotly()

This commit is contained in:
Fedor Bezrukov 2018-03-21 00:12:57 +00:00
parent 6b6394ba97
commit 4e5c88eb74

View File

@ -12,6 +12,7 @@ function standalone_html(plt::AbstractPlot; title::AbstractString = get(plt.attr
<html>
<head>
<title>$title</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
$(html_head(plt))
</head>
<body>