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.
1 parent dee8777 commit 7419581Copy full SHA for 7419581
src/plots/geo/geo.js
@@ -119,7 +119,7 @@ proto.fetchTopojson = function() {
119
if(err.status === 404) {
120
return reject(new Error([
121
'plotly.js could not find topojson file at',
122
- topojsonPath, '.',
+ topojsonPath + '.',
123
'Make sure the *topojsonURL* plot config option',
124
'is set properly.'
125
].join(' ')));
0 commit comments