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 8cf43fd commit 2d34efeCopy full SHA for 2d34efe
src/plot_api/plot_config.js
@@ -57,7 +57,10 @@ module.exports = {
57
58
// function to add the background color to a different container
59
// or 'opaque' to ensure there's white behind it
60
- setBackground: defaultSetBackground
+ setBackground: defaultSetBackground,
61
+
62
+ // URL to topojson files used in geo charts
63
+ topojsonURL: 'https://cdn.plot.ly/'
64
65
};
66
0 commit comments