We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems like there are a lot of greek unicode characters in d3.js and projections.js.
d3.js
projections.js
https://github.com/plotly/plotly.js/blob/master/src/plots/geo/projections.js#L355
These characters are causing an "Unexpected token ILLEGAL" error in Chrome 46, and likely most browsers.
The text was updated successfully, but these errors were encountered:
You should import unminified plotly.js code with charset="utf-8".
plotly.js
charset="utf-8"
For example, like the test dashboard index:
<script type="text/javascript" src="plotly.js" charset="utf-8"></script>
Note that the minified version (under dist/plotly.min.js) has all non-ascii characters removed thanks to uglify-js.
dist/plotly.min.js
Sorry, something went wrong.
No branches or pull requests
It seems like there are a lot of greek unicode characters in
d3.js
andprojections.js
.https://github.com/plotly/plotly.js/blob/master/src/plots/geo/projections.js#L355
These characters are causing an "Unexpected token ILLEGAL" error in Chrome 46, and likely most browsers.
The text was updated successfully, but these errors were encountered: