Skip to content

Commit 2d34efe

Browse files
committed
add 'topojsonURL' plot config option
1 parent 8cf43fd commit 2d34efe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plot_api/plot_config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ module.exports = {
5757

5858
// function to add the background color to a different container
5959
// or 'opaque' to ensure there's white behind it
60-
setBackground: defaultSetBackground
60+
setBackground: defaultSetBackground,
61+
62+
// URL to topojson files used in geo charts
63+
topojsonURL: 'https://cdn.plot.ly/'
6164

6265
};
6366

0 commit comments

Comments
 (0)