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 540e335 commit bff29eaCopy full SHA for bff29ea
src/plot_api/plot_config.js
@@ -369,7 +369,8 @@ var configAttributes = {
369
topojsonURL: {
370
valType: 'string',
371
noBlank: true,
372
- dflt: 'https://cdn.plot.ly/',
+ // TODO: Switch the default back to 'https://cdn.plot.ly/' once we remove the legacy maps
373
+ dflt: 'https://cdn.plot.ly/un/',
374
description: [
375
'Set the URL to topojson used in geo charts.',
376
'By default, the topojson files are fetched from cdn.plot.ly.',
0 commit comments