Skip to content

Commit 08c8814

Browse files
committed
Update schema
1 parent 8ae607b commit 08c8814

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/plot-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
},
363363
"topojsonURL": {
364364
"description": "Set the URL to topojson used in geo charts. By default, the topojson files are fetched from cdn.plot.ly. For example, set this option to: <path-to-plotly.js>/dist/topojson/ to render geographical feature using the topojson files that ship with the plotly.js module.",
365-
"dflt": "https://cdn.plot.ly/",
365+
"dflt": "https://cdn.plot.ly/un/",
366366
"noBlank": true,
367367
"valType": "string"
368368
},
@@ -25337,7 +25337,7 @@
2533725337
"valType": "number"
2533825338
},
2533925339
"locationmode": {
25340-
"description": "Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
25340+
"description": "The library used by the *country names* `locationmode` option is changing in an upcoming version. Country names in existing plots may not work in the new version. Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
2534125341
"dflt": "ISO-3",
2534225342
"editType": "calc",
2534325343
"valType": "enumerated",
@@ -66942,7 +66942,7 @@
6694266942
}
6694366943
},
6694466944
"locationmode": {
66945-
"description": "Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
66945+
"description": "The library used by the *country names* `locationmode` option is changing in an upcoming version. Country names in existing plots may not work in the new version. Determines the set of locations used to match entries in `locations` to regions on the map. Values *ISO-3*, *USA-states*, *country names* correspond to features on the base map and value *geojson-id* corresponds to features from a custom GeoJSON linked to the `geojson` attribute.",
6694666946
"dflt": "ISO-3",
6694766947
"editType": "calc",
6694866948
"valType": "enumerated",

0 commit comments

Comments
 (0)