@@ -370,7 +370,7 @@ def hovertemplate(self):
370
370
Additionally, every attributes that can be specified per-point
371
371
(the ones that are `arrayOk: true`) are available. Anything
372
372
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
374
374
secondary box completely, use an empty tag `<extra></extra>`.
375
375
376
376
The 'hovertemplate' property is a string and must be specified as:
@@ -594,11 +594,14 @@ def legendwidth(self, val):
594
594
@property
595
595
def locationmode (self ):
596
596
"""
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.
602
605
603
606
The 'locationmode' property is an enumeration that may be specified as:
604
607
- One of the following enumeration values:
@@ -1196,8 +1199,9 @@ def _prop_descriptions(self):
1196
1199
specified per-point (the ones that are `arrayOk: true`)
1197
1200
are available. Anything contained in tag `<extra>` is
1198
1201
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>`.
1201
1205
hovertemplatesrc
1202
1206
Sets the source reference on Chart Studio Cloud for
1203
1207
`hovertemplate`.
@@ -1241,12 +1245,15 @@ def _prop_descriptions(self):
1241
1245
Sets the width (in px or fraction) of the legend for
1242
1246
this trace.
1243
1247
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.
1250
1257
locations
1251
1258
Sets the coordinates via location IDs or names. See
1252
1259
`locationmode` for more info.
@@ -1515,8 +1522,9 @@ def __init__(
1515
1522
specified per-point (the ones that are `arrayOk: true`)
1516
1523
are available. Anything contained in tag `<extra>` is
1517
1524
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>`.
1520
1528
hovertemplatesrc
1521
1529
Sets the source reference on Chart Studio Cloud for
1522
1530
`hovertemplate`.
@@ -1560,12 +1568,15 @@ def __init__(
1560
1568
Sets the width (in px or fraction) of the legend for
1561
1569
this trace.
1562
1570
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.
1569
1580
locations
1570
1581
Sets the coordinates via location IDs or names. See
1571
1582
`locationmode` for more info.
0 commit comments