plotly.js 2.6.4 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -0
- package/README.md +3 -3
- package/dist/README.md +26 -26
- package/dist/plot-schema.json +1015 -407
- package/dist/plotly-basic.js +534 -195
- package/dist/plotly-basic.min.js +4 -4
- package/dist/plotly-cartesian.js +1000 -343
- package/dist/plotly-cartesian.min.js +3 -3
- package/dist/plotly-finance.js +587 -199
- package/dist/plotly-finance.min.js +4 -4
- package/dist/plotly-geo-assets.js +2 -2
- package/dist/plotly-geo.js +523 -192
- package/dist/plotly-geo.min.js +4 -4
- package/dist/plotly-gl2d.js +542 -195
- package/dist/plotly-gl2d.min.js +2 -2
- package/dist/plotly-gl3d.js +523 -192
- package/dist/plotly-gl3d.min.js +8 -8
- package/dist/plotly-mapbox.js +529 -195
- package/dist/plotly-mapbox.min.js +2 -2
- package/dist/plotly-strict.js +1224 -564
- package/dist/plotly-strict.min.js +3 -3
- package/dist/plotly-with-meta.js +1316 -626
- package/dist/plotly.js +1278 -618
- package/dist/plotly.min.js +10 -10
- package/package.json +5 -5
- package/src/components/colorbar/attributes.js +29 -20
- package/src/components/colorbar/defaults.js +30 -8
- package/src/components/colorbar/draw.js +374 -128
- package/src/components/fx/hover.js +5 -2
- package/src/components/fx/hoverlabel_defaults.js +4 -2
- package/src/components/fx/layout_attributes.js +14 -4
- package/src/components/fx/layout_defaults.js +2 -0
- package/src/components/legend/attributes.js +7 -0
- package/src/components/legend/defaults.js +24 -7
- package/src/components/titles/index.js +8 -2
- package/src/plot_api/plot_api.js +38 -9
- package/src/plots/font_attributes.js +3 -0
- package/src/plots/layout_attributes.js +1 -0
- package/src/plots/mapbox/mapbox.js +6 -3
- package/src/plots/plots.js +7 -15
- package/src/traces/bar/plot.js +8 -2
- package/src/traces/contour/attributes.js +12 -0
- package/src/traces/contour/defaults.js +9 -1
- package/src/traces/heatmap/attributes.js +16 -0
- package/src/traces/heatmap/defaults.js +2 -0
- package/src/traces/heatmap/label_defaults.js +13 -0
- package/src/traces/heatmap/plot.js +205 -4
- package/src/traces/histogram/attributes.js +40 -0
- package/src/traces/histogram/calc.js +3 -2
- package/src/traces/histogram/defaults.js +11 -0
- package/src/traces/histogram2d/attributes.js +8 -0
- package/src/traces/histogram2d/defaults.js +4 -0
- package/src/traces/histogram2dcontour/attributes.js +3 -1
- package/src/traces/histogram2dcontour/defaults.js +8 -1
- package/src/traces/pie/calc.js +3 -1
- package/src/version.js +1 -1
- package/tasks/test_mock.js +1 -0
package/dist/plot-schema.json
CHANGED
|
@@ -1202,6 +1202,16 @@
|
|
|
1202
1202
|
"min": 0,
|
|
1203
1203
|
"valType": "integer"
|
|
1204
1204
|
},
|
|
1205
|
+
"orientation": {
|
|
1206
|
+
"description": "Sets the orientation of the colorbar.",
|
|
1207
|
+
"dflt": "v",
|
|
1208
|
+
"editType": "colorbars",
|
|
1209
|
+
"valType": "enumerated",
|
|
1210
|
+
"values": [
|
|
1211
|
+
"h",
|
|
1212
|
+
"v"
|
|
1213
|
+
]
|
|
1214
|
+
},
|
|
1205
1215
|
"outlinecolor": {
|
|
1206
1216
|
"description": "Sets the axis line color.",
|
|
1207
1217
|
"dflt": "#444",
|
|
@@ -1385,7 +1395,7 @@
|
|
|
1385
1395
|
]
|
|
1386
1396
|
},
|
|
1387
1397
|
"ticklabelposition": {
|
|
1388
|
-
"description": "Determines where tick labels are drawn.",
|
|
1398
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
1389
1399
|
"dflt": "outside",
|
|
1390
1400
|
"editType": "colorbars",
|
|
1391
1401
|
"valType": "enumerated",
|
|
@@ -1394,6 +1404,10 @@
|
|
|
1394
1404
|
"inside",
|
|
1395
1405
|
"outside top",
|
|
1396
1406
|
"inside top",
|
|
1407
|
+
"outside left",
|
|
1408
|
+
"inside left",
|
|
1409
|
+
"outside right",
|
|
1410
|
+
"inside right",
|
|
1397
1411
|
"outside bottom",
|
|
1398
1412
|
"inside bottom"
|
|
1399
1413
|
]
|
|
@@ -1491,8 +1505,7 @@
|
|
|
1491
1505
|
},
|
|
1492
1506
|
"role": "object",
|
|
1493
1507
|
"side": {
|
|
1494
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
1495
|
-
"dflt": "top",
|
|
1508
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
1496
1509
|
"editType": "colorbars",
|
|
1497
1510
|
"valType": "enumerated",
|
|
1498
1511
|
"values": [
|
|
@@ -1508,16 +1521,14 @@
|
|
|
1508
1521
|
}
|
|
1509
1522
|
},
|
|
1510
1523
|
"x": {
|
|
1511
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
1512
|
-
"dflt": 1.02,
|
|
1524
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
1513
1525
|
"editType": "colorbars",
|
|
1514
1526
|
"max": 3,
|
|
1515
1527
|
"min": -2,
|
|
1516
1528
|
"valType": "number"
|
|
1517
1529
|
},
|
|
1518
1530
|
"xanchor": {
|
|
1519
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
1520
|
-
"dflt": "left",
|
|
1531
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
1521
1532
|
"editType": "colorbars",
|
|
1522
1533
|
"valType": "enumerated",
|
|
1523
1534
|
"values": [
|
|
@@ -1534,16 +1545,14 @@
|
|
|
1534
1545
|
"valType": "number"
|
|
1535
1546
|
},
|
|
1536
1547
|
"y": {
|
|
1537
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
1538
|
-
"dflt": 0.5,
|
|
1548
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
1539
1549
|
"editType": "colorbars",
|
|
1540
1550
|
"max": 3,
|
|
1541
1551
|
"min": -2,
|
|
1542
1552
|
"valType": "number"
|
|
1543
1553
|
},
|
|
1544
1554
|
"yanchor": {
|
|
1545
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
1546
|
-
"dflt": "middle",
|
|
1555
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
1547
1556
|
"editType": "colorbars",
|
|
1548
1557
|
"valType": "enumerated",
|
|
1549
1558
|
"values": [
|
|
@@ -2494,6 +2503,27 @@
|
|
|
2494
2503
|
"valType": "number"
|
|
2495
2504
|
}
|
|
2496
2505
|
},
|
|
2506
|
+
"grouptitlefont": {
|
|
2507
|
+
"color": {
|
|
2508
|
+
"editType": "none",
|
|
2509
|
+
"valType": "color"
|
|
2510
|
+
},
|
|
2511
|
+
"description": "Sets the font for group titles in hover (unified modes). Defaults to `hoverlabel.font`.",
|
|
2512
|
+
"editType": "none",
|
|
2513
|
+
"family": {
|
|
2514
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
2515
|
+
"editType": "none",
|
|
2516
|
+
"noBlank": true,
|
|
2517
|
+
"strict": true,
|
|
2518
|
+
"valType": "string"
|
|
2519
|
+
},
|
|
2520
|
+
"role": "object",
|
|
2521
|
+
"size": {
|
|
2522
|
+
"editType": "none",
|
|
2523
|
+
"min": 1,
|
|
2524
|
+
"valType": "number"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2497
2527
|
"namelength": {
|
|
2498
2528
|
"description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.",
|
|
2499
2529
|
"dflt": 15,
|
|
@@ -2693,6 +2723,27 @@
|
|
|
2693
2723
|
"togglegroup"
|
|
2694
2724
|
]
|
|
2695
2725
|
},
|
|
2726
|
+
"grouptitlefont": {
|
|
2727
|
+
"color": {
|
|
2728
|
+
"editType": "legend",
|
|
2729
|
+
"valType": "color"
|
|
2730
|
+
},
|
|
2731
|
+
"description": "Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.",
|
|
2732
|
+
"editType": "legend",
|
|
2733
|
+
"family": {
|
|
2734
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
2735
|
+
"editType": "legend",
|
|
2736
|
+
"noBlank": true,
|
|
2737
|
+
"strict": true,
|
|
2738
|
+
"valType": "string"
|
|
2739
|
+
},
|
|
2740
|
+
"role": "object",
|
|
2741
|
+
"size": {
|
|
2742
|
+
"editType": "legend",
|
|
2743
|
+
"min": 1,
|
|
2744
|
+
"valType": "number"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2696
2747
|
"itemclick": {
|
|
2697
2748
|
"description": "Determines the behavior on legend item click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disables legend item click interactions.",
|
|
2698
2749
|
"dflt": "toggle",
|
|
@@ -12098,6 +12149,16 @@
|
|
|
12098
12149
|
"min": 0,
|
|
12099
12150
|
"valType": "integer"
|
|
12100
12151
|
},
|
|
12152
|
+
"orientation": {
|
|
12153
|
+
"description": "Sets the orientation of the colorbar.",
|
|
12154
|
+
"dflt": "v",
|
|
12155
|
+
"editType": "colorbars",
|
|
12156
|
+
"valType": "enumerated",
|
|
12157
|
+
"values": [
|
|
12158
|
+
"h",
|
|
12159
|
+
"v"
|
|
12160
|
+
]
|
|
12161
|
+
},
|
|
12101
12162
|
"outlinecolor": {
|
|
12102
12163
|
"description": "Sets the axis line color.",
|
|
12103
12164
|
"dflt": "#444",
|
|
@@ -12281,7 +12342,7 @@
|
|
|
12281
12342
|
]
|
|
12282
12343
|
},
|
|
12283
12344
|
"ticklabelposition": {
|
|
12284
|
-
"description": "Determines where tick labels are drawn.",
|
|
12345
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
12285
12346
|
"dflt": "outside",
|
|
12286
12347
|
"editType": "colorbars",
|
|
12287
12348
|
"valType": "enumerated",
|
|
@@ -12290,6 +12351,10 @@
|
|
|
12290
12351
|
"inside",
|
|
12291
12352
|
"outside top",
|
|
12292
12353
|
"inside top",
|
|
12354
|
+
"outside left",
|
|
12355
|
+
"inside left",
|
|
12356
|
+
"outside right",
|
|
12357
|
+
"inside right",
|
|
12293
12358
|
"outside bottom",
|
|
12294
12359
|
"inside bottom"
|
|
12295
12360
|
]
|
|
@@ -12387,8 +12452,7 @@
|
|
|
12387
12452
|
},
|
|
12388
12453
|
"role": "object",
|
|
12389
12454
|
"side": {
|
|
12390
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
12391
|
-
"dflt": "top",
|
|
12455
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
12392
12456
|
"editType": "colorbars",
|
|
12393
12457
|
"valType": "enumerated",
|
|
12394
12458
|
"values": [
|
|
@@ -12404,16 +12468,14 @@
|
|
|
12404
12468
|
}
|
|
12405
12469
|
},
|
|
12406
12470
|
"x": {
|
|
12407
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
12408
|
-
"dflt": 1.02,
|
|
12471
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
12409
12472
|
"editType": "colorbars",
|
|
12410
12473
|
"max": 3,
|
|
12411
12474
|
"min": -2,
|
|
12412
12475
|
"valType": "number"
|
|
12413
12476
|
},
|
|
12414
12477
|
"xanchor": {
|
|
12415
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
12416
|
-
"dflt": "left",
|
|
12478
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
12417
12479
|
"editType": "colorbars",
|
|
12418
12480
|
"valType": "enumerated",
|
|
12419
12481
|
"values": [
|
|
@@ -12430,16 +12492,14 @@
|
|
|
12430
12492
|
"valType": "number"
|
|
12431
12493
|
},
|
|
12432
12494
|
"y": {
|
|
12433
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
12434
|
-
"dflt": 0.5,
|
|
12495
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
12435
12496
|
"editType": "colorbars",
|
|
12436
12497
|
"max": 3,
|
|
12437
12498
|
"min": -2,
|
|
12438
12499
|
"valType": "number"
|
|
12439
12500
|
},
|
|
12440
12501
|
"yanchor": {
|
|
12441
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
12442
|
-
"dflt": "middle",
|
|
12502
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
12443
12503
|
"editType": "colorbars",
|
|
12444
12504
|
"valType": "enumerated",
|
|
12445
12505
|
"values": [
|
|
@@ -13597,6 +13657,16 @@
|
|
|
13597
13657
|
"min": 0,
|
|
13598
13658
|
"valType": "integer"
|
|
13599
13659
|
},
|
|
13660
|
+
"orientation": {
|
|
13661
|
+
"description": "Sets the orientation of the colorbar.",
|
|
13662
|
+
"dflt": "v",
|
|
13663
|
+
"editType": "colorbars",
|
|
13664
|
+
"valType": "enumerated",
|
|
13665
|
+
"values": [
|
|
13666
|
+
"h",
|
|
13667
|
+
"v"
|
|
13668
|
+
]
|
|
13669
|
+
},
|
|
13600
13670
|
"outlinecolor": {
|
|
13601
13671
|
"description": "Sets the axis line color.",
|
|
13602
13672
|
"dflt": "#444",
|
|
@@ -13780,7 +13850,7 @@
|
|
|
13780
13850
|
]
|
|
13781
13851
|
},
|
|
13782
13852
|
"ticklabelposition": {
|
|
13783
|
-
"description": "Determines where tick labels are drawn.",
|
|
13853
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
13784
13854
|
"dflt": "outside",
|
|
13785
13855
|
"editType": "colorbars",
|
|
13786
13856
|
"valType": "enumerated",
|
|
@@ -13789,6 +13859,10 @@
|
|
|
13789
13859
|
"inside",
|
|
13790
13860
|
"outside top",
|
|
13791
13861
|
"inside top",
|
|
13862
|
+
"outside left",
|
|
13863
|
+
"inside left",
|
|
13864
|
+
"outside right",
|
|
13865
|
+
"inside right",
|
|
13792
13866
|
"outside bottom",
|
|
13793
13867
|
"inside bottom"
|
|
13794
13868
|
]
|
|
@@ -13886,8 +13960,7 @@
|
|
|
13886
13960
|
},
|
|
13887
13961
|
"role": "object",
|
|
13888
13962
|
"side": {
|
|
13889
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
13890
|
-
"dflt": "top",
|
|
13963
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
13891
13964
|
"editType": "colorbars",
|
|
13892
13965
|
"valType": "enumerated",
|
|
13893
13966
|
"values": [
|
|
@@ -13903,16 +13976,14 @@
|
|
|
13903
13976
|
}
|
|
13904
13977
|
},
|
|
13905
13978
|
"x": {
|
|
13906
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
13907
|
-
"dflt": 1.02,
|
|
13979
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
13908
13980
|
"editType": "colorbars",
|
|
13909
13981
|
"max": 3,
|
|
13910
13982
|
"min": -2,
|
|
13911
13983
|
"valType": "number"
|
|
13912
13984
|
},
|
|
13913
13985
|
"xanchor": {
|
|
13914
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
13915
|
-
"dflt": "left",
|
|
13986
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
13916
13987
|
"editType": "colorbars",
|
|
13917
13988
|
"valType": "enumerated",
|
|
13918
13989
|
"values": [
|
|
@@ -13929,16 +14000,14 @@
|
|
|
13929
14000
|
"valType": "number"
|
|
13930
14001
|
},
|
|
13931
14002
|
"y": {
|
|
13932
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
13933
|
-
"dflt": 0.5,
|
|
14003
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
13934
14004
|
"editType": "colorbars",
|
|
13935
14005
|
"max": 3,
|
|
13936
14006
|
"min": -2,
|
|
13937
14007
|
"valType": "number"
|
|
13938
14008
|
},
|
|
13939
14009
|
"yanchor": {
|
|
13940
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
13941
|
-
"dflt": "middle",
|
|
14010
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
13942
14011
|
"editType": "colorbars",
|
|
13943
14012
|
"valType": "enumerated",
|
|
13944
14013
|
"values": [
|
|
@@ -17712,6 +17781,16 @@
|
|
|
17712
17781
|
"min": 0,
|
|
17713
17782
|
"valType": "integer"
|
|
17714
17783
|
},
|
|
17784
|
+
"orientation": {
|
|
17785
|
+
"description": "Sets the orientation of the colorbar.",
|
|
17786
|
+
"dflt": "v",
|
|
17787
|
+
"editType": "colorbars",
|
|
17788
|
+
"valType": "enumerated",
|
|
17789
|
+
"values": [
|
|
17790
|
+
"h",
|
|
17791
|
+
"v"
|
|
17792
|
+
]
|
|
17793
|
+
},
|
|
17715
17794
|
"outlinecolor": {
|
|
17716
17795
|
"description": "Sets the axis line color.",
|
|
17717
17796
|
"dflt": "#444",
|
|
@@ -17895,7 +17974,7 @@
|
|
|
17895
17974
|
]
|
|
17896
17975
|
},
|
|
17897
17976
|
"ticklabelposition": {
|
|
17898
|
-
"description": "Determines where tick labels are drawn.",
|
|
17977
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
17899
17978
|
"dflt": "outside",
|
|
17900
17979
|
"editType": "colorbars",
|
|
17901
17980
|
"valType": "enumerated",
|
|
@@ -17904,6 +17983,10 @@
|
|
|
17904
17983
|
"inside",
|
|
17905
17984
|
"outside top",
|
|
17906
17985
|
"inside top",
|
|
17986
|
+
"outside left",
|
|
17987
|
+
"inside left",
|
|
17988
|
+
"outside right",
|
|
17989
|
+
"inside right",
|
|
17907
17990
|
"outside bottom",
|
|
17908
17991
|
"inside bottom"
|
|
17909
17992
|
]
|
|
@@ -18001,8 +18084,7 @@
|
|
|
18001
18084
|
},
|
|
18002
18085
|
"role": "object",
|
|
18003
18086
|
"side": {
|
|
18004
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
18005
|
-
"dflt": "top",
|
|
18087
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
18006
18088
|
"editType": "colorbars",
|
|
18007
18089
|
"valType": "enumerated",
|
|
18008
18090
|
"values": [
|
|
@@ -18018,16 +18100,14 @@
|
|
|
18018
18100
|
}
|
|
18019
18101
|
},
|
|
18020
18102
|
"x": {
|
|
18021
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
18022
|
-
"dflt": 1.02,
|
|
18103
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
18023
18104
|
"editType": "colorbars",
|
|
18024
18105
|
"max": 3,
|
|
18025
18106
|
"min": -2,
|
|
18026
18107
|
"valType": "number"
|
|
18027
18108
|
},
|
|
18028
18109
|
"xanchor": {
|
|
18029
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
18030
|
-
"dflt": "left",
|
|
18110
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
18031
18111
|
"editType": "colorbars",
|
|
18032
18112
|
"valType": "enumerated",
|
|
18033
18113
|
"values": [
|
|
@@ -18044,16 +18124,14 @@
|
|
|
18044
18124
|
"valType": "number"
|
|
18045
18125
|
},
|
|
18046
18126
|
"y": {
|
|
18047
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
18048
|
-
"dflt": 0.5,
|
|
18127
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
18049
18128
|
"editType": "colorbars",
|
|
18050
18129
|
"max": 3,
|
|
18051
18130
|
"min": -2,
|
|
18052
18131
|
"valType": "number"
|
|
18053
18132
|
},
|
|
18054
18133
|
"yanchor": {
|
|
18055
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
18056
|
-
"dflt": "middle",
|
|
18134
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
18057
18135
|
"editType": "colorbars",
|
|
18058
18136
|
"valType": "enumerated",
|
|
18059
18137
|
"values": [
|
|
@@ -18689,6 +18767,16 @@
|
|
|
18689
18767
|
"min": 0,
|
|
18690
18768
|
"valType": "integer"
|
|
18691
18769
|
},
|
|
18770
|
+
"orientation": {
|
|
18771
|
+
"description": "Sets the orientation of the colorbar.",
|
|
18772
|
+
"dflt": "v",
|
|
18773
|
+
"editType": "colorbars",
|
|
18774
|
+
"valType": "enumerated",
|
|
18775
|
+
"values": [
|
|
18776
|
+
"h",
|
|
18777
|
+
"v"
|
|
18778
|
+
]
|
|
18779
|
+
},
|
|
18692
18780
|
"outlinecolor": {
|
|
18693
18781
|
"description": "Sets the axis line color.",
|
|
18694
18782
|
"dflt": "#444",
|
|
@@ -18872,7 +18960,7 @@
|
|
|
18872
18960
|
]
|
|
18873
18961
|
},
|
|
18874
18962
|
"ticklabelposition": {
|
|
18875
|
-
"description": "Determines where tick labels are drawn.",
|
|
18963
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
18876
18964
|
"dflt": "outside",
|
|
18877
18965
|
"editType": "colorbars",
|
|
18878
18966
|
"valType": "enumerated",
|
|
@@ -18881,6 +18969,10 @@
|
|
|
18881
18969
|
"inside",
|
|
18882
18970
|
"outside top",
|
|
18883
18971
|
"inside top",
|
|
18972
|
+
"outside left",
|
|
18973
|
+
"inside left",
|
|
18974
|
+
"outside right",
|
|
18975
|
+
"inside right",
|
|
18884
18976
|
"outside bottom",
|
|
18885
18977
|
"inside bottom"
|
|
18886
18978
|
]
|
|
@@ -18978,8 +19070,7 @@
|
|
|
18978
19070
|
},
|
|
18979
19071
|
"role": "object",
|
|
18980
19072
|
"side": {
|
|
18981
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
18982
|
-
"dflt": "top",
|
|
19073
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
18983
19074
|
"editType": "colorbars",
|
|
18984
19075
|
"valType": "enumerated",
|
|
18985
19076
|
"values": [
|
|
@@ -18995,16 +19086,14 @@
|
|
|
18995
19086
|
}
|
|
18996
19087
|
},
|
|
18997
19088
|
"x": {
|
|
18998
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
18999
|
-
"dflt": 1.02,
|
|
19089
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
19000
19090
|
"editType": "colorbars",
|
|
19001
19091
|
"max": 3,
|
|
19002
19092
|
"min": -2,
|
|
19003
19093
|
"valType": "number"
|
|
19004
19094
|
},
|
|
19005
19095
|
"xanchor": {
|
|
19006
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
19007
|
-
"dflt": "left",
|
|
19096
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
19008
19097
|
"editType": "colorbars",
|
|
19009
19098
|
"valType": "enumerated",
|
|
19010
19099
|
"values": [
|
|
@@ -19021,16 +19110,14 @@
|
|
|
19021
19110
|
"valType": "number"
|
|
19022
19111
|
},
|
|
19023
19112
|
"y": {
|
|
19024
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
19025
|
-
"dflt": 0.5,
|
|
19113
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
19026
19114
|
"editType": "colorbars",
|
|
19027
19115
|
"max": 3,
|
|
19028
19116
|
"min": -2,
|
|
19029
19117
|
"valType": "number"
|
|
19030
19118
|
},
|
|
19031
19119
|
"yanchor": {
|
|
19032
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
19033
|
-
"dflt": "middle",
|
|
19120
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
19034
19121
|
"editType": "colorbars",
|
|
19035
19122
|
"valType": "enumerated",
|
|
19036
19123
|
"values": [
|
|
@@ -19695,6 +19782,16 @@
|
|
|
19695
19782
|
"min": 0,
|
|
19696
19783
|
"valType": "integer"
|
|
19697
19784
|
},
|
|
19785
|
+
"orientation": {
|
|
19786
|
+
"description": "Sets the orientation of the colorbar.",
|
|
19787
|
+
"dflt": "v",
|
|
19788
|
+
"editType": "colorbars",
|
|
19789
|
+
"valType": "enumerated",
|
|
19790
|
+
"values": [
|
|
19791
|
+
"h",
|
|
19792
|
+
"v"
|
|
19793
|
+
]
|
|
19794
|
+
},
|
|
19698
19795
|
"outlinecolor": {
|
|
19699
19796
|
"description": "Sets the axis line color.",
|
|
19700
19797
|
"dflt": "#444",
|
|
@@ -19878,7 +19975,7 @@
|
|
|
19878
19975
|
]
|
|
19879
19976
|
},
|
|
19880
19977
|
"ticklabelposition": {
|
|
19881
|
-
"description": "Determines where tick labels are drawn.",
|
|
19978
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
19882
19979
|
"dflt": "outside",
|
|
19883
19980
|
"editType": "colorbars",
|
|
19884
19981
|
"valType": "enumerated",
|
|
@@ -19887,6 +19984,10 @@
|
|
|
19887
19984
|
"inside",
|
|
19888
19985
|
"outside top",
|
|
19889
19986
|
"inside top",
|
|
19987
|
+
"outside left",
|
|
19988
|
+
"inside left",
|
|
19989
|
+
"outside right",
|
|
19990
|
+
"inside right",
|
|
19890
19991
|
"outside bottom",
|
|
19891
19992
|
"inside bottom"
|
|
19892
19993
|
]
|
|
@@ -19984,8 +20085,7 @@
|
|
|
19984
20085
|
},
|
|
19985
20086
|
"role": "object",
|
|
19986
20087
|
"side": {
|
|
19987
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
19988
|
-
"dflt": "top",
|
|
20088
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
19989
20089
|
"editType": "colorbars",
|
|
19990
20090
|
"valType": "enumerated",
|
|
19991
20091
|
"values": [
|
|
@@ -20001,16 +20101,14 @@
|
|
|
20001
20101
|
}
|
|
20002
20102
|
},
|
|
20003
20103
|
"x": {
|
|
20004
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
20005
|
-
"dflt": 1.02,
|
|
20104
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
20006
20105
|
"editType": "colorbars",
|
|
20007
20106
|
"max": 3,
|
|
20008
20107
|
"min": -2,
|
|
20009
20108
|
"valType": "number"
|
|
20010
20109
|
},
|
|
20011
20110
|
"xanchor": {
|
|
20012
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
20013
|
-
"dflt": "left",
|
|
20111
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
20014
20112
|
"editType": "colorbars",
|
|
20015
20113
|
"valType": "enumerated",
|
|
20016
20114
|
"values": [
|
|
@@ -20027,16 +20125,14 @@
|
|
|
20027
20125
|
"valType": "number"
|
|
20028
20126
|
},
|
|
20029
20127
|
"y": {
|
|
20030
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
20031
|
-
"dflt": 0.5,
|
|
20128
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
20032
20129
|
"editType": "colorbars",
|
|
20033
20130
|
"max": 3,
|
|
20034
20131
|
"min": -2,
|
|
20035
20132
|
"valType": "number"
|
|
20036
20133
|
},
|
|
20037
20134
|
"yanchor": {
|
|
20038
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
20039
|
-
"dflt": "middle",
|
|
20135
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
20040
20136
|
"editType": "colorbars",
|
|
20041
20137
|
"valType": "enumerated",
|
|
20042
20138
|
"values": [
|
|
@@ -20719,6 +20815,16 @@
|
|
|
20719
20815
|
"min": 0,
|
|
20720
20816
|
"valType": "integer"
|
|
20721
20817
|
},
|
|
20818
|
+
"orientation": {
|
|
20819
|
+
"description": "Sets the orientation of the colorbar.",
|
|
20820
|
+
"dflt": "v",
|
|
20821
|
+
"editType": "colorbars",
|
|
20822
|
+
"valType": "enumerated",
|
|
20823
|
+
"values": [
|
|
20824
|
+
"h",
|
|
20825
|
+
"v"
|
|
20826
|
+
]
|
|
20827
|
+
},
|
|
20722
20828
|
"outlinecolor": {
|
|
20723
20829
|
"description": "Sets the axis line color.",
|
|
20724
20830
|
"dflt": "#444",
|
|
@@ -20902,7 +21008,7 @@
|
|
|
20902
21008
|
]
|
|
20903
21009
|
},
|
|
20904
21010
|
"ticklabelposition": {
|
|
20905
|
-
"description": "Determines where tick labels are drawn.",
|
|
21011
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
20906
21012
|
"dflt": "outside",
|
|
20907
21013
|
"editType": "colorbars",
|
|
20908
21014
|
"valType": "enumerated",
|
|
@@ -20911,6 +21017,10 @@
|
|
|
20911
21017
|
"inside",
|
|
20912
21018
|
"outside top",
|
|
20913
21019
|
"inside top",
|
|
21020
|
+
"outside left",
|
|
21021
|
+
"inside left",
|
|
21022
|
+
"outside right",
|
|
21023
|
+
"inside right",
|
|
20914
21024
|
"outside bottom",
|
|
20915
21025
|
"inside bottom"
|
|
20916
21026
|
]
|
|
@@ -21008,8 +21118,7 @@
|
|
|
21008
21118
|
},
|
|
21009
21119
|
"role": "object",
|
|
21010
21120
|
"side": {
|
|
21011
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
21012
|
-
"dflt": "top",
|
|
21121
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
21013
21122
|
"editType": "colorbars",
|
|
21014
21123
|
"valType": "enumerated",
|
|
21015
21124
|
"values": [
|
|
@@ -21025,16 +21134,14 @@
|
|
|
21025
21134
|
}
|
|
21026
21135
|
},
|
|
21027
21136
|
"x": {
|
|
21028
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
21029
|
-
"dflt": 1.02,
|
|
21137
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
21030
21138
|
"editType": "colorbars",
|
|
21031
21139
|
"max": 3,
|
|
21032
21140
|
"min": -2,
|
|
21033
21141
|
"valType": "number"
|
|
21034
21142
|
},
|
|
21035
21143
|
"xanchor": {
|
|
21036
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
21037
|
-
"dflt": "left",
|
|
21144
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
21038
21145
|
"editType": "colorbars",
|
|
21039
21146
|
"valType": "enumerated",
|
|
21040
21147
|
"values": [
|
|
@@ -21051,16 +21158,14 @@
|
|
|
21051
21158
|
"valType": "number"
|
|
21052
21159
|
},
|
|
21053
21160
|
"y": {
|
|
21054
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
21055
|
-
"dflt": 0.5,
|
|
21161
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
21056
21162
|
"editType": "colorbars",
|
|
21057
21163
|
"max": 3,
|
|
21058
21164
|
"min": -2,
|
|
21059
21165
|
"valType": "number"
|
|
21060
21166
|
},
|
|
21061
21167
|
"yanchor": {
|
|
21062
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
21063
|
-
"dflt": "middle",
|
|
21168
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
21064
21169
|
"editType": "colorbars",
|
|
21065
21170
|
"valType": "enumerated",
|
|
21066
21171
|
"values": [
|
|
@@ -21558,11 +21663,40 @@
|
|
|
21558
21663
|
"editType": "calc",
|
|
21559
21664
|
"valType": "data_array"
|
|
21560
21665
|
},
|
|
21666
|
+
"textfont": {
|
|
21667
|
+
"color": {
|
|
21668
|
+
"dflt": "auto",
|
|
21669
|
+
"editType": "style",
|
|
21670
|
+
"valType": "color"
|
|
21671
|
+
},
|
|
21672
|
+
"description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Sets the text font.",
|
|
21673
|
+
"editType": "plot",
|
|
21674
|
+
"family": {
|
|
21675
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
21676
|
+
"editType": "plot",
|
|
21677
|
+
"noBlank": true,
|
|
21678
|
+
"strict": true,
|
|
21679
|
+
"valType": "string"
|
|
21680
|
+
},
|
|
21681
|
+
"role": "object",
|
|
21682
|
+
"size": {
|
|
21683
|
+
"dflt": "auto",
|
|
21684
|
+
"editType": "plot",
|
|
21685
|
+
"min": 1,
|
|
21686
|
+
"valType": "number"
|
|
21687
|
+
}
|
|
21688
|
+
},
|
|
21561
21689
|
"textsrc": {
|
|
21562
21690
|
"description": "Sets the source reference on Chart Studio Cloud for `text`.",
|
|
21563
21691
|
"editType": "none",
|
|
21564
21692
|
"valType": "string"
|
|
21565
21693
|
},
|
|
21694
|
+
"texttemplate": {
|
|
21695
|
+
"description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `x`, `y`, `z` and `text`.",
|
|
21696
|
+
"dflt": "",
|
|
21697
|
+
"editType": "plot",
|
|
21698
|
+
"valType": "string"
|
|
21699
|
+
},
|
|
21566
21700
|
"transforms": {
|
|
21567
21701
|
"items": {
|
|
21568
21702
|
"transform": {
|
|
@@ -22055,6 +22189,16 @@
|
|
|
22055
22189
|
"min": 0,
|
|
22056
22190
|
"valType": "integer"
|
|
22057
22191
|
},
|
|
22192
|
+
"orientation": {
|
|
22193
|
+
"description": "Sets the orientation of the colorbar.",
|
|
22194
|
+
"dflt": "v",
|
|
22195
|
+
"editType": "colorbars",
|
|
22196
|
+
"valType": "enumerated",
|
|
22197
|
+
"values": [
|
|
22198
|
+
"h",
|
|
22199
|
+
"v"
|
|
22200
|
+
]
|
|
22201
|
+
},
|
|
22058
22202
|
"outlinecolor": {
|
|
22059
22203
|
"description": "Sets the axis line color.",
|
|
22060
22204
|
"dflt": "#444",
|
|
@@ -22238,7 +22382,7 @@
|
|
|
22238
22382
|
]
|
|
22239
22383
|
},
|
|
22240
22384
|
"ticklabelposition": {
|
|
22241
|
-
"description": "Determines where tick labels are drawn.",
|
|
22385
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
22242
22386
|
"dflt": "outside",
|
|
22243
22387
|
"editType": "colorbars",
|
|
22244
22388
|
"valType": "enumerated",
|
|
@@ -22247,6 +22391,10 @@
|
|
|
22247
22391
|
"inside",
|
|
22248
22392
|
"outside top",
|
|
22249
22393
|
"inside top",
|
|
22394
|
+
"outside left",
|
|
22395
|
+
"inside left",
|
|
22396
|
+
"outside right",
|
|
22397
|
+
"inside right",
|
|
22250
22398
|
"outside bottom",
|
|
22251
22399
|
"inside bottom"
|
|
22252
22400
|
]
|
|
@@ -22344,8 +22492,7 @@
|
|
|
22344
22492
|
},
|
|
22345
22493
|
"role": "object",
|
|
22346
22494
|
"side": {
|
|
22347
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
22348
|
-
"dflt": "top",
|
|
22495
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
22349
22496
|
"editType": "colorbars",
|
|
22350
22497
|
"valType": "enumerated",
|
|
22351
22498
|
"values": [
|
|
@@ -22361,16 +22508,14 @@
|
|
|
22361
22508
|
}
|
|
22362
22509
|
},
|
|
22363
22510
|
"x": {
|
|
22364
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
22365
|
-
"dflt": 1.02,
|
|
22511
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
22366
22512
|
"editType": "colorbars",
|
|
22367
22513
|
"max": 3,
|
|
22368
22514
|
"min": -2,
|
|
22369
22515
|
"valType": "number"
|
|
22370
22516
|
},
|
|
22371
22517
|
"xanchor": {
|
|
22372
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
22373
|
-
"dflt": "left",
|
|
22518
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
22374
22519
|
"editType": "colorbars",
|
|
22375
22520
|
"valType": "enumerated",
|
|
22376
22521
|
"values": [
|
|
@@ -22387,16 +22532,14 @@
|
|
|
22387
22532
|
"valType": "number"
|
|
22388
22533
|
},
|
|
22389
22534
|
"y": {
|
|
22390
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
22391
|
-
"dflt": 0.5,
|
|
22535
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
22392
22536
|
"editType": "colorbars",
|
|
22393
22537
|
"max": 3,
|
|
22394
22538
|
"min": -2,
|
|
22395
22539
|
"valType": "number"
|
|
22396
22540
|
},
|
|
22397
22541
|
"yanchor": {
|
|
22398
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
22399
|
-
"dflt": "middle",
|
|
22542
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
22400
22543
|
"editType": "colorbars",
|
|
22401
22544
|
"valType": "enumerated",
|
|
22402
22545
|
"values": [
|
|
@@ -22991,6 +23134,16 @@
|
|
|
22991
23134
|
"min": 0,
|
|
22992
23135
|
"valType": "integer"
|
|
22993
23136
|
},
|
|
23137
|
+
"orientation": {
|
|
23138
|
+
"description": "Sets the orientation of the colorbar.",
|
|
23139
|
+
"dflt": "v",
|
|
23140
|
+
"editType": "colorbars",
|
|
23141
|
+
"valType": "enumerated",
|
|
23142
|
+
"values": [
|
|
23143
|
+
"h",
|
|
23144
|
+
"v"
|
|
23145
|
+
]
|
|
23146
|
+
},
|
|
22994
23147
|
"outlinecolor": {
|
|
22995
23148
|
"description": "Sets the axis line color.",
|
|
22996
23149
|
"dflt": "#444",
|
|
@@ -23174,7 +23327,7 @@
|
|
|
23174
23327
|
]
|
|
23175
23328
|
},
|
|
23176
23329
|
"ticklabelposition": {
|
|
23177
|
-
"description": "Determines where tick labels are drawn.",
|
|
23330
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
23178
23331
|
"dflt": "outside",
|
|
23179
23332
|
"editType": "colorbars",
|
|
23180
23333
|
"valType": "enumerated",
|
|
@@ -23183,6 +23336,10 @@
|
|
|
23183
23336
|
"inside",
|
|
23184
23337
|
"outside top",
|
|
23185
23338
|
"inside top",
|
|
23339
|
+
"outside left",
|
|
23340
|
+
"inside left",
|
|
23341
|
+
"outside right",
|
|
23342
|
+
"inside right",
|
|
23186
23343
|
"outside bottom",
|
|
23187
23344
|
"inside bottom"
|
|
23188
23345
|
]
|
|
@@ -23280,8 +23437,7 @@
|
|
|
23280
23437
|
},
|
|
23281
23438
|
"role": "object",
|
|
23282
23439
|
"side": {
|
|
23283
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
23284
|
-
"dflt": "top",
|
|
23440
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
23285
23441
|
"editType": "colorbars",
|
|
23286
23442
|
"valType": "enumerated",
|
|
23287
23443
|
"values": [
|
|
@@ -23297,16 +23453,14 @@
|
|
|
23297
23453
|
}
|
|
23298
23454
|
},
|
|
23299
23455
|
"x": {
|
|
23300
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
23301
|
-
"dflt": 1.02,
|
|
23456
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
23302
23457
|
"editType": "colorbars",
|
|
23303
23458
|
"max": 3,
|
|
23304
23459
|
"min": -2,
|
|
23305
23460
|
"valType": "number"
|
|
23306
23461
|
},
|
|
23307
23462
|
"xanchor": {
|
|
23308
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
23309
|
-
"dflt": "left",
|
|
23463
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
23310
23464
|
"editType": "colorbars",
|
|
23311
23465
|
"valType": "enumerated",
|
|
23312
23466
|
"values": [
|
|
@@ -23323,16 +23477,14 @@
|
|
|
23323
23477
|
"valType": "number"
|
|
23324
23478
|
},
|
|
23325
23479
|
"y": {
|
|
23326
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
23327
|
-
"dflt": 0.5,
|
|
23480
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
23328
23481
|
"editType": "colorbars",
|
|
23329
23482
|
"max": 3,
|
|
23330
23483
|
"min": -2,
|
|
23331
23484
|
"valType": "number"
|
|
23332
23485
|
},
|
|
23333
23486
|
"yanchor": {
|
|
23334
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
23335
|
-
"dflt": "middle",
|
|
23487
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
23336
23488
|
"editType": "colorbars",
|
|
23337
23489
|
"valType": "enumerated",
|
|
23338
23490
|
"values": [
|
|
@@ -24270,6 +24422,16 @@
|
|
|
24270
24422
|
"min": 0,
|
|
24271
24423
|
"valType": "integer"
|
|
24272
24424
|
},
|
|
24425
|
+
"orientation": {
|
|
24426
|
+
"description": "Sets the orientation of the colorbar.",
|
|
24427
|
+
"dflt": "v",
|
|
24428
|
+
"editType": "colorbars",
|
|
24429
|
+
"valType": "enumerated",
|
|
24430
|
+
"values": [
|
|
24431
|
+
"h",
|
|
24432
|
+
"v"
|
|
24433
|
+
]
|
|
24434
|
+
},
|
|
24273
24435
|
"outlinecolor": {
|
|
24274
24436
|
"description": "Sets the axis line color.",
|
|
24275
24437
|
"dflt": "#444",
|
|
@@ -24453,7 +24615,7 @@
|
|
|
24453
24615
|
]
|
|
24454
24616
|
},
|
|
24455
24617
|
"ticklabelposition": {
|
|
24456
|
-
"description": "Determines where tick labels are drawn.",
|
|
24618
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
24457
24619
|
"dflt": "outside",
|
|
24458
24620
|
"editType": "colorbars",
|
|
24459
24621
|
"valType": "enumerated",
|
|
@@ -24462,6 +24624,10 @@
|
|
|
24462
24624
|
"inside",
|
|
24463
24625
|
"outside top",
|
|
24464
24626
|
"inside top",
|
|
24627
|
+
"outside left",
|
|
24628
|
+
"inside left",
|
|
24629
|
+
"outside right",
|
|
24630
|
+
"inside right",
|
|
24465
24631
|
"outside bottom",
|
|
24466
24632
|
"inside bottom"
|
|
24467
24633
|
]
|
|
@@ -24559,8 +24725,7 @@
|
|
|
24559
24725
|
},
|
|
24560
24726
|
"role": "object",
|
|
24561
24727
|
"side": {
|
|
24562
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
24563
|
-
"dflt": "top",
|
|
24728
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
24564
24729
|
"editType": "colorbars",
|
|
24565
24730
|
"valType": "enumerated",
|
|
24566
24731
|
"values": [
|
|
@@ -24576,16 +24741,14 @@
|
|
|
24576
24741
|
}
|
|
24577
24742
|
},
|
|
24578
24743
|
"x": {
|
|
24579
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
24580
|
-
"dflt": 1.02,
|
|
24744
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
24581
24745
|
"editType": "colorbars",
|
|
24582
24746
|
"max": 3,
|
|
24583
24747
|
"min": -2,
|
|
24584
24748
|
"valType": "number"
|
|
24585
24749
|
},
|
|
24586
24750
|
"xanchor": {
|
|
24587
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
24588
|
-
"dflt": "left",
|
|
24751
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
24589
24752
|
"editType": "colorbars",
|
|
24590
24753
|
"valType": "enumerated",
|
|
24591
24754
|
"values": [
|
|
@@ -24602,16 +24765,14 @@
|
|
|
24602
24765
|
"valType": "number"
|
|
24603
24766
|
},
|
|
24604
24767
|
"y": {
|
|
24605
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
24606
|
-
"dflt": 0.5,
|
|
24768
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
24607
24769
|
"editType": "colorbars",
|
|
24608
24770
|
"max": 3,
|
|
24609
24771
|
"min": -2,
|
|
24610
24772
|
"valType": "number"
|
|
24611
24773
|
},
|
|
24612
24774
|
"yanchor": {
|
|
24613
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
24614
|
-
"dflt": "middle",
|
|
24775
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
24615
24776
|
"editType": "colorbars",
|
|
24616
24777
|
"valType": "enumerated",
|
|
24617
24778
|
"values": [
|
|
@@ -25964,6 +26125,16 @@
|
|
|
25964
26125
|
"min": 0,
|
|
25965
26126
|
"valType": "integer"
|
|
25966
26127
|
},
|
|
26128
|
+
"orientation": {
|
|
26129
|
+
"description": "Sets the orientation of the colorbar.",
|
|
26130
|
+
"dflt": "v",
|
|
26131
|
+
"editType": "colorbars",
|
|
26132
|
+
"valType": "enumerated",
|
|
26133
|
+
"values": [
|
|
26134
|
+
"h",
|
|
26135
|
+
"v"
|
|
26136
|
+
]
|
|
26137
|
+
},
|
|
25967
26138
|
"outlinecolor": {
|
|
25968
26139
|
"description": "Sets the axis line color.",
|
|
25969
26140
|
"dflt": "#444",
|
|
@@ -26147,7 +26318,7 @@
|
|
|
26147
26318
|
]
|
|
26148
26319
|
},
|
|
26149
26320
|
"ticklabelposition": {
|
|
26150
|
-
"description": "Determines where tick labels are drawn.",
|
|
26321
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
26151
26322
|
"dflt": "outside",
|
|
26152
26323
|
"editType": "colorbars",
|
|
26153
26324
|
"valType": "enumerated",
|
|
@@ -26156,6 +26327,10 @@
|
|
|
26156
26327
|
"inside",
|
|
26157
26328
|
"outside top",
|
|
26158
26329
|
"inside top",
|
|
26330
|
+
"outside left",
|
|
26331
|
+
"inside left",
|
|
26332
|
+
"outside right",
|
|
26333
|
+
"inside right",
|
|
26159
26334
|
"outside bottom",
|
|
26160
26335
|
"inside bottom"
|
|
26161
26336
|
]
|
|
@@ -26253,8 +26428,7 @@
|
|
|
26253
26428
|
},
|
|
26254
26429
|
"role": "object",
|
|
26255
26430
|
"side": {
|
|
26256
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
26257
|
-
"dflt": "top",
|
|
26431
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
26258
26432
|
"editType": "colorbars",
|
|
26259
26433
|
"valType": "enumerated",
|
|
26260
26434
|
"values": [
|
|
@@ -26270,16 +26444,14 @@
|
|
|
26270
26444
|
}
|
|
26271
26445
|
},
|
|
26272
26446
|
"x": {
|
|
26273
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
26274
|
-
"dflt": 1.02,
|
|
26447
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
26275
26448
|
"editType": "colorbars",
|
|
26276
26449
|
"max": 3,
|
|
26277
26450
|
"min": -2,
|
|
26278
26451
|
"valType": "number"
|
|
26279
26452
|
},
|
|
26280
26453
|
"xanchor": {
|
|
26281
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
26282
|
-
"dflt": "left",
|
|
26454
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
26283
26455
|
"editType": "colorbars",
|
|
26284
26456
|
"valType": "enumerated",
|
|
26285
26457
|
"values": [
|
|
@@ -26296,16 +26468,14 @@
|
|
|
26296
26468
|
"valType": "number"
|
|
26297
26469
|
},
|
|
26298
26470
|
"y": {
|
|
26299
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
26300
|
-
"dflt": 0.5,
|
|
26471
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
26301
26472
|
"editType": "colorbars",
|
|
26302
26473
|
"max": 3,
|
|
26303
26474
|
"min": -2,
|
|
26304
26475
|
"valType": "number"
|
|
26305
26476
|
},
|
|
26306
26477
|
"yanchor": {
|
|
26307
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
26308
|
-
"dflt": "middle",
|
|
26478
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
26309
26479
|
"editType": "colorbars",
|
|
26310
26480
|
"valType": "enumerated",
|
|
26311
26481
|
"values": [
|
|
@@ -26630,11 +26800,40 @@
|
|
|
26630
26800
|
"editType": "calc",
|
|
26631
26801
|
"valType": "data_array"
|
|
26632
26802
|
},
|
|
26803
|
+
"textfont": {
|
|
26804
|
+
"color": {
|
|
26805
|
+
"dflt": "auto",
|
|
26806
|
+
"editType": "style",
|
|
26807
|
+
"valType": "color"
|
|
26808
|
+
},
|
|
26809
|
+
"description": "Sets the text font.",
|
|
26810
|
+
"editType": "plot",
|
|
26811
|
+
"family": {
|
|
26812
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
26813
|
+
"editType": "plot",
|
|
26814
|
+
"noBlank": true,
|
|
26815
|
+
"strict": true,
|
|
26816
|
+
"valType": "string"
|
|
26817
|
+
},
|
|
26818
|
+
"role": "object",
|
|
26819
|
+
"size": {
|
|
26820
|
+
"dflt": "auto",
|
|
26821
|
+
"editType": "plot",
|
|
26822
|
+
"min": 1,
|
|
26823
|
+
"valType": "number"
|
|
26824
|
+
}
|
|
26825
|
+
},
|
|
26633
26826
|
"textsrc": {
|
|
26634
26827
|
"description": "Sets the source reference on Chart Studio Cloud for `text`.",
|
|
26635
26828
|
"editType": "none",
|
|
26636
26829
|
"valType": "string"
|
|
26637
26830
|
},
|
|
26831
|
+
"texttemplate": {
|
|
26832
|
+
"description": "Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `x`, `y`, `z` and `text`.",
|
|
26833
|
+
"dflt": "",
|
|
26834
|
+
"editType": "plot",
|
|
26835
|
+
"valType": "string"
|
|
26836
|
+
},
|
|
26638
26837
|
"transforms": {
|
|
26639
26838
|
"items": {
|
|
26640
26839
|
"transform": {
|
|
@@ -27083,6 +27282,16 @@
|
|
|
27083
27282
|
"min": 0,
|
|
27084
27283
|
"valType": "integer"
|
|
27085
27284
|
},
|
|
27285
|
+
"orientation": {
|
|
27286
|
+
"description": "Sets the orientation of the colorbar.",
|
|
27287
|
+
"dflt": "v",
|
|
27288
|
+
"editType": "calc",
|
|
27289
|
+
"valType": "enumerated",
|
|
27290
|
+
"values": [
|
|
27291
|
+
"h",
|
|
27292
|
+
"v"
|
|
27293
|
+
]
|
|
27294
|
+
},
|
|
27086
27295
|
"outlinecolor": {
|
|
27087
27296
|
"description": "Sets the axis line color.",
|
|
27088
27297
|
"dflt": "#444",
|
|
@@ -27266,7 +27475,7 @@
|
|
|
27266
27475
|
]
|
|
27267
27476
|
},
|
|
27268
27477
|
"ticklabelposition": {
|
|
27269
|
-
"description": "Determines where tick labels are drawn.",
|
|
27478
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
27270
27479
|
"dflt": "outside",
|
|
27271
27480
|
"editType": "calc",
|
|
27272
27481
|
"valType": "enumerated",
|
|
@@ -27275,6 +27484,10 @@
|
|
|
27275
27484
|
"inside",
|
|
27276
27485
|
"outside top",
|
|
27277
27486
|
"inside top",
|
|
27487
|
+
"outside left",
|
|
27488
|
+
"inside left",
|
|
27489
|
+
"outside right",
|
|
27490
|
+
"inside right",
|
|
27278
27491
|
"outside bottom",
|
|
27279
27492
|
"inside bottom"
|
|
27280
27493
|
]
|
|
@@ -27372,8 +27585,7 @@
|
|
|
27372
27585
|
},
|
|
27373
27586
|
"role": "object",
|
|
27374
27587
|
"side": {
|
|
27375
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
27376
|
-
"dflt": "top",
|
|
27588
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
27377
27589
|
"editType": "calc",
|
|
27378
27590
|
"valType": "enumerated",
|
|
27379
27591
|
"values": [
|
|
@@ -27389,16 +27601,14 @@
|
|
|
27389
27601
|
}
|
|
27390
27602
|
},
|
|
27391
27603
|
"x": {
|
|
27392
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
27393
|
-
"dflt": 1.02,
|
|
27604
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
27394
27605
|
"editType": "calc",
|
|
27395
27606
|
"max": 3,
|
|
27396
27607
|
"min": -2,
|
|
27397
27608
|
"valType": "number"
|
|
27398
27609
|
},
|
|
27399
27610
|
"xanchor": {
|
|
27400
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
27401
|
-
"dflt": "left",
|
|
27611
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
27402
27612
|
"editType": "calc",
|
|
27403
27613
|
"valType": "enumerated",
|
|
27404
27614
|
"values": [
|
|
@@ -27415,16 +27625,14 @@
|
|
|
27415
27625
|
"valType": "number"
|
|
27416
27626
|
},
|
|
27417
27627
|
"y": {
|
|
27418
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
27419
|
-
"dflt": 0.5,
|
|
27628
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
27420
27629
|
"editType": "calc",
|
|
27421
27630
|
"max": 3,
|
|
27422
27631
|
"min": -2,
|
|
27423
27632
|
"valType": "number"
|
|
27424
27633
|
},
|
|
27425
27634
|
"yanchor": {
|
|
27426
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
27427
|
-
"dflt": "middle",
|
|
27635
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
27428
27636
|
"editType": "calc",
|
|
27429
27637
|
"valType": "enumerated",
|
|
27430
27638
|
"values": [
|
|
@@ -27922,6 +28130,24 @@
|
|
|
27922
28130
|
"editType": "calc",
|
|
27923
28131
|
"valType": "string"
|
|
27924
28132
|
},
|
|
28133
|
+
"cliponaxis": {
|
|
28134
|
+
"description": "Determines whether the text nodes are clipped about the subplot axes. To show the text nodes above axis lines and tick labels, make sure to set `xaxis.layer` and `yaxis.layer` to *below traces*.",
|
|
28135
|
+
"dflt": true,
|
|
28136
|
+
"editType": "plot",
|
|
28137
|
+
"valType": "boolean"
|
|
28138
|
+
},
|
|
28139
|
+
"constraintext": {
|
|
28140
|
+
"description": "Constrain the size of text inside or outside a bar to be no larger than the bar itself.",
|
|
28141
|
+
"dflt": "both",
|
|
28142
|
+
"editType": "calc",
|
|
28143
|
+
"valType": "enumerated",
|
|
28144
|
+
"values": [
|
|
28145
|
+
"inside",
|
|
28146
|
+
"outside",
|
|
28147
|
+
"both",
|
|
28148
|
+
"none"
|
|
28149
|
+
]
|
|
28150
|
+
},
|
|
27925
28151
|
"cumulative": {
|
|
27926
28152
|
"currentbin": {
|
|
27927
28153
|
"description": "Only applies if cumulative is enabled. Sets whether the current bin is included, excluded, or has half of its value included in the current cumulative value. *include* is the default for compatibility with various other tools, however it introduces a half-bin bias to the results. *exclude* makes the opposite half-bin bias, and *half* removes it.",
|
|
@@ -28338,6 +28564,38 @@
|
|
|
28338
28564
|
"editType": "none",
|
|
28339
28565
|
"valType": "string"
|
|
28340
28566
|
},
|
|
28567
|
+
"insidetextanchor": {
|
|
28568
|
+
"description": "Determines if texts are kept at center or start/end points in `textposition` *inside* mode.",
|
|
28569
|
+
"dflt": "end",
|
|
28570
|
+
"editType": "plot",
|
|
28571
|
+
"valType": "enumerated",
|
|
28572
|
+
"values": [
|
|
28573
|
+
"end",
|
|
28574
|
+
"middle",
|
|
28575
|
+
"start"
|
|
28576
|
+
]
|
|
28577
|
+
},
|
|
28578
|
+
"insidetextfont": {
|
|
28579
|
+
"color": {
|
|
28580
|
+
"editType": "style",
|
|
28581
|
+
"valType": "color"
|
|
28582
|
+
},
|
|
28583
|
+
"description": "Sets the font used for `text` lying inside the bar.",
|
|
28584
|
+
"editType": "plot",
|
|
28585
|
+
"family": {
|
|
28586
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
28587
|
+
"editType": "plot",
|
|
28588
|
+
"noBlank": true,
|
|
28589
|
+
"strict": true,
|
|
28590
|
+
"valType": "string"
|
|
28591
|
+
},
|
|
28592
|
+
"role": "object",
|
|
28593
|
+
"size": {
|
|
28594
|
+
"editType": "plot",
|
|
28595
|
+
"min": 1,
|
|
28596
|
+
"valType": "number"
|
|
28597
|
+
}
|
|
28598
|
+
},
|
|
28341
28599
|
"legendgroup": {
|
|
28342
28600
|
"description": "Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.",
|
|
28343
28601
|
"dflt": "",
|
|
@@ -28546,6 +28804,16 @@
|
|
|
28546
28804
|
"min": 0,
|
|
28547
28805
|
"valType": "integer"
|
|
28548
28806
|
},
|
|
28807
|
+
"orientation": {
|
|
28808
|
+
"description": "Sets the orientation of the colorbar.",
|
|
28809
|
+
"dflt": "v",
|
|
28810
|
+
"editType": "colorbars",
|
|
28811
|
+
"valType": "enumerated",
|
|
28812
|
+
"values": [
|
|
28813
|
+
"h",
|
|
28814
|
+
"v"
|
|
28815
|
+
]
|
|
28816
|
+
},
|
|
28549
28817
|
"outlinecolor": {
|
|
28550
28818
|
"description": "Sets the axis line color.",
|
|
28551
28819
|
"dflt": "#444",
|
|
@@ -28729,7 +28997,7 @@
|
|
|
28729
28997
|
]
|
|
28730
28998
|
},
|
|
28731
28999
|
"ticklabelposition": {
|
|
28732
|
-
"description": "Determines where tick labels are drawn.",
|
|
29000
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
28733
29001
|
"dflt": "outside",
|
|
28734
29002
|
"editType": "colorbars",
|
|
28735
29003
|
"valType": "enumerated",
|
|
@@ -28738,6 +29006,10 @@
|
|
|
28738
29006
|
"inside",
|
|
28739
29007
|
"outside top",
|
|
28740
29008
|
"inside top",
|
|
29009
|
+
"outside left",
|
|
29010
|
+
"inside left",
|
|
29011
|
+
"outside right",
|
|
29012
|
+
"inside right",
|
|
28741
29013
|
"outside bottom",
|
|
28742
29014
|
"inside bottom"
|
|
28743
29015
|
]
|
|
@@ -28835,8 +29107,7 @@
|
|
|
28835
29107
|
},
|
|
28836
29108
|
"role": "object",
|
|
28837
29109
|
"side": {
|
|
28838
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
28839
|
-
"dflt": "top",
|
|
29110
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
28840
29111
|
"editType": "colorbars",
|
|
28841
29112
|
"valType": "enumerated",
|
|
28842
29113
|
"values": [
|
|
@@ -28852,16 +29123,14 @@
|
|
|
28852
29123
|
}
|
|
28853
29124
|
},
|
|
28854
29125
|
"x": {
|
|
28855
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
28856
|
-
"dflt": 1.02,
|
|
29126
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
28857
29127
|
"editType": "colorbars",
|
|
28858
29128
|
"max": 3,
|
|
28859
29129
|
"min": -2,
|
|
28860
29130
|
"valType": "number"
|
|
28861
29131
|
},
|
|
28862
29132
|
"xanchor": {
|
|
28863
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
28864
|
-
"dflt": "left",
|
|
29133
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
28865
29134
|
"editType": "colorbars",
|
|
28866
29135
|
"valType": "enumerated",
|
|
28867
29136
|
"values": [
|
|
@@ -28878,16 +29147,14 @@
|
|
|
28878
29147
|
"valType": "number"
|
|
28879
29148
|
},
|
|
28880
29149
|
"y": {
|
|
28881
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
28882
|
-
"dflt": 0.5,
|
|
29150
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
28883
29151
|
"editType": "colorbars",
|
|
28884
29152
|
"max": 3,
|
|
28885
29153
|
"min": -2,
|
|
28886
29154
|
"valType": "number"
|
|
28887
29155
|
},
|
|
28888
29156
|
"yanchor": {
|
|
28889
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
28890
|
-
"dflt": "middle",
|
|
29157
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
28891
29158
|
"editType": "colorbars",
|
|
28892
29159
|
"valType": "enumerated",
|
|
28893
29160
|
"values": [
|
|
@@ -29182,6 +29449,27 @@
|
|
|
29182
29449
|
"h"
|
|
29183
29450
|
]
|
|
29184
29451
|
},
|
|
29452
|
+
"outsidetextfont": {
|
|
29453
|
+
"color": {
|
|
29454
|
+
"editType": "style",
|
|
29455
|
+
"valType": "color"
|
|
29456
|
+
},
|
|
29457
|
+
"description": "Sets the font used for `text` lying outside the bar.",
|
|
29458
|
+
"editType": "plot",
|
|
29459
|
+
"family": {
|
|
29460
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
29461
|
+
"editType": "plot",
|
|
29462
|
+
"noBlank": true,
|
|
29463
|
+
"strict": true,
|
|
29464
|
+
"valType": "string"
|
|
29465
|
+
},
|
|
29466
|
+
"role": "object",
|
|
29467
|
+
"size": {
|
|
29468
|
+
"editType": "plot",
|
|
29469
|
+
"min": 1,
|
|
29470
|
+
"valType": "number"
|
|
29471
|
+
}
|
|
29472
|
+
},
|
|
29185
29473
|
"selected": {
|
|
29186
29474
|
"editType": "style",
|
|
29187
29475
|
"marker": {
|
|
@@ -29248,11 +29536,57 @@
|
|
|
29248
29536
|
"editType": "calc",
|
|
29249
29537
|
"valType": "string"
|
|
29250
29538
|
},
|
|
29539
|
+
"textangle": {
|
|
29540
|
+
"description": "Sets the angle of the tick labels with respect to the bar. For example, a `tickangle` of -90 draws the tick labels vertically. With *auto* the texts may automatically be rotated to fit with the maximum size in bars.",
|
|
29541
|
+
"dflt": "auto",
|
|
29542
|
+
"editType": "plot",
|
|
29543
|
+
"valType": "angle"
|
|
29544
|
+
},
|
|
29545
|
+
"textfont": {
|
|
29546
|
+
"color": {
|
|
29547
|
+
"editType": "style",
|
|
29548
|
+
"valType": "color"
|
|
29549
|
+
},
|
|
29550
|
+
"description": "Sets the text font.",
|
|
29551
|
+
"editType": "plot",
|
|
29552
|
+
"family": {
|
|
29553
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
29554
|
+
"editType": "plot",
|
|
29555
|
+
"noBlank": true,
|
|
29556
|
+
"strict": true,
|
|
29557
|
+
"valType": "string"
|
|
29558
|
+
},
|
|
29559
|
+
"role": "object",
|
|
29560
|
+
"size": {
|
|
29561
|
+
"editType": "plot",
|
|
29562
|
+
"min": 1,
|
|
29563
|
+
"valType": "number"
|
|
29564
|
+
}
|
|
29565
|
+
},
|
|
29566
|
+
"textposition": {
|
|
29567
|
+
"arrayOk": false,
|
|
29568
|
+
"description": "Specifies the location of the `text`. *inside* positions `text` inside, next to the bar end (rotated and scaled if needed). *outside* positions `text` outside, next to the bar end (scaled if needed), unless there is another bar stacked on this one, then the text gets pushed inside. *auto* tries to position `text` inside the bar, but if the bar is too small and no bar is stacked on this one the text is moved outside. If *none*, no text appears.",
|
|
29569
|
+
"dflt": "auto",
|
|
29570
|
+
"editType": "calc",
|
|
29571
|
+
"valType": "enumerated",
|
|
29572
|
+
"values": [
|
|
29573
|
+
"inside",
|
|
29574
|
+
"outside",
|
|
29575
|
+
"auto",
|
|
29576
|
+
"none"
|
|
29577
|
+
]
|
|
29578
|
+
},
|
|
29251
29579
|
"textsrc": {
|
|
29252
29580
|
"description": "Sets the source reference on Chart Studio Cloud for `text`.",
|
|
29253
29581
|
"editType": "none",
|
|
29254
29582
|
"valType": "string"
|
|
29255
29583
|
},
|
|
29584
|
+
"texttemplate": {
|
|
29585
|
+
"description": "Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `label` and `value`.",
|
|
29586
|
+
"dflt": "",
|
|
29587
|
+
"editType": "plot",
|
|
29588
|
+
"valType": "string"
|
|
29589
|
+
},
|
|
29256
29590
|
"transforms": {
|
|
29257
29591
|
"items": {
|
|
29258
29592
|
"transform": {
|
|
@@ -29647,6 +29981,16 @@
|
|
|
29647
29981
|
"min": 0,
|
|
29648
29982
|
"valType": "integer"
|
|
29649
29983
|
},
|
|
29984
|
+
"orientation": {
|
|
29985
|
+
"description": "Sets the orientation of the colorbar.",
|
|
29986
|
+
"dflt": "v",
|
|
29987
|
+
"editType": "colorbars",
|
|
29988
|
+
"valType": "enumerated",
|
|
29989
|
+
"values": [
|
|
29990
|
+
"h",
|
|
29991
|
+
"v"
|
|
29992
|
+
]
|
|
29993
|
+
},
|
|
29650
29994
|
"outlinecolor": {
|
|
29651
29995
|
"description": "Sets the axis line color.",
|
|
29652
29996
|
"dflt": "#444",
|
|
@@ -29830,7 +30174,7 @@
|
|
|
29830
30174
|
]
|
|
29831
30175
|
},
|
|
29832
30176
|
"ticklabelposition": {
|
|
29833
|
-
"description": "Determines where tick labels are drawn.",
|
|
30177
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
29834
30178
|
"dflt": "outside",
|
|
29835
30179
|
"editType": "colorbars",
|
|
29836
30180
|
"valType": "enumerated",
|
|
@@ -29839,6 +30183,10 @@
|
|
|
29839
30183
|
"inside",
|
|
29840
30184
|
"outside top",
|
|
29841
30185
|
"inside top",
|
|
30186
|
+
"outside left",
|
|
30187
|
+
"inside left",
|
|
30188
|
+
"outside right",
|
|
30189
|
+
"inside right",
|
|
29842
30190
|
"outside bottom",
|
|
29843
30191
|
"inside bottom"
|
|
29844
30192
|
]
|
|
@@ -29936,8 +30284,7 @@
|
|
|
29936
30284
|
},
|
|
29937
30285
|
"role": "object",
|
|
29938
30286
|
"side": {
|
|
29939
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
29940
|
-
"dflt": "top",
|
|
30287
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
29941
30288
|
"editType": "colorbars",
|
|
29942
30289
|
"valType": "enumerated",
|
|
29943
30290
|
"values": [
|
|
@@ -29953,16 +30300,14 @@
|
|
|
29953
30300
|
}
|
|
29954
30301
|
},
|
|
29955
30302
|
"x": {
|
|
29956
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
29957
|
-
"dflt": 1.02,
|
|
30303
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
29958
30304
|
"editType": "colorbars",
|
|
29959
30305
|
"max": 3,
|
|
29960
30306
|
"min": -2,
|
|
29961
30307
|
"valType": "number"
|
|
29962
30308
|
},
|
|
29963
30309
|
"xanchor": {
|
|
29964
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
29965
|
-
"dflt": "left",
|
|
30310
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
29966
30311
|
"editType": "colorbars",
|
|
29967
30312
|
"valType": "enumerated",
|
|
29968
30313
|
"values": [
|
|
@@ -29979,16 +30324,14 @@
|
|
|
29979
30324
|
"valType": "number"
|
|
29980
30325
|
},
|
|
29981
30326
|
"y": {
|
|
29982
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
29983
|
-
"dflt": 0.5,
|
|
30327
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
29984
30328
|
"editType": "colorbars",
|
|
29985
30329
|
"max": 3,
|
|
29986
30330
|
"min": -2,
|
|
29987
30331
|
"valType": "number"
|
|
29988
30332
|
},
|
|
29989
30333
|
"yanchor": {
|
|
29990
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
29991
|
-
"dflt": "middle",
|
|
30334
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
29992
30335
|
"editType": "colorbars",
|
|
29993
30336
|
"valType": "enumerated",
|
|
29994
30337
|
"values": [
|
|
@@ -30323,6 +30666,35 @@
|
|
|
30323
30666
|
"valType": "string"
|
|
30324
30667
|
}
|
|
30325
30668
|
},
|
|
30669
|
+
"textfont": {
|
|
30670
|
+
"color": {
|
|
30671
|
+
"dflt": "auto",
|
|
30672
|
+
"editType": "style",
|
|
30673
|
+
"valType": "color"
|
|
30674
|
+
},
|
|
30675
|
+
"description": "Sets the text font.",
|
|
30676
|
+
"editType": "plot",
|
|
30677
|
+
"family": {
|
|
30678
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
30679
|
+
"editType": "plot",
|
|
30680
|
+
"noBlank": true,
|
|
30681
|
+
"strict": true,
|
|
30682
|
+
"valType": "string"
|
|
30683
|
+
},
|
|
30684
|
+
"role": "object",
|
|
30685
|
+
"size": {
|
|
30686
|
+
"dflt": "auto",
|
|
30687
|
+
"editType": "plot",
|
|
30688
|
+
"min": 1,
|
|
30689
|
+
"valType": "number"
|
|
30690
|
+
}
|
|
30691
|
+
},
|
|
30692
|
+
"texttemplate": {
|
|
30693
|
+
"description": "Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variable `z`",
|
|
30694
|
+
"dflt": "",
|
|
30695
|
+
"editType": "plot",
|
|
30696
|
+
"valType": "string"
|
|
30697
|
+
},
|
|
30326
30698
|
"transforms": {
|
|
30327
30699
|
"items": {
|
|
30328
30700
|
"transform": {
|
|
@@ -30738,6 +31110,16 @@
|
|
|
30738
31110
|
"min": 0,
|
|
30739
31111
|
"valType": "integer"
|
|
30740
31112
|
},
|
|
31113
|
+
"orientation": {
|
|
31114
|
+
"description": "Sets the orientation of the colorbar.",
|
|
31115
|
+
"dflt": "v",
|
|
31116
|
+
"editType": "colorbars",
|
|
31117
|
+
"valType": "enumerated",
|
|
31118
|
+
"values": [
|
|
31119
|
+
"h",
|
|
31120
|
+
"v"
|
|
31121
|
+
]
|
|
31122
|
+
},
|
|
30741
31123
|
"outlinecolor": {
|
|
30742
31124
|
"description": "Sets the axis line color.",
|
|
30743
31125
|
"dflt": "#444",
|
|
@@ -30921,7 +31303,7 @@
|
|
|
30921
31303
|
]
|
|
30922
31304
|
},
|
|
30923
31305
|
"ticklabelposition": {
|
|
30924
|
-
"description": "Determines where tick labels are drawn.",
|
|
31306
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
30925
31307
|
"dflt": "outside",
|
|
30926
31308
|
"editType": "colorbars",
|
|
30927
31309
|
"valType": "enumerated",
|
|
@@ -30930,6 +31312,10 @@
|
|
|
30930
31312
|
"inside",
|
|
30931
31313
|
"outside top",
|
|
30932
31314
|
"inside top",
|
|
31315
|
+
"outside left",
|
|
31316
|
+
"inside left",
|
|
31317
|
+
"outside right",
|
|
31318
|
+
"inside right",
|
|
30933
31319
|
"outside bottom",
|
|
30934
31320
|
"inside bottom"
|
|
30935
31321
|
]
|
|
@@ -31027,8 +31413,7 @@
|
|
|
31027
31413
|
},
|
|
31028
31414
|
"role": "object",
|
|
31029
31415
|
"side": {
|
|
31030
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
31031
|
-
"dflt": "top",
|
|
31416
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
31032
31417
|
"editType": "colorbars",
|
|
31033
31418
|
"valType": "enumerated",
|
|
31034
31419
|
"values": [
|
|
@@ -31044,16 +31429,14 @@
|
|
|
31044
31429
|
}
|
|
31045
31430
|
},
|
|
31046
31431
|
"x": {
|
|
31047
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
31048
|
-
"dflt": 1.02,
|
|
31432
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
31049
31433
|
"editType": "colorbars",
|
|
31050
31434
|
"max": 3,
|
|
31051
31435
|
"min": -2,
|
|
31052
31436
|
"valType": "number"
|
|
31053
31437
|
},
|
|
31054
31438
|
"xanchor": {
|
|
31055
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
31056
|
-
"dflt": "left",
|
|
31439
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
31057
31440
|
"editType": "colorbars",
|
|
31058
31441
|
"valType": "enumerated",
|
|
31059
31442
|
"values": [
|
|
@@ -31070,16 +31453,14 @@
|
|
|
31070
31453
|
"valType": "number"
|
|
31071
31454
|
},
|
|
31072
31455
|
"y": {
|
|
31073
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
31074
|
-
"dflt": 0.5,
|
|
31456
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
31075
31457
|
"editType": "colorbars",
|
|
31076
31458
|
"max": 3,
|
|
31077
31459
|
"min": -2,
|
|
31078
31460
|
"valType": "number"
|
|
31079
31461
|
},
|
|
31080
31462
|
"yanchor": {
|
|
31081
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
31082
|
-
"dflt": "middle",
|
|
31463
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
31083
31464
|
"editType": "colorbars",
|
|
31084
31465
|
"valType": "enumerated",
|
|
31085
31466
|
"values": [
|
|
@@ -31583,6 +31964,35 @@
|
|
|
31583
31964
|
"valType": "string"
|
|
31584
31965
|
}
|
|
31585
31966
|
},
|
|
31967
|
+
"textfont": {
|
|
31968
|
+
"color": {
|
|
31969
|
+
"dflt": "auto",
|
|
31970
|
+
"editType": "style",
|
|
31971
|
+
"valType": "color"
|
|
31972
|
+
},
|
|
31973
|
+
"description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Sets the text font.",
|
|
31974
|
+
"editType": "plot",
|
|
31975
|
+
"family": {
|
|
31976
|
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
|
|
31977
|
+
"editType": "plot",
|
|
31978
|
+
"noBlank": true,
|
|
31979
|
+
"strict": true,
|
|
31980
|
+
"valType": "string"
|
|
31981
|
+
},
|
|
31982
|
+
"role": "object",
|
|
31983
|
+
"size": {
|
|
31984
|
+
"dflt": "auto",
|
|
31985
|
+
"editType": "plot",
|
|
31986
|
+
"min": 1,
|
|
31987
|
+
"valType": "number"
|
|
31988
|
+
}
|
|
31989
|
+
},
|
|
31990
|
+
"texttemplate": {
|
|
31991
|
+
"description": "For this trace it only has an effect if `coloring` is set to *heatmap*. Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `x`, `y`, `z` and `text`.",
|
|
31992
|
+
"dflt": "",
|
|
31993
|
+
"editType": "plot",
|
|
31994
|
+
"valType": "string"
|
|
31995
|
+
},
|
|
31586
31996
|
"transforms": {
|
|
31587
31997
|
"items": {
|
|
31588
31998
|
"transform": {
|
|
@@ -32336,6 +32746,16 @@
|
|
|
32336
32746
|
"min": 0,
|
|
32337
32747
|
"valType": "integer"
|
|
32338
32748
|
},
|
|
32749
|
+
"orientation": {
|
|
32750
|
+
"description": "Sets the orientation of the colorbar.",
|
|
32751
|
+
"dflt": "v",
|
|
32752
|
+
"editType": "colorbars",
|
|
32753
|
+
"valType": "enumerated",
|
|
32754
|
+
"values": [
|
|
32755
|
+
"h",
|
|
32756
|
+
"v"
|
|
32757
|
+
]
|
|
32758
|
+
},
|
|
32339
32759
|
"outlinecolor": {
|
|
32340
32760
|
"description": "Sets the axis line color.",
|
|
32341
32761
|
"dflt": "#444",
|
|
@@ -32519,7 +32939,7 @@
|
|
|
32519
32939
|
]
|
|
32520
32940
|
},
|
|
32521
32941
|
"ticklabelposition": {
|
|
32522
|
-
"description": "Determines where tick labels are drawn.",
|
|
32942
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
32523
32943
|
"dflt": "outside",
|
|
32524
32944
|
"editType": "colorbars",
|
|
32525
32945
|
"valType": "enumerated",
|
|
@@ -32528,6 +32948,10 @@
|
|
|
32528
32948
|
"inside",
|
|
32529
32949
|
"outside top",
|
|
32530
32950
|
"inside top",
|
|
32951
|
+
"outside left",
|
|
32952
|
+
"inside left",
|
|
32953
|
+
"outside right",
|
|
32954
|
+
"inside right",
|
|
32531
32955
|
"outside bottom",
|
|
32532
32956
|
"inside bottom"
|
|
32533
32957
|
]
|
|
@@ -32625,8 +33049,7 @@
|
|
|
32625
33049
|
},
|
|
32626
33050
|
"role": "object",
|
|
32627
33051
|
"side": {
|
|
32628
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
32629
|
-
"dflt": "top",
|
|
33052
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
32630
33053
|
"editType": "colorbars",
|
|
32631
33054
|
"valType": "enumerated",
|
|
32632
33055
|
"values": [
|
|
@@ -32642,16 +33065,14 @@
|
|
|
32642
33065
|
}
|
|
32643
33066
|
},
|
|
32644
33067
|
"x": {
|
|
32645
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
32646
|
-
"dflt": 1.02,
|
|
33068
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
32647
33069
|
"editType": "colorbars",
|
|
32648
33070
|
"max": 3,
|
|
32649
33071
|
"min": -2,
|
|
32650
33072
|
"valType": "number"
|
|
32651
33073
|
},
|
|
32652
33074
|
"xanchor": {
|
|
32653
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
32654
|
-
"dflt": "left",
|
|
33075
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
32655
33076
|
"editType": "colorbars",
|
|
32656
33077
|
"valType": "enumerated",
|
|
32657
33078
|
"values": [
|
|
@@ -32668,16 +33089,14 @@
|
|
|
32668
33089
|
"valType": "number"
|
|
32669
33090
|
},
|
|
32670
33091
|
"y": {
|
|
32671
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
32672
|
-
"dflt": 0.5,
|
|
33092
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
32673
33093
|
"editType": "colorbars",
|
|
32674
33094
|
"max": 3,
|
|
32675
33095
|
"min": -2,
|
|
32676
33096
|
"valType": "number"
|
|
32677
33097
|
},
|
|
32678
33098
|
"yanchor": {
|
|
32679
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
32680
|
-
"dflt": "middle",
|
|
33099
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
32681
33100
|
"editType": "colorbars",
|
|
32682
33101
|
"valType": "enumerated",
|
|
32683
33102
|
"values": [
|
|
@@ -34602,6 +35021,16 @@
|
|
|
34602
35021
|
"min": 0,
|
|
34603
35022
|
"valType": "integer"
|
|
34604
35023
|
},
|
|
35024
|
+
"orientation": {
|
|
35025
|
+
"description": "Sets the orientation of the colorbar.",
|
|
35026
|
+
"dflt": "v",
|
|
35027
|
+
"editType": "calc",
|
|
35028
|
+
"valType": "enumerated",
|
|
35029
|
+
"values": [
|
|
35030
|
+
"h",
|
|
35031
|
+
"v"
|
|
35032
|
+
]
|
|
35033
|
+
},
|
|
34605
35034
|
"outlinecolor": {
|
|
34606
35035
|
"description": "Sets the axis line color.",
|
|
34607
35036
|
"dflt": "#444",
|
|
@@ -34785,7 +35214,7 @@
|
|
|
34785
35214
|
]
|
|
34786
35215
|
},
|
|
34787
35216
|
"ticklabelposition": {
|
|
34788
|
-
"description": "Determines where tick labels are drawn.",
|
|
35217
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
34789
35218
|
"dflt": "outside",
|
|
34790
35219
|
"editType": "calc",
|
|
34791
35220
|
"valType": "enumerated",
|
|
@@ -34794,6 +35223,10 @@
|
|
|
34794
35223
|
"inside",
|
|
34795
35224
|
"outside top",
|
|
34796
35225
|
"inside top",
|
|
35226
|
+
"outside left",
|
|
35227
|
+
"inside left",
|
|
35228
|
+
"outside right",
|
|
35229
|
+
"inside right",
|
|
34797
35230
|
"outside bottom",
|
|
34798
35231
|
"inside bottom"
|
|
34799
35232
|
]
|
|
@@ -34891,8 +35324,7 @@
|
|
|
34891
35324
|
},
|
|
34892
35325
|
"role": "object",
|
|
34893
35326
|
"side": {
|
|
34894
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
34895
|
-
"dflt": "top",
|
|
35327
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
34896
35328
|
"editType": "calc",
|
|
34897
35329
|
"valType": "enumerated",
|
|
34898
35330
|
"values": [
|
|
@@ -34908,16 +35340,14 @@
|
|
|
34908
35340
|
}
|
|
34909
35341
|
},
|
|
34910
35342
|
"x": {
|
|
34911
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
34912
|
-
"dflt": 1.02,
|
|
35343
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
34913
35344
|
"editType": "calc",
|
|
34914
35345
|
"max": 3,
|
|
34915
35346
|
"min": -2,
|
|
34916
35347
|
"valType": "number"
|
|
34917
35348
|
},
|
|
34918
35349
|
"xanchor": {
|
|
34919
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
34920
|
-
"dflt": "left",
|
|
35350
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
34921
35351
|
"editType": "calc",
|
|
34922
35352
|
"valType": "enumerated",
|
|
34923
35353
|
"values": [
|
|
@@ -34934,16 +35364,14 @@
|
|
|
34934
35364
|
"valType": "number"
|
|
34935
35365
|
},
|
|
34936
35366
|
"y": {
|
|
34937
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
34938
|
-
"dflt": 0.5,
|
|
35367
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
34939
35368
|
"editType": "calc",
|
|
34940
35369
|
"max": 3,
|
|
34941
35370
|
"min": -2,
|
|
34942
35371
|
"valType": "number"
|
|
34943
35372
|
},
|
|
34944
35373
|
"yanchor": {
|
|
34945
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
34946
|
-
"dflt": "middle",
|
|
35374
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
34947
35375
|
"editType": "calc",
|
|
34948
35376
|
"valType": "enumerated",
|
|
34949
35377
|
"values": [
|
|
@@ -35802,6 +36230,16 @@
|
|
|
35802
36230
|
"min": 0,
|
|
35803
36231
|
"valType": "integer"
|
|
35804
36232
|
},
|
|
36233
|
+
"orientation": {
|
|
36234
|
+
"description": "Sets the orientation of the colorbar.",
|
|
36235
|
+
"dflt": "v",
|
|
36236
|
+
"editType": "colorbars",
|
|
36237
|
+
"valType": "enumerated",
|
|
36238
|
+
"values": [
|
|
36239
|
+
"h",
|
|
36240
|
+
"v"
|
|
36241
|
+
]
|
|
36242
|
+
},
|
|
35805
36243
|
"outlinecolor": {
|
|
35806
36244
|
"description": "Sets the axis line color.",
|
|
35807
36245
|
"dflt": "#444",
|
|
@@ -35985,7 +36423,7 @@
|
|
|
35985
36423
|
]
|
|
35986
36424
|
},
|
|
35987
36425
|
"ticklabelposition": {
|
|
35988
|
-
"description": "Determines where tick labels are drawn.",
|
|
36426
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
35989
36427
|
"dflt": "outside",
|
|
35990
36428
|
"editType": "colorbars",
|
|
35991
36429
|
"valType": "enumerated",
|
|
@@ -35994,6 +36432,10 @@
|
|
|
35994
36432
|
"inside",
|
|
35995
36433
|
"outside top",
|
|
35996
36434
|
"inside top",
|
|
36435
|
+
"outside left",
|
|
36436
|
+
"inside left",
|
|
36437
|
+
"outside right",
|
|
36438
|
+
"inside right",
|
|
35997
36439
|
"outside bottom",
|
|
35998
36440
|
"inside bottom"
|
|
35999
36441
|
]
|
|
@@ -36091,8 +36533,7 @@
|
|
|
36091
36533
|
},
|
|
36092
36534
|
"role": "object",
|
|
36093
36535
|
"side": {
|
|
36094
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
36095
|
-
"dflt": "top",
|
|
36536
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
36096
36537
|
"editType": "colorbars",
|
|
36097
36538
|
"valType": "enumerated",
|
|
36098
36539
|
"values": [
|
|
@@ -36108,16 +36549,14 @@
|
|
|
36108
36549
|
}
|
|
36109
36550
|
},
|
|
36110
36551
|
"x": {
|
|
36111
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
36112
|
-
"dflt": 1.02,
|
|
36552
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
36113
36553
|
"editType": "colorbars",
|
|
36114
36554
|
"max": 3,
|
|
36115
36555
|
"min": -2,
|
|
36116
36556
|
"valType": "number"
|
|
36117
36557
|
},
|
|
36118
36558
|
"xanchor": {
|
|
36119
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
36120
|
-
"dflt": "left",
|
|
36559
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
36121
36560
|
"editType": "colorbars",
|
|
36122
36561
|
"valType": "enumerated",
|
|
36123
36562
|
"values": [
|
|
@@ -36134,16 +36573,14 @@
|
|
|
36134
36573
|
"valType": "number"
|
|
36135
36574
|
},
|
|
36136
36575
|
"y": {
|
|
36137
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
36138
|
-
"dflt": 0.5,
|
|
36576
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
36139
36577
|
"editType": "colorbars",
|
|
36140
36578
|
"max": 3,
|
|
36141
36579
|
"min": -2,
|
|
36142
36580
|
"valType": "number"
|
|
36143
36581
|
},
|
|
36144
36582
|
"yanchor": {
|
|
36145
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
36146
|
-
"dflt": "middle",
|
|
36583
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
36147
36584
|
"editType": "colorbars",
|
|
36148
36585
|
"valType": "enumerated",
|
|
36149
36586
|
"values": [
|
|
@@ -37756,6 +38193,16 @@
|
|
|
37756
38193
|
"min": 0,
|
|
37757
38194
|
"valType": "integer"
|
|
37758
38195
|
},
|
|
38196
|
+
"orientation": {
|
|
38197
|
+
"description": "Sets the orientation of the colorbar.",
|
|
38198
|
+
"dflt": "v",
|
|
38199
|
+
"editType": "colorbars",
|
|
38200
|
+
"valType": "enumerated",
|
|
38201
|
+
"values": [
|
|
38202
|
+
"h",
|
|
38203
|
+
"v"
|
|
38204
|
+
]
|
|
38205
|
+
},
|
|
37759
38206
|
"outlinecolor": {
|
|
37760
38207
|
"description": "Sets the axis line color.",
|
|
37761
38208
|
"dflt": "#444",
|
|
@@ -37939,7 +38386,7 @@
|
|
|
37939
38386
|
]
|
|
37940
38387
|
},
|
|
37941
38388
|
"ticklabelposition": {
|
|
37942
|
-
"description": "Determines where tick labels are drawn.",
|
|
38389
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
37943
38390
|
"dflt": "outside",
|
|
37944
38391
|
"editType": "colorbars",
|
|
37945
38392
|
"valType": "enumerated",
|
|
@@ -37948,6 +38395,10 @@
|
|
|
37948
38395
|
"inside",
|
|
37949
38396
|
"outside top",
|
|
37950
38397
|
"inside top",
|
|
38398
|
+
"outside left",
|
|
38399
|
+
"inside left",
|
|
38400
|
+
"outside right",
|
|
38401
|
+
"inside right",
|
|
37951
38402
|
"outside bottom",
|
|
37952
38403
|
"inside bottom"
|
|
37953
38404
|
]
|
|
@@ -38045,8 +38496,7 @@
|
|
|
38045
38496
|
},
|
|
38046
38497
|
"role": "object",
|
|
38047
38498
|
"side": {
|
|
38048
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
38049
|
-
"dflt": "top",
|
|
38499
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
38050
38500
|
"editType": "colorbars",
|
|
38051
38501
|
"valType": "enumerated",
|
|
38052
38502
|
"values": [
|
|
@@ -38062,16 +38512,14 @@
|
|
|
38062
38512
|
}
|
|
38063
38513
|
},
|
|
38064
38514
|
"x": {
|
|
38065
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
38066
|
-
"dflt": 1.02,
|
|
38515
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
38067
38516
|
"editType": "colorbars",
|
|
38068
38517
|
"max": 3,
|
|
38069
38518
|
"min": -2,
|
|
38070
38519
|
"valType": "number"
|
|
38071
38520
|
},
|
|
38072
38521
|
"xanchor": {
|
|
38073
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
38074
|
-
"dflt": "left",
|
|
38522
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
38075
38523
|
"editType": "colorbars",
|
|
38076
38524
|
"valType": "enumerated",
|
|
38077
38525
|
"values": [
|
|
@@ -38088,16 +38536,14 @@
|
|
|
38088
38536
|
"valType": "number"
|
|
38089
38537
|
},
|
|
38090
38538
|
"y": {
|
|
38091
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
38092
|
-
"dflt": 0.5,
|
|
38539
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
38093
38540
|
"editType": "colorbars",
|
|
38094
38541
|
"max": 3,
|
|
38095
38542
|
"min": -2,
|
|
38096
38543
|
"valType": "number"
|
|
38097
38544
|
},
|
|
38098
38545
|
"yanchor": {
|
|
38099
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
38100
|
-
"dflt": "middle",
|
|
38546
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
38101
38547
|
"editType": "colorbars",
|
|
38102
38548
|
"valType": "enumerated",
|
|
38103
38549
|
"values": [
|
|
@@ -38697,6 +39143,16 @@
|
|
|
38697
39143
|
"min": 0,
|
|
38698
39144
|
"valType": "integer"
|
|
38699
39145
|
},
|
|
39146
|
+
"orientation": {
|
|
39147
|
+
"description": "Sets the orientation of the colorbar.",
|
|
39148
|
+
"dflt": "v",
|
|
39149
|
+
"editType": "colorbars",
|
|
39150
|
+
"valType": "enumerated",
|
|
39151
|
+
"values": [
|
|
39152
|
+
"h",
|
|
39153
|
+
"v"
|
|
39154
|
+
]
|
|
39155
|
+
},
|
|
38700
39156
|
"outlinecolor": {
|
|
38701
39157
|
"description": "Sets the axis line color.",
|
|
38702
39158
|
"dflt": "#444",
|
|
@@ -38880,7 +39336,7 @@
|
|
|
38880
39336
|
]
|
|
38881
39337
|
},
|
|
38882
39338
|
"ticklabelposition": {
|
|
38883
|
-
"description": "Determines where tick labels are drawn.",
|
|
39339
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
38884
39340
|
"dflt": "outside",
|
|
38885
39341
|
"editType": "colorbars",
|
|
38886
39342
|
"valType": "enumerated",
|
|
@@ -38889,6 +39345,10 @@
|
|
|
38889
39345
|
"inside",
|
|
38890
39346
|
"outside top",
|
|
38891
39347
|
"inside top",
|
|
39348
|
+
"outside left",
|
|
39349
|
+
"inside left",
|
|
39350
|
+
"outside right",
|
|
39351
|
+
"inside right",
|
|
38892
39352
|
"outside bottom",
|
|
38893
39353
|
"inside bottom"
|
|
38894
39354
|
]
|
|
@@ -38986,8 +39446,7 @@
|
|
|
38986
39446
|
},
|
|
38987
39447
|
"role": "object",
|
|
38988
39448
|
"side": {
|
|
38989
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
38990
|
-
"dflt": "top",
|
|
39449
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
38991
39450
|
"editType": "colorbars",
|
|
38992
39451
|
"valType": "enumerated",
|
|
38993
39452
|
"values": [
|
|
@@ -39003,16 +39462,14 @@
|
|
|
39003
39462
|
}
|
|
39004
39463
|
},
|
|
39005
39464
|
"x": {
|
|
39006
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
39007
|
-
"dflt": 1.02,
|
|
39465
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
39008
39466
|
"editType": "colorbars",
|
|
39009
39467
|
"max": 3,
|
|
39010
39468
|
"min": -2,
|
|
39011
39469
|
"valType": "number"
|
|
39012
39470
|
},
|
|
39013
39471
|
"xanchor": {
|
|
39014
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
39015
|
-
"dflt": "left",
|
|
39472
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
39016
39473
|
"editType": "colorbars",
|
|
39017
39474
|
"valType": "enumerated",
|
|
39018
39475
|
"values": [
|
|
@@ -39029,16 +39486,14 @@
|
|
|
39029
39486
|
"valType": "number"
|
|
39030
39487
|
},
|
|
39031
39488
|
"y": {
|
|
39032
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
39033
|
-
"dflt": 0.5,
|
|
39489
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
39034
39490
|
"editType": "colorbars",
|
|
39035
39491
|
"max": 3,
|
|
39036
39492
|
"min": -2,
|
|
39037
39493
|
"valType": "number"
|
|
39038
39494
|
},
|
|
39039
39495
|
"yanchor": {
|
|
39040
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
39041
|
-
"dflt": "middle",
|
|
39496
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
39042
39497
|
"editType": "colorbars",
|
|
39043
39498
|
"valType": "enumerated",
|
|
39044
39499
|
"values": [
|
|
@@ -42061,6 +42516,16 @@
|
|
|
42061
42516
|
"min": 0,
|
|
42062
42517
|
"valType": "integer"
|
|
42063
42518
|
},
|
|
42519
|
+
"orientation": {
|
|
42520
|
+
"description": "Sets the orientation of the colorbar.",
|
|
42521
|
+
"dflt": "v",
|
|
42522
|
+
"editType": "colorbars",
|
|
42523
|
+
"valType": "enumerated",
|
|
42524
|
+
"values": [
|
|
42525
|
+
"h",
|
|
42526
|
+
"v"
|
|
42527
|
+
]
|
|
42528
|
+
},
|
|
42064
42529
|
"outlinecolor": {
|
|
42065
42530
|
"description": "Sets the axis line color.",
|
|
42066
42531
|
"dflt": "#444",
|
|
@@ -42244,7 +42709,7 @@
|
|
|
42244
42709
|
]
|
|
42245
42710
|
},
|
|
42246
42711
|
"ticklabelposition": {
|
|
42247
|
-
"description": "Determines where tick labels are drawn.",
|
|
42712
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
42248
42713
|
"dflt": "outside",
|
|
42249
42714
|
"editType": "colorbars",
|
|
42250
42715
|
"valType": "enumerated",
|
|
@@ -42253,6 +42718,10 @@
|
|
|
42253
42718
|
"inside",
|
|
42254
42719
|
"outside top",
|
|
42255
42720
|
"inside top",
|
|
42721
|
+
"outside left",
|
|
42722
|
+
"inside left",
|
|
42723
|
+
"outside right",
|
|
42724
|
+
"inside right",
|
|
42256
42725
|
"outside bottom",
|
|
42257
42726
|
"inside bottom"
|
|
42258
42727
|
]
|
|
@@ -42350,8 +42819,7 @@
|
|
|
42350
42819
|
},
|
|
42351
42820
|
"role": "object",
|
|
42352
42821
|
"side": {
|
|
42353
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
42354
|
-
"dflt": "top",
|
|
42822
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
42355
42823
|
"editType": "colorbars",
|
|
42356
42824
|
"valType": "enumerated",
|
|
42357
42825
|
"values": [
|
|
@@ -42367,16 +42835,14 @@
|
|
|
42367
42835
|
}
|
|
42368
42836
|
},
|
|
42369
42837
|
"x": {
|
|
42370
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
42371
|
-
"dflt": 1.02,
|
|
42838
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
42372
42839
|
"editType": "colorbars",
|
|
42373
42840
|
"max": 3,
|
|
42374
42841
|
"min": -2,
|
|
42375
42842
|
"valType": "number"
|
|
42376
42843
|
},
|
|
42377
42844
|
"xanchor": {
|
|
42378
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
42379
|
-
"dflt": "left",
|
|
42845
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
42380
42846
|
"editType": "colorbars",
|
|
42381
42847
|
"valType": "enumerated",
|
|
42382
42848
|
"values": [
|
|
@@ -42393,16 +42859,14 @@
|
|
|
42393
42859
|
"valType": "number"
|
|
42394
42860
|
},
|
|
42395
42861
|
"y": {
|
|
42396
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
42397
|
-
"dflt": 0.5,
|
|
42862
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
42398
42863
|
"editType": "colorbars",
|
|
42399
42864
|
"max": 3,
|
|
42400
42865
|
"min": -2,
|
|
42401
42866
|
"valType": "number"
|
|
42402
42867
|
},
|
|
42403
42868
|
"yanchor": {
|
|
42404
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
42405
|
-
"dflt": "middle",
|
|
42869
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
42406
42870
|
"editType": "colorbars",
|
|
42407
42871
|
"valType": "enumerated",
|
|
42408
42872
|
"values": [
|
|
@@ -44241,6 +44705,16 @@
|
|
|
44241
44705
|
"min": 0,
|
|
44242
44706
|
"valType": "integer"
|
|
44243
44707
|
},
|
|
44708
|
+
"orientation": {
|
|
44709
|
+
"description": "Sets the orientation of the colorbar.",
|
|
44710
|
+
"dflt": "v",
|
|
44711
|
+
"editType": "calc",
|
|
44712
|
+
"valType": "enumerated",
|
|
44713
|
+
"values": [
|
|
44714
|
+
"h",
|
|
44715
|
+
"v"
|
|
44716
|
+
]
|
|
44717
|
+
},
|
|
44244
44718
|
"outlinecolor": {
|
|
44245
44719
|
"description": "Sets the axis line color.",
|
|
44246
44720
|
"dflt": "#444",
|
|
@@ -44424,7 +44898,7 @@
|
|
|
44424
44898
|
]
|
|
44425
44899
|
},
|
|
44426
44900
|
"ticklabelposition": {
|
|
44427
|
-
"description": "Determines where tick labels are drawn.",
|
|
44901
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
44428
44902
|
"dflt": "outside",
|
|
44429
44903
|
"editType": "calc",
|
|
44430
44904
|
"valType": "enumerated",
|
|
@@ -44433,6 +44907,10 @@
|
|
|
44433
44907
|
"inside",
|
|
44434
44908
|
"outside top",
|
|
44435
44909
|
"inside top",
|
|
44910
|
+
"outside left",
|
|
44911
|
+
"inside left",
|
|
44912
|
+
"outside right",
|
|
44913
|
+
"inside right",
|
|
44436
44914
|
"outside bottom",
|
|
44437
44915
|
"inside bottom"
|
|
44438
44916
|
]
|
|
@@ -44530,8 +45008,7 @@
|
|
|
44530
45008
|
},
|
|
44531
45009
|
"role": "object",
|
|
44532
45010
|
"side": {
|
|
44533
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
44534
|
-
"dflt": "top",
|
|
45011
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
44535
45012
|
"editType": "calc",
|
|
44536
45013
|
"valType": "enumerated",
|
|
44537
45014
|
"values": [
|
|
@@ -44547,16 +45024,14 @@
|
|
|
44547
45024
|
}
|
|
44548
45025
|
},
|
|
44549
45026
|
"x": {
|
|
44550
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
44551
|
-
"dflt": 1.02,
|
|
45027
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
44552
45028
|
"editType": "calc",
|
|
44553
45029
|
"max": 3,
|
|
44554
45030
|
"min": -2,
|
|
44555
45031
|
"valType": "number"
|
|
44556
45032
|
},
|
|
44557
45033
|
"xanchor": {
|
|
44558
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
44559
|
-
"dflt": "left",
|
|
45034
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
44560
45035
|
"editType": "calc",
|
|
44561
45036
|
"valType": "enumerated",
|
|
44562
45037
|
"values": [
|
|
@@ -44573,16 +45048,14 @@
|
|
|
44573
45048
|
"valType": "number"
|
|
44574
45049
|
},
|
|
44575
45050
|
"y": {
|
|
44576
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
44577
|
-
"dflt": 0.5,
|
|
45051
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
44578
45052
|
"editType": "calc",
|
|
44579
45053
|
"max": 3,
|
|
44580
45054
|
"min": -2,
|
|
44581
45055
|
"valType": "number"
|
|
44582
45056
|
},
|
|
44583
45057
|
"yanchor": {
|
|
44584
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
44585
|
-
"dflt": "middle",
|
|
45058
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
44586
45059
|
"editType": "calc",
|
|
44587
45060
|
"valType": "enumerated",
|
|
44588
45061
|
"values": [
|
|
@@ -44814,6 +45287,16 @@
|
|
|
44814
45287
|
"min": 0,
|
|
44815
45288
|
"valType": "integer"
|
|
44816
45289
|
},
|
|
45290
|
+
"orientation": {
|
|
45291
|
+
"description": "Sets the orientation of the colorbar.",
|
|
45292
|
+
"dflt": "v",
|
|
45293
|
+
"editType": "calc",
|
|
45294
|
+
"valType": "enumerated",
|
|
45295
|
+
"values": [
|
|
45296
|
+
"h",
|
|
45297
|
+
"v"
|
|
45298
|
+
]
|
|
45299
|
+
},
|
|
44817
45300
|
"outlinecolor": {
|
|
44818
45301
|
"description": "Sets the axis line color.",
|
|
44819
45302
|
"dflt": "#444",
|
|
@@ -44997,7 +45480,7 @@
|
|
|
44997
45480
|
]
|
|
44998
45481
|
},
|
|
44999
45482
|
"ticklabelposition": {
|
|
45000
|
-
"description": "Determines where tick labels are drawn.",
|
|
45483
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
45001
45484
|
"dflt": "outside",
|
|
45002
45485
|
"editType": "calc",
|
|
45003
45486
|
"valType": "enumerated",
|
|
@@ -45006,6 +45489,10 @@
|
|
|
45006
45489
|
"inside",
|
|
45007
45490
|
"outside top",
|
|
45008
45491
|
"inside top",
|
|
45492
|
+
"outside left",
|
|
45493
|
+
"inside left",
|
|
45494
|
+
"outside right",
|
|
45495
|
+
"inside right",
|
|
45009
45496
|
"outside bottom",
|
|
45010
45497
|
"inside bottom"
|
|
45011
45498
|
]
|
|
@@ -45103,8 +45590,7 @@
|
|
|
45103
45590
|
},
|
|
45104
45591
|
"role": "object",
|
|
45105
45592
|
"side": {
|
|
45106
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
45107
|
-
"dflt": "top",
|
|
45593
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
45108
45594
|
"editType": "calc",
|
|
45109
45595
|
"valType": "enumerated",
|
|
45110
45596
|
"values": [
|
|
@@ -45120,16 +45606,14 @@
|
|
|
45120
45606
|
}
|
|
45121
45607
|
},
|
|
45122
45608
|
"x": {
|
|
45123
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
45124
|
-
"dflt": 1.02,
|
|
45609
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
45125
45610
|
"editType": "calc",
|
|
45126
45611
|
"max": 3,
|
|
45127
45612
|
"min": -2,
|
|
45128
45613
|
"valType": "number"
|
|
45129
45614
|
},
|
|
45130
45615
|
"xanchor": {
|
|
45131
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
45132
|
-
"dflt": "left",
|
|
45616
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
45133
45617
|
"editType": "calc",
|
|
45134
45618
|
"valType": "enumerated",
|
|
45135
45619
|
"values": [
|
|
@@ -45146,16 +45630,14 @@
|
|
|
45146
45630
|
"valType": "number"
|
|
45147
45631
|
},
|
|
45148
45632
|
"y": {
|
|
45149
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
45150
|
-
"dflt": 0.5,
|
|
45633
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
45151
45634
|
"editType": "calc",
|
|
45152
45635
|
"max": 3,
|
|
45153
45636
|
"min": -2,
|
|
45154
45637
|
"valType": "number"
|
|
45155
45638
|
},
|
|
45156
45639
|
"yanchor": {
|
|
45157
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
45158
|
-
"dflt": "middle",
|
|
45640
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
45159
45641
|
"editType": "calc",
|
|
45160
45642
|
"valType": "enumerated",
|
|
45161
45643
|
"values": [
|
|
@@ -46240,6 +46722,16 @@
|
|
|
46240
46722
|
"min": 0,
|
|
46241
46723
|
"valType": "integer"
|
|
46242
46724
|
},
|
|
46725
|
+
"orientation": {
|
|
46726
|
+
"description": "Sets the orientation of the colorbar.",
|
|
46727
|
+
"dflt": "v",
|
|
46728
|
+
"editType": "colorbars",
|
|
46729
|
+
"valType": "enumerated",
|
|
46730
|
+
"values": [
|
|
46731
|
+
"h",
|
|
46732
|
+
"v"
|
|
46733
|
+
]
|
|
46734
|
+
},
|
|
46243
46735
|
"outlinecolor": {
|
|
46244
46736
|
"description": "Sets the axis line color.",
|
|
46245
46737
|
"dflt": "#444",
|
|
@@ -46423,7 +46915,7 @@
|
|
|
46423
46915
|
]
|
|
46424
46916
|
},
|
|
46425
46917
|
"ticklabelposition": {
|
|
46426
|
-
"description": "Determines where tick labels are drawn.",
|
|
46918
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
46427
46919
|
"dflt": "outside",
|
|
46428
46920
|
"editType": "colorbars",
|
|
46429
46921
|
"valType": "enumerated",
|
|
@@ -46432,6 +46924,10 @@
|
|
|
46432
46924
|
"inside",
|
|
46433
46925
|
"outside top",
|
|
46434
46926
|
"inside top",
|
|
46927
|
+
"outside left",
|
|
46928
|
+
"inside left",
|
|
46929
|
+
"outside right",
|
|
46930
|
+
"inside right",
|
|
46435
46931
|
"outside bottom",
|
|
46436
46932
|
"inside bottom"
|
|
46437
46933
|
]
|
|
@@ -46529,8 +47025,7 @@
|
|
|
46529
47025
|
},
|
|
46530
47026
|
"role": "object",
|
|
46531
47027
|
"side": {
|
|
46532
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
46533
|
-
"dflt": "top",
|
|
47028
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
46534
47029
|
"editType": "colorbars",
|
|
46535
47030
|
"valType": "enumerated",
|
|
46536
47031
|
"values": [
|
|
@@ -46546,16 +47041,14 @@
|
|
|
46546
47041
|
}
|
|
46547
47042
|
},
|
|
46548
47043
|
"x": {
|
|
46549
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
46550
|
-
"dflt": 1.02,
|
|
47044
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
46551
47045
|
"editType": "colorbars",
|
|
46552
47046
|
"max": 3,
|
|
46553
47047
|
"min": -2,
|
|
46554
47048
|
"valType": "number"
|
|
46555
47049
|
},
|
|
46556
47050
|
"xanchor": {
|
|
46557
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
46558
|
-
"dflt": "left",
|
|
47051
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
46559
47052
|
"editType": "colorbars",
|
|
46560
47053
|
"valType": "enumerated",
|
|
46561
47054
|
"values": [
|
|
@@ -46572,16 +47065,14 @@
|
|
|
46572
47065
|
"valType": "number"
|
|
46573
47066
|
},
|
|
46574
47067
|
"y": {
|
|
46575
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
46576
|
-
"dflt": 0.5,
|
|
47068
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
46577
47069
|
"editType": "colorbars",
|
|
46578
47070
|
"max": 3,
|
|
46579
47071
|
"min": -2,
|
|
46580
47072
|
"valType": "number"
|
|
46581
47073
|
},
|
|
46582
47074
|
"yanchor": {
|
|
46583
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
46584
|
-
"dflt": "middle",
|
|
47075
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
46585
47076
|
"editType": "colorbars",
|
|
46586
47077
|
"valType": "enumerated",
|
|
46587
47078
|
"values": [
|
|
@@ -48059,6 +48550,16 @@
|
|
|
48059
48550
|
"min": 0,
|
|
48060
48551
|
"valType": "integer"
|
|
48061
48552
|
},
|
|
48553
|
+
"orientation": {
|
|
48554
|
+
"description": "Sets the orientation of the colorbar.",
|
|
48555
|
+
"dflt": "v",
|
|
48556
|
+
"editType": "calc",
|
|
48557
|
+
"valType": "enumerated",
|
|
48558
|
+
"values": [
|
|
48559
|
+
"h",
|
|
48560
|
+
"v"
|
|
48561
|
+
]
|
|
48562
|
+
},
|
|
48062
48563
|
"outlinecolor": {
|
|
48063
48564
|
"description": "Sets the axis line color.",
|
|
48064
48565
|
"dflt": "#444",
|
|
@@ -48242,7 +48743,7 @@
|
|
|
48242
48743
|
]
|
|
48243
48744
|
},
|
|
48244
48745
|
"ticklabelposition": {
|
|
48245
|
-
"description": "Determines where tick labels are drawn.",
|
|
48746
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
48246
48747
|
"dflt": "outside",
|
|
48247
48748
|
"editType": "calc",
|
|
48248
48749
|
"valType": "enumerated",
|
|
@@ -48251,6 +48752,10 @@
|
|
|
48251
48752
|
"inside",
|
|
48252
48753
|
"outside top",
|
|
48253
48754
|
"inside top",
|
|
48755
|
+
"outside left",
|
|
48756
|
+
"inside left",
|
|
48757
|
+
"outside right",
|
|
48758
|
+
"inside right",
|
|
48254
48759
|
"outside bottom",
|
|
48255
48760
|
"inside bottom"
|
|
48256
48761
|
]
|
|
@@ -48348,8 +48853,7 @@
|
|
|
48348
48853
|
},
|
|
48349
48854
|
"role": "object",
|
|
48350
48855
|
"side": {
|
|
48351
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
48352
|
-
"dflt": "top",
|
|
48856
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
48353
48857
|
"editType": "calc",
|
|
48354
48858
|
"valType": "enumerated",
|
|
48355
48859
|
"values": [
|
|
@@ -48365,16 +48869,14 @@
|
|
|
48365
48869
|
}
|
|
48366
48870
|
},
|
|
48367
48871
|
"x": {
|
|
48368
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
48369
|
-
"dflt": 1.02,
|
|
48872
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
48370
48873
|
"editType": "calc",
|
|
48371
48874
|
"max": 3,
|
|
48372
48875
|
"min": -2,
|
|
48373
48876
|
"valType": "number"
|
|
48374
48877
|
},
|
|
48375
48878
|
"xanchor": {
|
|
48376
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
48377
|
-
"dflt": "left",
|
|
48879
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
48378
48880
|
"editType": "calc",
|
|
48379
48881
|
"valType": "enumerated",
|
|
48380
48882
|
"values": [
|
|
@@ -48391,16 +48893,14 @@
|
|
|
48391
48893
|
"valType": "number"
|
|
48392
48894
|
},
|
|
48393
48895
|
"y": {
|
|
48394
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
48395
|
-
"dflt": 0.5,
|
|
48896
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
48396
48897
|
"editType": "calc",
|
|
48397
48898
|
"max": 3,
|
|
48398
48899
|
"min": -2,
|
|
48399
48900
|
"valType": "number"
|
|
48400
48901
|
},
|
|
48401
48902
|
"yanchor": {
|
|
48402
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
48403
|
-
"dflt": "middle",
|
|
48903
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
48404
48904
|
"editType": "calc",
|
|
48405
48905
|
"valType": "enumerated",
|
|
48406
48906
|
"values": [
|
|
@@ -50024,6 +50524,16 @@
|
|
|
50024
50524
|
"min": 0,
|
|
50025
50525
|
"valType": "integer"
|
|
50026
50526
|
},
|
|
50527
|
+
"orientation": {
|
|
50528
|
+
"description": "Sets the orientation of the colorbar.",
|
|
50529
|
+
"dflt": "v",
|
|
50530
|
+
"editType": "calc",
|
|
50531
|
+
"valType": "enumerated",
|
|
50532
|
+
"values": [
|
|
50533
|
+
"h",
|
|
50534
|
+
"v"
|
|
50535
|
+
]
|
|
50536
|
+
},
|
|
50027
50537
|
"outlinecolor": {
|
|
50028
50538
|
"description": "Sets the axis line color.",
|
|
50029
50539
|
"dflt": "#444",
|
|
@@ -50207,7 +50717,7 @@
|
|
|
50207
50717
|
]
|
|
50208
50718
|
},
|
|
50209
50719
|
"ticklabelposition": {
|
|
50210
|
-
"description": "Determines where tick labels are drawn.",
|
|
50720
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
50211
50721
|
"dflt": "outside",
|
|
50212
50722
|
"editType": "calc",
|
|
50213
50723
|
"valType": "enumerated",
|
|
@@ -50216,6 +50726,10 @@
|
|
|
50216
50726
|
"inside",
|
|
50217
50727
|
"outside top",
|
|
50218
50728
|
"inside top",
|
|
50729
|
+
"outside left",
|
|
50730
|
+
"inside left",
|
|
50731
|
+
"outside right",
|
|
50732
|
+
"inside right",
|
|
50219
50733
|
"outside bottom",
|
|
50220
50734
|
"inside bottom"
|
|
50221
50735
|
]
|
|
@@ -50313,8 +50827,7 @@
|
|
|
50313
50827
|
},
|
|
50314
50828
|
"role": "object",
|
|
50315
50829
|
"side": {
|
|
50316
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
50317
|
-
"dflt": "top",
|
|
50830
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
50318
50831
|
"editType": "calc",
|
|
50319
50832
|
"valType": "enumerated",
|
|
50320
50833
|
"values": [
|
|
@@ -50330,16 +50843,14 @@
|
|
|
50330
50843
|
}
|
|
50331
50844
|
},
|
|
50332
50845
|
"x": {
|
|
50333
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
50334
|
-
"dflt": 1.02,
|
|
50846
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
50335
50847
|
"editType": "calc",
|
|
50336
50848
|
"max": 3,
|
|
50337
50849
|
"min": -2,
|
|
50338
50850
|
"valType": "number"
|
|
50339
50851
|
},
|
|
50340
50852
|
"xanchor": {
|
|
50341
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
50342
|
-
"dflt": "left",
|
|
50853
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
50343
50854
|
"editType": "calc",
|
|
50344
50855
|
"valType": "enumerated",
|
|
50345
50856
|
"values": [
|
|
@@ -50356,16 +50867,14 @@
|
|
|
50356
50867
|
"valType": "number"
|
|
50357
50868
|
},
|
|
50358
50869
|
"y": {
|
|
50359
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
50360
|
-
"dflt": 0.5,
|
|
50870
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
50361
50871
|
"editType": "calc",
|
|
50362
50872
|
"max": 3,
|
|
50363
50873
|
"min": -2,
|
|
50364
50874
|
"valType": "number"
|
|
50365
50875
|
},
|
|
50366
50876
|
"yanchor": {
|
|
50367
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
50368
|
-
"dflt": "middle",
|
|
50877
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
50369
50878
|
"editType": "calc",
|
|
50370
50879
|
"valType": "enumerated",
|
|
50371
50880
|
"values": [
|
|
@@ -51908,6 +52417,16 @@
|
|
|
51908
52417
|
"min": 0,
|
|
51909
52418
|
"valType": "integer"
|
|
51910
52419
|
},
|
|
52420
|
+
"orientation": {
|
|
52421
|
+
"description": "Sets the orientation of the colorbar.",
|
|
52422
|
+
"dflt": "v",
|
|
52423
|
+
"editType": "calc",
|
|
52424
|
+
"valType": "enumerated",
|
|
52425
|
+
"values": [
|
|
52426
|
+
"h",
|
|
52427
|
+
"v"
|
|
52428
|
+
]
|
|
52429
|
+
},
|
|
51911
52430
|
"outlinecolor": {
|
|
51912
52431
|
"description": "Sets the axis line color.",
|
|
51913
52432
|
"dflt": "#444",
|
|
@@ -52091,7 +52610,7 @@
|
|
|
52091
52610
|
]
|
|
52092
52611
|
},
|
|
52093
52612
|
"ticklabelposition": {
|
|
52094
|
-
"description": "Determines where tick labels are drawn.",
|
|
52613
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
52095
52614
|
"dflt": "outside",
|
|
52096
52615
|
"editType": "calc",
|
|
52097
52616
|
"valType": "enumerated",
|
|
@@ -52100,6 +52619,10 @@
|
|
|
52100
52619
|
"inside",
|
|
52101
52620
|
"outside top",
|
|
52102
52621
|
"inside top",
|
|
52622
|
+
"outside left",
|
|
52623
|
+
"inside left",
|
|
52624
|
+
"outside right",
|
|
52625
|
+
"inside right",
|
|
52103
52626
|
"outside bottom",
|
|
52104
52627
|
"inside bottom"
|
|
52105
52628
|
]
|
|
@@ -52197,8 +52720,7 @@
|
|
|
52197
52720
|
},
|
|
52198
52721
|
"role": "object",
|
|
52199
52722
|
"side": {
|
|
52200
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
52201
|
-
"dflt": "top",
|
|
52723
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
52202
52724
|
"editType": "calc",
|
|
52203
52725
|
"valType": "enumerated",
|
|
52204
52726
|
"values": [
|
|
@@ -52214,16 +52736,14 @@
|
|
|
52214
52736
|
}
|
|
52215
52737
|
},
|
|
52216
52738
|
"x": {
|
|
52217
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
52218
|
-
"dflt": 1.02,
|
|
52739
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
52219
52740
|
"editType": "calc",
|
|
52220
52741
|
"max": 3,
|
|
52221
52742
|
"min": -2,
|
|
52222
52743
|
"valType": "number"
|
|
52223
52744
|
},
|
|
52224
52745
|
"xanchor": {
|
|
52225
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
52226
|
-
"dflt": "left",
|
|
52746
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
52227
52747
|
"editType": "calc",
|
|
52228
52748
|
"valType": "enumerated",
|
|
52229
52749
|
"values": [
|
|
@@ -52240,16 +52760,14 @@
|
|
|
52240
52760
|
"valType": "number"
|
|
52241
52761
|
},
|
|
52242
52762
|
"y": {
|
|
52243
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
52244
|
-
"dflt": 0.5,
|
|
52763
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
52245
52764
|
"editType": "calc",
|
|
52246
52765
|
"max": 3,
|
|
52247
52766
|
"min": -2,
|
|
52248
52767
|
"valType": "number"
|
|
52249
52768
|
},
|
|
52250
52769
|
"yanchor": {
|
|
52251
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
52252
|
-
"dflt": "middle",
|
|
52770
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
52253
52771
|
"editType": "calc",
|
|
52254
52772
|
"valType": "enumerated",
|
|
52255
52773
|
"values": [
|
|
@@ -53061,6 +53579,16 @@
|
|
|
53061
53579
|
"min": 0,
|
|
53062
53580
|
"valType": "integer"
|
|
53063
53581
|
},
|
|
53582
|
+
"orientation": {
|
|
53583
|
+
"description": "Sets the orientation of the colorbar.",
|
|
53584
|
+
"dflt": "v",
|
|
53585
|
+
"editType": "colorbars",
|
|
53586
|
+
"valType": "enumerated",
|
|
53587
|
+
"values": [
|
|
53588
|
+
"h",
|
|
53589
|
+
"v"
|
|
53590
|
+
]
|
|
53591
|
+
},
|
|
53064
53592
|
"outlinecolor": {
|
|
53065
53593
|
"description": "Sets the axis line color.",
|
|
53066
53594
|
"dflt": "#444",
|
|
@@ -53244,7 +53772,7 @@
|
|
|
53244
53772
|
]
|
|
53245
53773
|
},
|
|
53246
53774
|
"ticklabelposition": {
|
|
53247
|
-
"description": "Determines where tick labels are drawn.",
|
|
53775
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
53248
53776
|
"dflt": "outside",
|
|
53249
53777
|
"editType": "colorbars",
|
|
53250
53778
|
"valType": "enumerated",
|
|
@@ -53253,6 +53781,10 @@
|
|
|
53253
53781
|
"inside",
|
|
53254
53782
|
"outside top",
|
|
53255
53783
|
"inside top",
|
|
53784
|
+
"outside left",
|
|
53785
|
+
"inside left",
|
|
53786
|
+
"outside right",
|
|
53787
|
+
"inside right",
|
|
53256
53788
|
"outside bottom",
|
|
53257
53789
|
"inside bottom"
|
|
53258
53790
|
]
|
|
@@ -53350,8 +53882,7 @@
|
|
|
53350
53882
|
},
|
|
53351
53883
|
"role": "object",
|
|
53352
53884
|
"side": {
|
|
53353
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
53354
|
-
"dflt": "top",
|
|
53885
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
53355
53886
|
"editType": "colorbars",
|
|
53356
53887
|
"valType": "enumerated",
|
|
53357
53888
|
"values": [
|
|
@@ -53367,16 +53898,14 @@
|
|
|
53367
53898
|
}
|
|
53368
53899
|
},
|
|
53369
53900
|
"x": {
|
|
53370
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
53371
|
-
"dflt": 1.02,
|
|
53901
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
53372
53902
|
"editType": "colorbars",
|
|
53373
53903
|
"max": 3,
|
|
53374
53904
|
"min": -2,
|
|
53375
53905
|
"valType": "number"
|
|
53376
53906
|
},
|
|
53377
53907
|
"xanchor": {
|
|
53378
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
53379
|
-
"dflt": "left",
|
|
53908
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
53380
53909
|
"editType": "colorbars",
|
|
53381
53910
|
"valType": "enumerated",
|
|
53382
53911
|
"values": [
|
|
@@ -53393,16 +53922,14 @@
|
|
|
53393
53922
|
"valType": "number"
|
|
53394
53923
|
},
|
|
53395
53924
|
"y": {
|
|
53396
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
53397
|
-
"dflt": 0.5,
|
|
53925
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
53398
53926
|
"editType": "colorbars",
|
|
53399
53927
|
"max": 3,
|
|
53400
53928
|
"min": -2,
|
|
53401
53929
|
"valType": "number"
|
|
53402
53930
|
},
|
|
53403
53931
|
"yanchor": {
|
|
53404
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
53405
|
-
"dflt": "middle",
|
|
53932
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
53406
53933
|
"editType": "colorbars",
|
|
53407
53934
|
"valType": "enumerated",
|
|
53408
53935
|
"values": [
|
|
@@ -54883,6 +55410,16 @@
|
|
|
54883
55410
|
"min": 0,
|
|
54884
55411
|
"valType": "integer"
|
|
54885
55412
|
},
|
|
55413
|
+
"orientation": {
|
|
55414
|
+
"description": "Sets the orientation of the colorbar.",
|
|
55415
|
+
"dflt": "v",
|
|
55416
|
+
"editType": "calc",
|
|
55417
|
+
"valType": "enumerated",
|
|
55418
|
+
"values": [
|
|
55419
|
+
"h",
|
|
55420
|
+
"v"
|
|
55421
|
+
]
|
|
55422
|
+
},
|
|
54886
55423
|
"outlinecolor": {
|
|
54887
55424
|
"description": "Sets the axis line color.",
|
|
54888
55425
|
"dflt": "#444",
|
|
@@ -55066,7 +55603,7 @@
|
|
|
55066
55603
|
]
|
|
55067
55604
|
},
|
|
55068
55605
|
"ticklabelposition": {
|
|
55069
|
-
"description": "Determines where tick labels are drawn.",
|
|
55606
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
55070
55607
|
"dflt": "outside",
|
|
55071
55608
|
"editType": "calc",
|
|
55072
55609
|
"valType": "enumerated",
|
|
@@ -55075,6 +55612,10 @@
|
|
|
55075
55612
|
"inside",
|
|
55076
55613
|
"outside top",
|
|
55077
55614
|
"inside top",
|
|
55615
|
+
"outside left",
|
|
55616
|
+
"inside left",
|
|
55617
|
+
"outside right",
|
|
55618
|
+
"inside right",
|
|
55078
55619
|
"outside bottom",
|
|
55079
55620
|
"inside bottom"
|
|
55080
55621
|
]
|
|
@@ -55172,8 +55713,7 @@
|
|
|
55172
55713
|
},
|
|
55173
55714
|
"role": "object",
|
|
55174
55715
|
"side": {
|
|
55175
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
55176
|
-
"dflt": "top",
|
|
55716
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
55177
55717
|
"editType": "calc",
|
|
55178
55718
|
"valType": "enumerated",
|
|
55179
55719
|
"values": [
|
|
@@ -55189,16 +55729,14 @@
|
|
|
55189
55729
|
}
|
|
55190
55730
|
},
|
|
55191
55731
|
"x": {
|
|
55192
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
55193
|
-
"dflt": 1.02,
|
|
55732
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
55194
55733
|
"editType": "calc",
|
|
55195
55734
|
"max": 3,
|
|
55196
55735
|
"min": -2,
|
|
55197
55736
|
"valType": "number"
|
|
55198
55737
|
},
|
|
55199
55738
|
"xanchor": {
|
|
55200
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
55201
|
-
"dflt": "left",
|
|
55739
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
55202
55740
|
"editType": "calc",
|
|
55203
55741
|
"valType": "enumerated",
|
|
55204
55742
|
"values": [
|
|
@@ -55215,16 +55753,14 @@
|
|
|
55215
55753
|
"valType": "number"
|
|
55216
55754
|
},
|
|
55217
55755
|
"y": {
|
|
55218
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
55219
|
-
"dflt": 0.5,
|
|
55756
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
55220
55757
|
"editType": "calc",
|
|
55221
55758
|
"max": 3,
|
|
55222
55759
|
"min": -2,
|
|
55223
55760
|
"valType": "number"
|
|
55224
55761
|
},
|
|
55225
55762
|
"yanchor": {
|
|
55226
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
55227
|
-
"dflt": "middle",
|
|
55763
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
55228
55764
|
"editType": "calc",
|
|
55229
55765
|
"valType": "enumerated",
|
|
55230
55766
|
"values": [
|
|
@@ -56682,6 +57218,16 @@
|
|
|
56682
57218
|
"min": 0,
|
|
56683
57219
|
"valType": "integer"
|
|
56684
57220
|
},
|
|
57221
|
+
"orientation": {
|
|
57222
|
+
"description": "Sets the orientation of the colorbar.",
|
|
57223
|
+
"dflt": "v",
|
|
57224
|
+
"editType": "colorbars",
|
|
57225
|
+
"valType": "enumerated",
|
|
57226
|
+
"values": [
|
|
57227
|
+
"h",
|
|
57228
|
+
"v"
|
|
57229
|
+
]
|
|
57230
|
+
},
|
|
56685
57231
|
"outlinecolor": {
|
|
56686
57232
|
"description": "Sets the axis line color.",
|
|
56687
57233
|
"dflt": "#444",
|
|
@@ -56865,7 +57411,7 @@
|
|
|
56865
57411
|
]
|
|
56866
57412
|
},
|
|
56867
57413
|
"ticklabelposition": {
|
|
56868
|
-
"description": "Determines where tick labels are drawn.",
|
|
57414
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
56869
57415
|
"dflt": "outside",
|
|
56870
57416
|
"editType": "colorbars",
|
|
56871
57417
|
"valType": "enumerated",
|
|
@@ -56874,6 +57420,10 @@
|
|
|
56874
57420
|
"inside",
|
|
56875
57421
|
"outside top",
|
|
56876
57422
|
"inside top",
|
|
57423
|
+
"outside left",
|
|
57424
|
+
"inside left",
|
|
57425
|
+
"outside right",
|
|
57426
|
+
"inside right",
|
|
56877
57427
|
"outside bottom",
|
|
56878
57428
|
"inside bottom"
|
|
56879
57429
|
]
|
|
@@ -56971,8 +57521,7 @@
|
|
|
56971
57521
|
},
|
|
56972
57522
|
"role": "object",
|
|
56973
57523
|
"side": {
|
|
56974
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
56975
|
-
"dflt": "top",
|
|
57524
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
56976
57525
|
"editType": "colorbars",
|
|
56977
57526
|
"valType": "enumerated",
|
|
56978
57527
|
"values": [
|
|
@@ -56988,16 +57537,14 @@
|
|
|
56988
57537
|
}
|
|
56989
57538
|
},
|
|
56990
57539
|
"x": {
|
|
56991
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
56992
|
-
"dflt": 1.02,
|
|
57540
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
56993
57541
|
"editType": "colorbars",
|
|
56994
57542
|
"max": 3,
|
|
56995
57543
|
"min": -2,
|
|
56996
57544
|
"valType": "number"
|
|
56997
57545
|
},
|
|
56998
57546
|
"xanchor": {
|
|
56999
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
57000
|
-
"dflt": "left",
|
|
57547
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
57001
57548
|
"editType": "colorbars",
|
|
57002
57549
|
"valType": "enumerated",
|
|
57003
57550
|
"values": [
|
|
@@ -57014,16 +57561,14 @@
|
|
|
57014
57561
|
"valType": "number"
|
|
57015
57562
|
},
|
|
57016
57563
|
"y": {
|
|
57017
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
57018
|
-
"dflt": 0.5,
|
|
57564
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
57019
57565
|
"editType": "colorbars",
|
|
57020
57566
|
"max": 3,
|
|
57021
57567
|
"min": -2,
|
|
57022
57568
|
"valType": "number"
|
|
57023
57569
|
},
|
|
57024
57570
|
"yanchor": {
|
|
57025
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
57026
|
-
"dflt": "middle",
|
|
57571
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
57027
57572
|
"editType": "colorbars",
|
|
57028
57573
|
"valType": "enumerated",
|
|
57029
57574
|
"values": [
|
|
@@ -58507,6 +59052,16 @@
|
|
|
58507
59052
|
"min": 0,
|
|
58508
59053
|
"valType": "integer"
|
|
58509
59054
|
},
|
|
59055
|
+
"orientation": {
|
|
59056
|
+
"description": "Sets the orientation of the colorbar.",
|
|
59057
|
+
"dflt": "v",
|
|
59058
|
+
"editType": "colorbars",
|
|
59059
|
+
"valType": "enumerated",
|
|
59060
|
+
"values": [
|
|
59061
|
+
"h",
|
|
59062
|
+
"v"
|
|
59063
|
+
]
|
|
59064
|
+
},
|
|
58510
59065
|
"outlinecolor": {
|
|
58511
59066
|
"description": "Sets the axis line color.",
|
|
58512
59067
|
"dflt": "#444",
|
|
@@ -58690,7 +59245,7 @@
|
|
|
58690
59245
|
]
|
|
58691
59246
|
},
|
|
58692
59247
|
"ticklabelposition": {
|
|
58693
|
-
"description": "Determines where tick labels are drawn.",
|
|
59248
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
58694
59249
|
"dflt": "outside",
|
|
58695
59250
|
"editType": "colorbars",
|
|
58696
59251
|
"valType": "enumerated",
|
|
@@ -58699,6 +59254,10 @@
|
|
|
58699
59254
|
"inside",
|
|
58700
59255
|
"outside top",
|
|
58701
59256
|
"inside top",
|
|
59257
|
+
"outside left",
|
|
59258
|
+
"inside left",
|
|
59259
|
+
"outside right",
|
|
59260
|
+
"inside right",
|
|
58702
59261
|
"outside bottom",
|
|
58703
59262
|
"inside bottom"
|
|
58704
59263
|
]
|
|
@@ -58796,8 +59355,7 @@
|
|
|
58796
59355
|
},
|
|
58797
59356
|
"role": "object",
|
|
58798
59357
|
"side": {
|
|
58799
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
58800
|
-
"dflt": "top",
|
|
59358
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
58801
59359
|
"editType": "colorbars",
|
|
58802
59360
|
"valType": "enumerated",
|
|
58803
59361
|
"values": [
|
|
@@ -58813,16 +59371,14 @@
|
|
|
58813
59371
|
}
|
|
58814
59372
|
},
|
|
58815
59373
|
"x": {
|
|
58816
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
58817
|
-
"dflt": 1.02,
|
|
59374
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
58818
59375
|
"editType": "colorbars",
|
|
58819
59376
|
"max": 3,
|
|
58820
59377
|
"min": -2,
|
|
58821
59378
|
"valType": "number"
|
|
58822
59379
|
},
|
|
58823
59380
|
"xanchor": {
|
|
58824
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
58825
|
-
"dflt": "left",
|
|
59381
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
58826
59382
|
"editType": "colorbars",
|
|
58827
59383
|
"valType": "enumerated",
|
|
58828
59384
|
"values": [
|
|
@@ -58839,16 +59395,14 @@
|
|
|
58839
59395
|
"valType": "number"
|
|
58840
59396
|
},
|
|
58841
59397
|
"y": {
|
|
58842
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
58843
|
-
"dflt": 0.5,
|
|
59398
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
58844
59399
|
"editType": "colorbars",
|
|
58845
59400
|
"max": 3,
|
|
58846
59401
|
"min": -2,
|
|
58847
59402
|
"valType": "number"
|
|
58848
59403
|
},
|
|
58849
59404
|
"yanchor": {
|
|
58850
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
58851
|
-
"dflt": "middle",
|
|
59405
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
58852
59406
|
"editType": "colorbars",
|
|
58853
59407
|
"valType": "enumerated",
|
|
58854
59408
|
"values": [
|
|
@@ -60286,6 +60840,16 @@
|
|
|
60286
60840
|
"min": 0,
|
|
60287
60841
|
"valType": "integer"
|
|
60288
60842
|
},
|
|
60843
|
+
"orientation": {
|
|
60844
|
+
"description": "Sets the orientation of the colorbar.",
|
|
60845
|
+
"dflt": "v",
|
|
60846
|
+
"editType": "colorbars",
|
|
60847
|
+
"valType": "enumerated",
|
|
60848
|
+
"values": [
|
|
60849
|
+
"h",
|
|
60850
|
+
"v"
|
|
60851
|
+
]
|
|
60852
|
+
},
|
|
60289
60853
|
"outlinecolor": {
|
|
60290
60854
|
"description": "Sets the axis line color.",
|
|
60291
60855
|
"dflt": "#444",
|
|
@@ -60469,7 +61033,7 @@
|
|
|
60469
61033
|
]
|
|
60470
61034
|
},
|
|
60471
61035
|
"ticklabelposition": {
|
|
60472
|
-
"description": "Determines where tick labels are drawn.",
|
|
61036
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
60473
61037
|
"dflt": "outside",
|
|
60474
61038
|
"editType": "colorbars",
|
|
60475
61039
|
"valType": "enumerated",
|
|
@@ -60478,6 +61042,10 @@
|
|
|
60478
61042
|
"inside",
|
|
60479
61043
|
"outside top",
|
|
60480
61044
|
"inside top",
|
|
61045
|
+
"outside left",
|
|
61046
|
+
"inside left",
|
|
61047
|
+
"outside right",
|
|
61048
|
+
"inside right",
|
|
60481
61049
|
"outside bottom",
|
|
60482
61050
|
"inside bottom"
|
|
60483
61051
|
]
|
|
@@ -60575,8 +61143,7 @@
|
|
|
60575
61143
|
},
|
|
60576
61144
|
"role": "object",
|
|
60577
61145
|
"side": {
|
|
60578
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
60579
|
-
"dflt": "top",
|
|
61146
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
60580
61147
|
"editType": "colorbars",
|
|
60581
61148
|
"valType": "enumerated",
|
|
60582
61149
|
"values": [
|
|
@@ -60592,16 +61159,14 @@
|
|
|
60592
61159
|
}
|
|
60593
61160
|
},
|
|
60594
61161
|
"x": {
|
|
60595
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
60596
|
-
"dflt": 1.02,
|
|
61162
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
60597
61163
|
"editType": "colorbars",
|
|
60598
61164
|
"max": 3,
|
|
60599
61165
|
"min": -2,
|
|
60600
61166
|
"valType": "number"
|
|
60601
61167
|
},
|
|
60602
61168
|
"xanchor": {
|
|
60603
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
60604
|
-
"dflt": "left",
|
|
61169
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
60605
61170
|
"editType": "colorbars",
|
|
60606
61171
|
"valType": "enumerated",
|
|
60607
61172
|
"values": [
|
|
@@ -60618,16 +61183,14 @@
|
|
|
60618
61183
|
"valType": "number"
|
|
60619
61184
|
},
|
|
60620
61185
|
"y": {
|
|
60621
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
60622
|
-
"dflt": 0.5,
|
|
61186
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
60623
61187
|
"editType": "colorbars",
|
|
60624
61188
|
"max": 3,
|
|
60625
61189
|
"min": -2,
|
|
60626
61190
|
"valType": "number"
|
|
60627
61191
|
},
|
|
60628
61192
|
"yanchor": {
|
|
60629
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
60630
|
-
"dflt": "middle",
|
|
61193
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
60631
61194
|
"editType": "colorbars",
|
|
60632
61195
|
"valType": "enumerated",
|
|
60633
61196
|
"values": [
|
|
@@ -61669,6 +62232,16 @@
|
|
|
61669
62232
|
"min": 0,
|
|
61670
62233
|
"valType": "integer"
|
|
61671
62234
|
},
|
|
62235
|
+
"orientation": {
|
|
62236
|
+
"description": "Sets the orientation of the colorbar.",
|
|
62237
|
+
"dflt": "v",
|
|
62238
|
+
"editType": "colorbars",
|
|
62239
|
+
"valType": "enumerated",
|
|
62240
|
+
"values": [
|
|
62241
|
+
"h",
|
|
62242
|
+
"v"
|
|
62243
|
+
]
|
|
62244
|
+
},
|
|
61672
62245
|
"outlinecolor": {
|
|
61673
62246
|
"description": "Sets the axis line color.",
|
|
61674
62247
|
"dflt": "#444",
|
|
@@ -61852,7 +62425,7 @@
|
|
|
61852
62425
|
]
|
|
61853
62426
|
},
|
|
61854
62427
|
"ticklabelposition": {
|
|
61855
|
-
"description": "Determines where tick labels are drawn.",
|
|
62428
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
61856
62429
|
"dflt": "outside",
|
|
61857
62430
|
"editType": "colorbars",
|
|
61858
62431
|
"valType": "enumerated",
|
|
@@ -61861,6 +62434,10 @@
|
|
|
61861
62434
|
"inside",
|
|
61862
62435
|
"outside top",
|
|
61863
62436
|
"inside top",
|
|
62437
|
+
"outside left",
|
|
62438
|
+
"inside left",
|
|
62439
|
+
"outside right",
|
|
62440
|
+
"inside right",
|
|
61864
62441
|
"outside bottom",
|
|
61865
62442
|
"inside bottom"
|
|
61866
62443
|
]
|
|
@@ -61958,8 +62535,7 @@
|
|
|
61958
62535
|
},
|
|
61959
62536
|
"role": "object",
|
|
61960
62537
|
"side": {
|
|
61961
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
61962
|
-
"dflt": "top",
|
|
62538
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
61963
62539
|
"editType": "colorbars",
|
|
61964
62540
|
"valType": "enumerated",
|
|
61965
62541
|
"values": [
|
|
@@ -61975,16 +62551,14 @@
|
|
|
61975
62551
|
}
|
|
61976
62552
|
},
|
|
61977
62553
|
"x": {
|
|
61978
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
61979
|
-
"dflt": 1.02,
|
|
62554
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
61980
62555
|
"editType": "colorbars",
|
|
61981
62556
|
"max": 3,
|
|
61982
62557
|
"min": -2,
|
|
61983
62558
|
"valType": "number"
|
|
61984
62559
|
},
|
|
61985
62560
|
"xanchor": {
|
|
61986
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
61987
|
-
"dflt": "left",
|
|
62561
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
61988
62562
|
"editType": "colorbars",
|
|
61989
62563
|
"valType": "enumerated",
|
|
61990
62564
|
"values": [
|
|
@@ -62001,16 +62575,14 @@
|
|
|
62001
62575
|
"valType": "number"
|
|
62002
62576
|
},
|
|
62003
62577
|
"y": {
|
|
62004
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
62005
|
-
"dflt": 0.5,
|
|
62578
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
62006
62579
|
"editType": "colorbars",
|
|
62007
62580
|
"max": 3,
|
|
62008
62581
|
"min": -2,
|
|
62009
62582
|
"valType": "number"
|
|
62010
62583
|
},
|
|
62011
62584
|
"yanchor": {
|
|
62012
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
62013
|
-
"dflt": "middle",
|
|
62585
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
62014
62586
|
"editType": "colorbars",
|
|
62015
62587
|
"valType": "enumerated",
|
|
62016
62588
|
"values": [
|
|
@@ -63106,6 +63678,16 @@
|
|
|
63106
63678
|
"min": 0,
|
|
63107
63679
|
"valType": "integer"
|
|
63108
63680
|
},
|
|
63681
|
+
"orientation": {
|
|
63682
|
+
"description": "Sets the orientation of the colorbar.",
|
|
63683
|
+
"dflt": "v",
|
|
63684
|
+
"editType": "colorbars",
|
|
63685
|
+
"valType": "enumerated",
|
|
63686
|
+
"values": [
|
|
63687
|
+
"h",
|
|
63688
|
+
"v"
|
|
63689
|
+
]
|
|
63690
|
+
},
|
|
63109
63691
|
"outlinecolor": {
|
|
63110
63692
|
"description": "Sets the axis line color.",
|
|
63111
63693
|
"dflt": "#444",
|
|
@@ -63289,7 +63871,7 @@
|
|
|
63289
63871
|
]
|
|
63290
63872
|
},
|
|
63291
63873
|
"ticklabelposition": {
|
|
63292
|
-
"description": "Determines where tick labels are drawn.",
|
|
63874
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
63293
63875
|
"dflt": "outside",
|
|
63294
63876
|
"editType": "colorbars",
|
|
63295
63877
|
"valType": "enumerated",
|
|
@@ -63298,6 +63880,10 @@
|
|
|
63298
63880
|
"inside",
|
|
63299
63881
|
"outside top",
|
|
63300
63882
|
"inside top",
|
|
63883
|
+
"outside left",
|
|
63884
|
+
"inside left",
|
|
63885
|
+
"outside right",
|
|
63886
|
+
"inside right",
|
|
63301
63887
|
"outside bottom",
|
|
63302
63888
|
"inside bottom"
|
|
63303
63889
|
]
|
|
@@ -63395,8 +63981,7 @@
|
|
|
63395
63981
|
},
|
|
63396
63982
|
"role": "object",
|
|
63397
63983
|
"side": {
|
|
63398
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
63399
|
-
"dflt": "top",
|
|
63984
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
63400
63985
|
"editType": "colorbars",
|
|
63401
63986
|
"valType": "enumerated",
|
|
63402
63987
|
"values": [
|
|
@@ -63412,16 +63997,14 @@
|
|
|
63412
63997
|
}
|
|
63413
63998
|
},
|
|
63414
63999
|
"x": {
|
|
63415
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
63416
|
-
"dflt": 1.02,
|
|
64000
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
63417
64001
|
"editType": "colorbars",
|
|
63418
64002
|
"max": 3,
|
|
63419
64003
|
"min": -2,
|
|
63420
64004
|
"valType": "number"
|
|
63421
64005
|
},
|
|
63422
64006
|
"xanchor": {
|
|
63423
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
63424
|
-
"dflt": "left",
|
|
64007
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
63425
64008
|
"editType": "colorbars",
|
|
63426
64009
|
"valType": "enumerated",
|
|
63427
64010
|
"values": [
|
|
@@ -63438,16 +64021,14 @@
|
|
|
63438
64021
|
"valType": "number"
|
|
63439
64022
|
},
|
|
63440
64023
|
"y": {
|
|
63441
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
63442
|
-
"dflt": 0.5,
|
|
64024
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
63443
64025
|
"editType": "colorbars",
|
|
63444
64026
|
"max": 3,
|
|
63445
64027
|
"min": -2,
|
|
63446
64028
|
"valType": "number"
|
|
63447
64029
|
},
|
|
63448
64030
|
"yanchor": {
|
|
63449
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
63450
|
-
"dflt": "middle",
|
|
64031
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
63451
64032
|
"editType": "colorbars",
|
|
63452
64033
|
"valType": "enumerated",
|
|
63453
64034
|
"values": [
|
|
@@ -63963,6 +64544,16 @@
|
|
|
63963
64544
|
"min": 0,
|
|
63964
64545
|
"valType": "integer"
|
|
63965
64546
|
},
|
|
64547
|
+
"orientation": {
|
|
64548
|
+
"description": "Sets the orientation of the colorbar.",
|
|
64549
|
+
"dflt": "v",
|
|
64550
|
+
"editType": "calc",
|
|
64551
|
+
"valType": "enumerated",
|
|
64552
|
+
"values": [
|
|
64553
|
+
"h",
|
|
64554
|
+
"v"
|
|
64555
|
+
]
|
|
64556
|
+
},
|
|
63966
64557
|
"outlinecolor": {
|
|
63967
64558
|
"description": "Sets the axis line color.",
|
|
63968
64559
|
"dflt": "#444",
|
|
@@ -64146,7 +64737,7 @@
|
|
|
64146
64737
|
]
|
|
64147
64738
|
},
|
|
64148
64739
|
"ticklabelposition": {
|
|
64149
|
-
"description": "Determines where tick labels are drawn.",
|
|
64740
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
64150
64741
|
"dflt": "outside",
|
|
64151
64742
|
"editType": "calc",
|
|
64152
64743
|
"valType": "enumerated",
|
|
@@ -64155,6 +64746,10 @@
|
|
|
64155
64746
|
"inside",
|
|
64156
64747
|
"outside top",
|
|
64157
64748
|
"inside top",
|
|
64749
|
+
"outside left",
|
|
64750
|
+
"inside left",
|
|
64751
|
+
"outside right",
|
|
64752
|
+
"inside right",
|
|
64158
64753
|
"outside bottom",
|
|
64159
64754
|
"inside bottom"
|
|
64160
64755
|
]
|
|
@@ -64252,8 +64847,7 @@
|
|
|
64252
64847
|
},
|
|
64253
64848
|
"role": "object",
|
|
64254
64849
|
"side": {
|
|
64255
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
64256
|
-
"dflt": "top",
|
|
64850
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
64257
64851
|
"editType": "calc",
|
|
64258
64852
|
"valType": "enumerated",
|
|
64259
64853
|
"values": [
|
|
@@ -64269,16 +64863,14 @@
|
|
|
64269
64863
|
}
|
|
64270
64864
|
},
|
|
64271
64865
|
"x": {
|
|
64272
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
64273
|
-
"dflt": 1.02,
|
|
64866
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
64274
64867
|
"editType": "calc",
|
|
64275
64868
|
"max": 3,
|
|
64276
64869
|
"min": -2,
|
|
64277
64870
|
"valType": "number"
|
|
64278
64871
|
},
|
|
64279
64872
|
"xanchor": {
|
|
64280
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
64281
|
-
"dflt": "left",
|
|
64873
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
64282
64874
|
"editType": "calc",
|
|
64283
64875
|
"valType": "enumerated",
|
|
64284
64876
|
"values": [
|
|
@@ -64295,16 +64887,14 @@
|
|
|
64295
64887
|
"valType": "number"
|
|
64296
64888
|
},
|
|
64297
64889
|
"y": {
|
|
64298
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
64299
|
-
"dflt": 0.5,
|
|
64890
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
64300
64891
|
"editType": "calc",
|
|
64301
64892
|
"max": 3,
|
|
64302
64893
|
"min": -2,
|
|
64303
64894
|
"valType": "number"
|
|
64304
64895
|
},
|
|
64305
64896
|
"yanchor": {
|
|
64306
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
64307
|
-
"dflt": "middle",
|
|
64897
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
64308
64898
|
"editType": "calc",
|
|
64309
64899
|
"valType": "enumerated",
|
|
64310
64900
|
"values": [
|
|
@@ -66289,6 +66879,16 @@
|
|
|
66289
66879
|
"min": 0,
|
|
66290
66880
|
"valType": "integer"
|
|
66291
66881
|
},
|
|
66882
|
+
"orientation": {
|
|
66883
|
+
"description": "Sets the orientation of the colorbar.",
|
|
66884
|
+
"dflt": "v",
|
|
66885
|
+
"editType": "colorbars",
|
|
66886
|
+
"valType": "enumerated",
|
|
66887
|
+
"values": [
|
|
66888
|
+
"h",
|
|
66889
|
+
"v"
|
|
66890
|
+
]
|
|
66891
|
+
},
|
|
66292
66892
|
"outlinecolor": {
|
|
66293
66893
|
"description": "Sets the axis line color.",
|
|
66294
66894
|
"dflt": "#444",
|
|
@@ -66472,7 +67072,7 @@
|
|
|
66472
67072
|
]
|
|
66473
67073
|
},
|
|
66474
67074
|
"ticklabelposition": {
|
|
66475
|
-
"description": "Determines where tick labels are drawn.",
|
|
67075
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
66476
67076
|
"dflt": "outside",
|
|
66477
67077
|
"editType": "colorbars",
|
|
66478
67078
|
"valType": "enumerated",
|
|
@@ -66481,6 +67081,10 @@
|
|
|
66481
67081
|
"inside",
|
|
66482
67082
|
"outside top",
|
|
66483
67083
|
"inside top",
|
|
67084
|
+
"outside left",
|
|
67085
|
+
"inside left",
|
|
67086
|
+
"outside right",
|
|
67087
|
+
"inside right",
|
|
66484
67088
|
"outside bottom",
|
|
66485
67089
|
"inside bottom"
|
|
66486
67090
|
]
|
|
@@ -66578,8 +67182,7 @@
|
|
|
66578
67182
|
},
|
|
66579
67183
|
"role": "object",
|
|
66580
67184
|
"side": {
|
|
66581
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
66582
|
-
"dflt": "top",
|
|
67185
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
66583
67186
|
"editType": "colorbars",
|
|
66584
67187
|
"valType": "enumerated",
|
|
66585
67188
|
"values": [
|
|
@@ -66595,16 +67198,14 @@
|
|
|
66595
67198
|
}
|
|
66596
67199
|
},
|
|
66597
67200
|
"x": {
|
|
66598
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
66599
|
-
"dflt": 1.02,
|
|
67201
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
66600
67202
|
"editType": "colorbars",
|
|
66601
67203
|
"max": 3,
|
|
66602
67204
|
"min": -2,
|
|
66603
67205
|
"valType": "number"
|
|
66604
67206
|
},
|
|
66605
67207
|
"xanchor": {
|
|
66606
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
66607
|
-
"dflt": "left",
|
|
67208
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
66608
67209
|
"editType": "colorbars",
|
|
66609
67210
|
"valType": "enumerated",
|
|
66610
67211
|
"values": [
|
|
@@ -66621,16 +67222,14 @@
|
|
|
66621
67222
|
"valType": "number"
|
|
66622
67223
|
},
|
|
66623
67224
|
"y": {
|
|
66624
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
66625
|
-
"dflt": 0.5,
|
|
67225
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
66626
67226
|
"editType": "colorbars",
|
|
66627
67227
|
"max": 3,
|
|
66628
67228
|
"min": -2,
|
|
66629
67229
|
"valType": "number"
|
|
66630
67230
|
},
|
|
66631
67231
|
"yanchor": {
|
|
66632
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
66633
|
-
"dflt": "middle",
|
|
67232
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
66634
67233
|
"editType": "colorbars",
|
|
66635
67234
|
"valType": "enumerated",
|
|
66636
67235
|
"values": [
|
|
@@ -68569,6 +69168,16 @@
|
|
|
68569
69168
|
"min": 0,
|
|
68570
69169
|
"valType": "integer"
|
|
68571
69170
|
},
|
|
69171
|
+
"orientation": {
|
|
69172
|
+
"description": "Sets the orientation of the colorbar.",
|
|
69173
|
+
"dflt": "v",
|
|
69174
|
+
"editType": "calc",
|
|
69175
|
+
"valType": "enumerated",
|
|
69176
|
+
"values": [
|
|
69177
|
+
"h",
|
|
69178
|
+
"v"
|
|
69179
|
+
]
|
|
69180
|
+
},
|
|
68572
69181
|
"outlinecolor": {
|
|
68573
69182
|
"description": "Sets the axis line color.",
|
|
68574
69183
|
"dflt": "#444",
|
|
@@ -68752,7 +69361,7 @@
|
|
|
68752
69361
|
]
|
|
68753
69362
|
},
|
|
68754
69363
|
"ticklabelposition": {
|
|
68755
|
-
"description": "Determines where tick labels are drawn.",
|
|
69364
|
+
"description": "Determines where tick labels are drawn relative to the ticks. Left and right options are used when `orientation` is *h*, top and bottom when `orientation` is *v*.",
|
|
68756
69365
|
"dflt": "outside",
|
|
68757
69366
|
"editType": "calc",
|
|
68758
69367
|
"valType": "enumerated",
|
|
@@ -68761,6 +69370,10 @@
|
|
|
68761
69370
|
"inside",
|
|
68762
69371
|
"outside top",
|
|
68763
69372
|
"inside top",
|
|
69373
|
+
"outside left",
|
|
69374
|
+
"inside left",
|
|
69375
|
+
"outside right",
|
|
69376
|
+
"inside right",
|
|
68764
69377
|
"outside bottom",
|
|
68765
69378
|
"inside bottom"
|
|
68766
69379
|
]
|
|
@@ -68858,8 +69471,7 @@
|
|
|
68858
69471
|
},
|
|
68859
69472
|
"role": "object",
|
|
68860
69473
|
"side": {
|
|
68861
|
-
"description": "Determines the location of color bar's title with respect to the color bar. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
68862
|
-
"dflt": "top",
|
|
69474
|
+
"description": "Determines the location of color bar's title with respect to the color bar. Defaults to *top* when `orientation` if *v* and defaults to *right* when `orientation` if *h*. Note that the title's location used to be set by the now deprecated `titleside` attribute.",
|
|
68863
69475
|
"editType": "calc",
|
|
68864
69476
|
"valType": "enumerated",
|
|
68865
69477
|
"values": [
|
|
@@ -68875,16 +69487,14 @@
|
|
|
68875
69487
|
}
|
|
68876
69488
|
},
|
|
68877
69489
|
"x": {
|
|
68878
|
-
"description": "Sets the x position of the color bar (in plot fraction).",
|
|
68879
|
-
"dflt": 1.02,
|
|
69490
|
+
"description": "Sets the x position of the color bar (in plot fraction). Defaults to 1.02 when `orientation` is *v* and 0.5 when `orientation` is *h*.",
|
|
68880
69491
|
"editType": "calc",
|
|
68881
69492
|
"max": 3,
|
|
68882
69493
|
"min": -2,
|
|
68883
69494
|
"valType": "number"
|
|
68884
69495
|
},
|
|
68885
69496
|
"xanchor": {
|
|
68886
|
-
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar.",
|
|
68887
|
-
"dflt": "left",
|
|
69497
|
+
"description": "Sets this color bar's horizontal position anchor. This anchor binds the `x` position to the *left*, *center* or *right* of the color bar. Defaults to *left* when `orientation` is *v* and *center* when `orientation` is *h*.",
|
|
68888
69498
|
"editType": "calc",
|
|
68889
69499
|
"valType": "enumerated",
|
|
68890
69500
|
"values": [
|
|
@@ -68901,16 +69511,14 @@
|
|
|
68901
69511
|
"valType": "number"
|
|
68902
69512
|
},
|
|
68903
69513
|
"y": {
|
|
68904
|
-
"description": "Sets the y position of the color bar (in plot fraction).",
|
|
68905
|
-
"dflt": 0.5,
|
|
69514
|
+
"description": "Sets the y position of the color bar (in plot fraction). Defaults to 0.5 when `orientation` is *v* and 1.02 when `orientation` is *h*.",
|
|
68906
69515
|
"editType": "calc",
|
|
68907
69516
|
"max": 3,
|
|
68908
69517
|
"min": -2,
|
|
68909
69518
|
"valType": "number"
|
|
68910
69519
|
},
|
|
68911
69520
|
"yanchor": {
|
|
68912
|
-
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar.",
|
|
68913
|
-
"dflt": "middle",
|
|
69521
|
+
"description": "Sets this color bar's vertical position anchor This anchor binds the `y` position to the *top*, *middle* or *bottom* of the color bar. Defaults to *middle* when `orientation` is *v* and *bottom* when `orientation` is *h*.",
|
|
68914
69522
|
"editType": "calc",
|
|
68915
69523
|
"valType": "enumerated",
|
|
68916
69524
|
"values": [
|