@@ -370,7 +370,7 @@ def hovertemplate(self):
370370 Additionally, every attributes that can be specified per-point
371371 (the ones that are `arrayOk: true`) are available. Anything
372372 contained in tag `<extra>` is displayed in the secondary box,
373- for example " <extra>{fullData.name}</extra>" . To hide the
373+ for example ` <extra>% {fullData.name}</extra>` . To hide the
374374 secondary box completely, use an empty tag `<extra></extra>`.
375375
376376 The 'hovertemplate' property is a string and must be specified as:
@@ -594,11 +594,14 @@ def legendwidth(self, val):
594594 @property
595595 def locationmode (self ):
596596 """
597- Determines the set of locations used to match entries in
598- `locations` to regions on the map. Values "ISO-3", "USA-
599- states", *country names* correspond to features on the base map
600- and value "geojson-id" corresponds to features from a custom
601- GeoJSON linked to the `geojson` attribute.
597+ The library used by the *country names* `locationmode` option
598+ is changing in an upcoming version. Country names in existing
599+ plots may not work in the new version. Determines the set of
600+ locations used to match entries in `locations` to regions on
601+ the map. Values "ISO-3", "USA-states", *country names*
602+ correspond to features on the base map and value "geojson-id"
603+ corresponds to features from a custom GeoJSON linked to the
604+ `geojson` attribute.
602605
603606 The 'locationmode' property is an enumeration that may be specified as:
604607 - One of the following enumeration values:
@@ -1196,8 +1199,9 @@ def _prop_descriptions(self):
11961199 specified per-point (the ones that are `arrayOk: true`)
11971200 are available. Anything contained in tag `<extra>` is
11981201 displayed in the secondary box, for example
1199- "<extra>{fullData.name}</extra>". To hide the secondary
1200- box completely, use an empty tag `<extra></extra>`.
1202+ `<extra>%{fullData.name}</extra>`. To hide the
1203+ secondary box completely, use an empty tag
1204+ `<extra></extra>`.
12011205 hovertemplatesrc
12021206 Sets the source reference on Chart Studio Cloud for
12031207 `hovertemplate`.
@@ -1241,12 +1245,15 @@ def _prop_descriptions(self):
12411245 Sets the width (in px or fraction) of the legend for
12421246 this trace.
12431247 locationmode
1244- Determines the set of locations used to match entries
1245- in `locations` to regions on the map. Values "ISO-3",
1246- "USA-states", *country names* correspond to features on
1247- the base map and value "geojson-id" corresponds to
1248- features from a custom GeoJSON linked to the `geojson`
1249- attribute.
1248+ The library used by the *country names* `locationmode`
1249+ option is changing in an upcoming version. Country
1250+ names in existing plots may not work in the new
1251+ version. Determines the set of locations used to match
1252+ entries in `locations` to regions on the map. Values
1253+ "ISO-3", "USA-states", *country names* correspond to
1254+ features on the base map and value "geojson-id"
1255+ corresponds to features from a custom GeoJSON linked to
1256+ the `geojson` attribute.
12501257 locations
12511258 Sets the coordinates via location IDs or names. See
12521259 `locationmode` for more info.
@@ -1515,8 +1522,9 @@ def __init__(
15151522 specified per-point (the ones that are `arrayOk: true`)
15161523 are available. Anything contained in tag `<extra>` is
15171524 displayed in the secondary box, for example
1518- "<extra>{fullData.name}</extra>". To hide the secondary
1519- box completely, use an empty tag `<extra></extra>`.
1525+ `<extra>%{fullData.name}</extra>`. To hide the
1526+ secondary box completely, use an empty tag
1527+ `<extra></extra>`.
15201528 hovertemplatesrc
15211529 Sets the source reference on Chart Studio Cloud for
15221530 `hovertemplate`.
@@ -1560,12 +1568,15 @@ def __init__(
15601568 Sets the width (in px or fraction) of the legend for
15611569 this trace.
15621570 locationmode
1563- Determines the set of locations used to match entries
1564- in `locations` to regions on the map. Values "ISO-3",
1565- "USA-states", *country names* correspond to features on
1566- the base map and value "geojson-id" corresponds to
1567- features from a custom GeoJSON linked to the `geojson`
1568- attribute.
1571+ The library used by the *country names* `locationmode`
1572+ option is changing in an upcoming version. Country
1573+ names in existing plots may not work in the new
1574+ version. Determines the set of locations used to match
1575+ entries in `locations` to regions on the map. Values
1576+ "ISO-3", "USA-states", *country names* correspond to
1577+ features on the base map and value "geojson-id"
1578+ corresponds to features from a custom GeoJSON linked to
1579+ the `geojson` attribute.
15691580 locations
15701581 Sets the coordinates via location IDs or names. See
15711582 `locationmode` for more info.
0 commit comments