plotly.js 2.12.0 → 2.12.1

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.
@@ -1057,14 +1057,14 @@
1057
1057
  "coloraxis": {
1058
1058
  "_isSubplotObj": true,
1059
1059
  "autocolorscale": {
1060
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
1060
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
1061
1061
  "dflt": true,
1062
1062
  "editType": "calc",
1063
1063
  "impliedEdits": {},
1064
1064
  "valType": "boolean"
1065
1065
  },
1066
1066
  "cauto": {
1067
- "description": "Determines whether or not the color domain is computed with respect to the input data (here corresponding trace color array(s)) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
1067
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here corresponding trace color array(s)) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
1068
1068
  "dflt": true,
1069
1069
  "editType": "calc",
1070
1070
  "impliedEdits": {},
@@ -1582,7 +1582,7 @@
1582
1582
  }
1583
1583
  },
1584
1584
  "colorscale": {
1585
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
1585
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
1586
1586
  "dflt": null,
1587
1587
  "editType": "calc",
1588
1588
  "impliedEdits": {
@@ -12415,21 +12415,21 @@
12415
12415
  },
12416
12416
  "marker": {
12417
12417
  "autocolorscale": {
12418
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
12418
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
12419
12419
  "dflt": true,
12420
12420
  "editType": "calc",
12421
12421
  "impliedEdits": {},
12422
12422
  "valType": "boolean"
12423
12423
  },
12424
12424
  "cauto": {
12425
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
12425
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
12426
12426
  "dflt": true,
12427
12427
  "editType": "calc",
12428
12428
  "impliedEdits": {},
12429
12429
  "valType": "boolean"
12430
12430
  },
12431
12431
  "cmax": {
12432
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
12432
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
12433
12433
  "dflt": null,
12434
12434
  "editType": "plot",
12435
12435
  "impliedEdits": {
@@ -12438,14 +12438,14 @@
12438
12438
  "valType": "number"
12439
12439
  },
12440
12440
  "cmid": {
12441
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
12441
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
12442
12442
  "dflt": null,
12443
12443
  "editType": "calc",
12444
12444
  "impliedEdits": {},
12445
12445
  "valType": "number"
12446
12446
  },
12447
12447
  "cmin": {
12448
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
12448
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
12449
12449
  "dflt": null,
12450
12450
  "editType": "plot",
12451
12451
  "impliedEdits": {
@@ -12455,7 +12455,7 @@
12455
12455
  },
12456
12456
  "color": {
12457
12457
  "arrayOk": true,
12458
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
12458
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
12459
12459
  "editType": "style",
12460
12460
  "valType": "color"
12461
12461
  },
@@ -12953,7 +12953,7 @@
12953
12953
  }
12954
12954
  },
12955
12955
  "colorscale": {
12956
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
12956
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
12957
12957
  "dflt": null,
12958
12958
  "editType": "calc",
12959
12959
  "impliedEdits": {
@@ -12969,21 +12969,21 @@
12969
12969
  "editType": "calc",
12970
12970
  "line": {
12971
12971
  "autocolorscale": {
12972
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
12972
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
12973
12973
  "dflt": true,
12974
12974
  "editType": "calc",
12975
12975
  "impliedEdits": {},
12976
12976
  "valType": "boolean"
12977
12977
  },
12978
12978
  "cauto": {
12979
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
12979
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
12980
12980
  "dflt": true,
12981
12981
  "editType": "calc",
12982
12982
  "impliedEdits": {},
12983
12983
  "valType": "boolean"
12984
12984
  },
12985
12985
  "cmax": {
12986
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
12986
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
12987
12987
  "dflt": null,
12988
12988
  "editType": "plot",
12989
12989
  "impliedEdits": {
@@ -12992,14 +12992,14 @@
12992
12992
  "valType": "number"
12993
12993
  },
12994
12994
  "cmid": {
12995
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
12995
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
12996
12996
  "dflt": null,
12997
12997
  "editType": "calc",
12998
12998
  "impliedEdits": {},
12999
12999
  "valType": "number"
13000
13000
  },
13001
13001
  "cmin": {
13002
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
13002
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
13003
13003
  "dflt": null,
13004
13004
  "editType": "plot",
13005
13005
  "impliedEdits": {
@@ -13009,7 +13009,7 @@
13009
13009
  },
13010
13010
  "color": {
13011
13011
  "arrayOk": true,
13012
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
13012
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
13013
13013
  "editType": "style",
13014
13014
  "valType": "color"
13015
13015
  },
@@ -13021,7 +13021,7 @@
13021
13021
  "valType": "subplotid"
13022
13022
  },
13023
13023
  "colorscale": {
13024
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
13024
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
13025
13025
  "dflt": null,
13026
13026
  "editType": "calc",
13027
13027
  "impliedEdits": {
@@ -13036,7 +13036,7 @@
13036
13036
  },
13037
13037
  "editType": "calc",
13038
13038
  "reversescale": {
13039
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
13039
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
13040
13040
  "dflt": false,
13041
13041
  "editType": "plot",
13042
13042
  "valType": "boolean"
@@ -13165,14 +13165,14 @@
13165
13165
  }
13166
13166
  },
13167
13167
  "reversescale": {
13168
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
13168
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
13169
13169
  "dflt": false,
13170
13170
  "editType": "plot",
13171
13171
  "valType": "boolean"
13172
13172
  },
13173
13173
  "role": "object",
13174
13174
  "showscale": {
13175
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
13175
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
13176
13176
  "dflt": false,
13177
13177
  "editType": "calc",
13178
13178
  "valType": "boolean"
@@ -13930,21 +13930,21 @@
13930
13930
  },
13931
13931
  "marker": {
13932
13932
  "autocolorscale": {
13933
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
13933
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
13934
13934
  "dflt": true,
13935
13935
  "editType": "calc",
13936
13936
  "impliedEdits": {},
13937
13937
  "valType": "boolean"
13938
13938
  },
13939
13939
  "cauto": {
13940
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
13940
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
13941
13941
  "dflt": true,
13942
13942
  "editType": "calc",
13943
13943
  "impliedEdits": {},
13944
13944
  "valType": "boolean"
13945
13945
  },
13946
13946
  "cmax": {
13947
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
13947
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
13948
13948
  "dflt": null,
13949
13949
  "editType": "plot",
13950
13950
  "impliedEdits": {
@@ -13953,14 +13953,14 @@
13953
13953
  "valType": "number"
13954
13954
  },
13955
13955
  "cmid": {
13956
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
13956
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
13957
13957
  "dflt": null,
13958
13958
  "editType": "calc",
13959
13959
  "impliedEdits": {},
13960
13960
  "valType": "number"
13961
13961
  },
13962
13962
  "cmin": {
13963
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
13963
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
13964
13964
  "dflt": null,
13965
13965
  "editType": "plot",
13966
13966
  "impliedEdits": {
@@ -13970,7 +13970,7 @@
13970
13970
  },
13971
13971
  "color": {
13972
13972
  "arrayOk": true,
13973
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
13973
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
13974
13974
  "editType": "style",
13975
13975
  "valType": "color"
13976
13976
  },
@@ -14468,7 +14468,7 @@
14468
14468
  }
14469
14469
  },
14470
14470
  "colorscale": {
14471
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
14471
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
14472
14472
  "dflt": null,
14473
14473
  "editType": "calc",
14474
14474
  "impliedEdits": {
@@ -14484,21 +14484,21 @@
14484
14484
  "editType": "calc",
14485
14485
  "line": {
14486
14486
  "autocolorscale": {
14487
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
14487
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
14488
14488
  "dflt": true,
14489
14489
  "editType": "calc",
14490
14490
  "impliedEdits": {},
14491
14491
  "valType": "boolean"
14492
14492
  },
14493
14493
  "cauto": {
14494
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
14494
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
14495
14495
  "dflt": true,
14496
14496
  "editType": "calc",
14497
14497
  "impliedEdits": {},
14498
14498
  "valType": "boolean"
14499
14499
  },
14500
14500
  "cmax": {
14501
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
14501
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
14502
14502
  "dflt": null,
14503
14503
  "editType": "plot",
14504
14504
  "impliedEdits": {
@@ -14507,14 +14507,14 @@
14507
14507
  "valType": "number"
14508
14508
  },
14509
14509
  "cmid": {
14510
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
14510
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
14511
14511
  "dflt": null,
14512
14512
  "editType": "calc",
14513
14513
  "impliedEdits": {},
14514
14514
  "valType": "number"
14515
14515
  },
14516
14516
  "cmin": {
14517
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
14517
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
14518
14518
  "dflt": null,
14519
14519
  "editType": "plot",
14520
14520
  "impliedEdits": {
@@ -14524,7 +14524,7 @@
14524
14524
  },
14525
14525
  "color": {
14526
14526
  "arrayOk": true,
14527
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
14527
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
14528
14528
  "editType": "style",
14529
14529
  "valType": "color"
14530
14530
  },
@@ -14536,7 +14536,7 @@
14536
14536
  "valType": "subplotid"
14537
14537
  },
14538
14538
  "colorscale": {
14539
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
14539
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
14540
14540
  "dflt": null,
14541
14541
  "editType": "calc",
14542
14542
  "impliedEdits": {
@@ -14551,7 +14551,7 @@
14551
14551
  },
14552
14552
  "editType": "calc",
14553
14553
  "reversescale": {
14554
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
14554
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
14555
14555
  "dflt": false,
14556
14556
  "editType": "plot",
14557
14557
  "valType": "boolean"
@@ -14679,14 +14679,14 @@
14679
14679
  }
14680
14680
  },
14681
14681
  "reversescale": {
14682
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
14682
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
14683
14683
  "dflt": false,
14684
14684
  "editType": "plot",
14685
14685
  "valType": "boolean"
14686
14686
  },
14687
14687
  "role": "object",
14688
14688
  "showscale": {
14689
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
14689
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
14690
14690
  "dflt": false,
14691
14691
  "editType": "calc",
14692
14692
  "valType": "boolean"
@@ -15251,7 +15251,7 @@
15251
15251
  "marker": {
15252
15252
  "color": {
15253
15253
  "arrayOk": false,
15254
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
15254
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
15255
15255
  "editType": "style",
15256
15256
  "valType": "color"
15257
15257
  },
@@ -15259,7 +15259,7 @@
15259
15259
  "line": {
15260
15260
  "color": {
15261
15261
  "arrayOk": false,
15262
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
15262
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
15263
15263
  "dflt": "#444",
15264
15264
  "editType": "style",
15265
15265
  "valType": "color"
@@ -18155,7 +18155,7 @@
18155
18155
  "animatable": false,
18156
18156
  "attributes": {
18157
18157
  "autocolorscale": {
18158
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
18158
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
18159
18159
  "dflt": true,
18160
18160
  "editType": "calc",
18161
18161
  "impliedEdits": {},
@@ -18655,7 +18655,7 @@
18655
18655
  }
18656
18656
  },
18657
18657
  "colorscale": {
18658
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
18658
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
18659
18659
  "dflt": null,
18660
18660
  "editType": "calc",
18661
18661
  "impliedEdits": {
@@ -18912,7 +18912,7 @@
18912
18912
  "line": {
18913
18913
  "color": {
18914
18914
  "arrayOk": true,
18915
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
18915
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
18916
18916
  "dflt": "#444",
18917
18917
  "editType": "calc",
18918
18918
  "valType": "color"
@@ -19092,7 +19092,7 @@
19092
19092
  "valType": "data_array"
19093
19093
  },
19094
19094
  "zauto": {
19095
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
19095
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
19096
19096
  "dflt": true,
19097
19097
  "editType": "calc",
19098
19098
  "impliedEdits": {},
@@ -19143,7 +19143,7 @@
19143
19143
  "animatable": false,
19144
19144
  "attributes": {
19145
19145
  "autocolorscale": {
19146
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
19146
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
19147
19147
  "dflt": true,
19148
19148
  "editType": "calc",
19149
19149
  "impliedEdits": {},
@@ -19648,7 +19648,7 @@
19648
19648
  }
19649
19649
  },
19650
19650
  "colorscale": {
19651
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
19651
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
19652
19652
  "dflt": null,
19653
19653
  "editType": "calc",
19654
19654
  "impliedEdits": {
@@ -19887,7 +19887,7 @@
19887
19887
  "line": {
19888
19888
  "color": {
19889
19889
  "arrayOk": true,
19890
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
19890
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
19891
19891
  "dflt": "#444",
19892
19892
  "editType": "plot",
19893
19893
  "valType": "color"
@@ -20073,7 +20073,7 @@
20073
20073
  "valType": "data_array"
20074
20074
  },
20075
20075
  "zauto": {
20076
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
20076
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
20077
20077
  "dflt": true,
20078
20078
  "editType": "calc",
20079
20079
  "impliedEdits": {},
@@ -20138,14 +20138,14 @@
20138
20138
  ]
20139
20139
  },
20140
20140
  "autocolorscale": {
20141
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
20141
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
20142
20142
  "dflt": true,
20143
20143
  "editType": "calc",
20144
20144
  "impliedEdits": {},
20145
20145
  "valType": "boolean"
20146
20146
  },
20147
20147
  "cauto": {
20148
- "description": "Determines whether or not the color domain is computed with respect to the input data (here u/v/w norm) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
20148
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here u/v/w norm) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
20149
20149
  "dflt": true,
20150
20150
  "editType": "calc",
20151
20151
  "impliedEdits": {},
@@ -20670,7 +20670,7 @@
20670
20670
  }
20671
20671
  },
20672
20672
  "colorscale": {
20673
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
20673
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
20674
20674
  "dflt": null,
20675
20675
  "editType": "calc",
20676
20676
  "impliedEdits": {
@@ -21203,7 +21203,7 @@
21203
21203
  "animatable": false,
21204
21204
  "attributes": {
21205
21205
  "autocolorscale": {
21206
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
21206
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
21207
21207
  "dflt": false,
21208
21208
  "editType": "calc",
21209
21209
  "impliedEdits": {},
@@ -21710,7 +21710,7 @@
21710
21710
  }
21711
21711
  },
21712
21712
  "colorscale": {
21713
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
21713
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
21714
21714
  "dflt": null,
21715
21715
  "editType": "calc",
21716
21716
  "impliedEdits": {
@@ -22458,7 +22458,7 @@
22458
22458
  "valType": "data_array"
22459
22459
  },
22460
22460
  "zauto": {
22461
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
22461
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
22462
22462
  "dflt": true,
22463
22463
  "editType": "calc",
22464
22464
  "impliedEdits": {},
@@ -22548,7 +22548,7 @@
22548
22548
  ]
22549
22549
  },
22550
22550
  "autocolorscale": {
22551
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
22551
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
22552
22552
  "dflt": false,
22553
22553
  "editType": "calc",
22554
22554
  "impliedEdits": {},
@@ -23091,7 +23091,7 @@
23091
23091
  }
23092
23092
  },
23093
23093
  "colorscale": {
23094
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
23094
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
23095
23095
  "dflt": null,
23096
23096
  "editType": "calc",
23097
23097
  "impliedEdits": {
@@ -23479,7 +23479,7 @@
23479
23479
  "valType": "data_array"
23480
23480
  },
23481
23481
  "zauto": {
23482
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
23482
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
23483
23483
  "dflt": true,
23484
23484
  "editType": "calc",
23485
23485
  "impliedEdits": {},
@@ -23538,7 +23538,7 @@
23538
23538
  "animatable": false,
23539
23539
  "attributes": {
23540
23540
  "autocolorscale": {
23541
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
23541
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
23542
23542
  "dflt": true,
23543
23543
  "editType": "calc",
23544
23544
  "impliedEdits": {},
@@ -24043,7 +24043,7 @@
24043
24043
  }
24044
24044
  },
24045
24045
  "colorscale": {
24046
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
24046
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
24047
24047
  "dflt": null,
24048
24048
  "editType": "calc",
24049
24049
  "impliedEdits": {
@@ -24407,7 +24407,7 @@
24407
24407
  "valType": "data_array"
24408
24408
  },
24409
24409
  "zauto": {
24410
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
24410
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
24411
24411
  "dflt": true,
24412
24412
  "editType": "calc",
24413
24413
  "impliedEdits": {},
@@ -24800,21 +24800,21 @@
24800
24800
  },
24801
24801
  "marker": {
24802
24802
  "autocolorscale": {
24803
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
24803
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
24804
24804
  "dflt": true,
24805
24805
  "editType": "calc",
24806
24806
  "impliedEdits": {},
24807
24807
  "valType": "boolean"
24808
24808
  },
24809
24809
  "cauto": {
24810
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
24810
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
24811
24811
  "dflt": true,
24812
24812
  "editType": "calc",
24813
24813
  "impliedEdits": {},
24814
24814
  "valType": "boolean"
24815
24815
  },
24816
24816
  "cmax": {
24817
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
24817
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
24818
24818
  "dflt": null,
24819
24819
  "editType": "plot",
24820
24820
  "impliedEdits": {
@@ -24823,14 +24823,14 @@
24823
24823
  "valType": "number"
24824
24824
  },
24825
24825
  "cmid": {
24826
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
24826
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
24827
24827
  "dflt": null,
24828
24828
  "editType": "calc",
24829
24829
  "impliedEdits": {},
24830
24830
  "valType": "number"
24831
24831
  },
24832
24832
  "cmin": {
24833
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
24833
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
24834
24834
  "dflt": null,
24835
24835
  "editType": "plot",
24836
24836
  "impliedEdits": {
@@ -24840,7 +24840,7 @@
24840
24840
  },
24841
24841
  "color": {
24842
24842
  "arrayOk": true,
24843
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
24843
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
24844
24844
  "editType": "style",
24845
24845
  "valType": "color"
24846
24846
  },
@@ -25338,7 +25338,7 @@
25338
25338
  }
25339
25339
  },
25340
25340
  "colorscale": {
25341
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
25341
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
25342
25342
  "dflt": null,
25343
25343
  "editType": "calc",
25344
25344
  "impliedEdits": {
@@ -25354,21 +25354,21 @@
25354
25354
  "editType": "calc",
25355
25355
  "line": {
25356
25356
  "autocolorscale": {
25357
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
25357
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
25358
25358
  "dflt": true,
25359
25359
  "editType": "calc",
25360
25360
  "impliedEdits": {},
25361
25361
  "valType": "boolean"
25362
25362
  },
25363
25363
  "cauto": {
25364
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
25364
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
25365
25365
  "dflt": true,
25366
25366
  "editType": "calc",
25367
25367
  "impliedEdits": {},
25368
25368
  "valType": "boolean"
25369
25369
  },
25370
25370
  "cmax": {
25371
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
25371
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
25372
25372
  "dflt": null,
25373
25373
  "editType": "plot",
25374
25374
  "impliedEdits": {
@@ -25377,14 +25377,14 @@
25377
25377
  "valType": "number"
25378
25378
  },
25379
25379
  "cmid": {
25380
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
25380
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
25381
25381
  "dflt": null,
25382
25382
  "editType": "calc",
25383
25383
  "impliedEdits": {},
25384
25384
  "valType": "number"
25385
25385
  },
25386
25386
  "cmin": {
25387
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
25387
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
25388
25388
  "dflt": null,
25389
25389
  "editType": "plot",
25390
25390
  "impliedEdits": {
@@ -25394,7 +25394,7 @@
25394
25394
  },
25395
25395
  "color": {
25396
25396
  "arrayOk": true,
25397
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
25397
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
25398
25398
  "editType": "style",
25399
25399
  "valType": "color"
25400
25400
  },
@@ -25406,7 +25406,7 @@
25406
25406
  "valType": "subplotid"
25407
25407
  },
25408
25408
  "colorscale": {
25409
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
25409
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
25410
25410
  "dflt": null,
25411
25411
  "editType": "calc",
25412
25412
  "impliedEdits": {
@@ -25421,7 +25421,7 @@
25421
25421
  },
25422
25422
  "editType": "calc",
25423
25423
  "reversescale": {
25424
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
25424
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
25425
25425
  "dflt": false,
25426
25426
  "editType": "plot",
25427
25427
  "valType": "boolean"
@@ -25456,14 +25456,14 @@
25456
25456
  "valType": "string"
25457
25457
  },
25458
25458
  "reversescale": {
25459
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
25459
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
25460
25460
  "dflt": false,
25461
25461
  "editType": "plot",
25462
25462
  "valType": "boolean"
25463
25463
  },
25464
25464
  "role": "object",
25465
25465
  "showscale": {
25466
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
25466
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
25467
25467
  "dflt": false,
25468
25468
  "editType": "calc",
25469
25469
  "valType": "boolean"
@@ -26548,7 +26548,7 @@
26548
26548
  "animatable": false,
26549
26549
  "attributes": {
26550
26550
  "autocolorscale": {
26551
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
26551
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
26552
26552
  "dflt": false,
26553
26553
  "editType": "calc",
26554
26554
  "impliedEdits": {},
@@ -27048,7 +27048,7 @@
27048
27048
  }
27049
27049
  },
27050
27050
  "colorscale": {
27051
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
27051
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
27052
27052
  "dflt": null,
27053
27053
  "editType": "calc",
27054
27054
  "impliedEdits": {
@@ -27643,7 +27643,7 @@
27643
27643
  "valType": "data_array"
27644
27644
  },
27645
27645
  "zauto": {
27646
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
27646
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
27647
27647
  "dflt": true,
27648
27648
  "editType": "calc",
27649
27649
  "impliedEdits": {},
@@ -27712,7 +27712,7 @@
27712
27712
  "animatable": false,
27713
27713
  "attributes": {
27714
27714
  "autocolorscale": {
27715
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
27715
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
27716
27716
  "dflt": false,
27717
27717
  "editType": "calc",
27718
27718
  "impliedEdits": {},
@@ -28212,7 +28212,7 @@
28212
28212
  }
28213
28213
  },
28214
28214
  "colorscale": {
28215
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
28215
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
28216
28216
  "dflt": null,
28217
28217
  "editType": "calc",
28218
28218
  "impliedEdits": {
@@ -28597,7 +28597,7 @@
28597
28597
  "valType": "data_array"
28598
28598
  },
28599
28599
  "zauto": {
28600
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
28600
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
28601
28601
  "dflt": true,
28602
28602
  "editType": "calc",
28603
28603
  "impliedEdits": {},
@@ -29203,21 +29203,21 @@
29203
29203
  },
29204
29204
  "marker": {
29205
29205
  "autocolorscale": {
29206
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
29206
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
29207
29207
  "dflt": true,
29208
29208
  "editType": "calc",
29209
29209
  "impliedEdits": {},
29210
29210
  "valType": "boolean"
29211
29211
  },
29212
29212
  "cauto": {
29213
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
29213
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
29214
29214
  "dflt": true,
29215
29215
  "editType": "calc",
29216
29216
  "impliedEdits": {},
29217
29217
  "valType": "boolean"
29218
29218
  },
29219
29219
  "cmax": {
29220
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
29220
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
29221
29221
  "dflt": null,
29222
29222
  "editType": "plot",
29223
29223
  "impliedEdits": {
@@ -29226,14 +29226,14 @@
29226
29226
  "valType": "number"
29227
29227
  },
29228
29228
  "cmid": {
29229
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
29229
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
29230
29230
  "dflt": null,
29231
29231
  "editType": "calc",
29232
29232
  "impliedEdits": {},
29233
29233
  "valType": "number"
29234
29234
  },
29235
29235
  "cmin": {
29236
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
29236
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
29237
29237
  "dflt": null,
29238
29238
  "editType": "plot",
29239
29239
  "impliedEdits": {
@@ -29243,7 +29243,7 @@
29243
29243
  },
29244
29244
  "color": {
29245
29245
  "arrayOk": true,
29246
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
29246
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
29247
29247
  "editType": "style",
29248
29248
  "valType": "color"
29249
29249
  },
@@ -29741,7 +29741,7 @@
29741
29741
  }
29742
29742
  },
29743
29743
  "colorscale": {
29744
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
29744
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
29745
29745
  "dflt": null,
29746
29746
  "editType": "calc",
29747
29747
  "impliedEdits": {
@@ -29757,21 +29757,21 @@
29757
29757
  "editType": "calc",
29758
29758
  "line": {
29759
29759
  "autocolorscale": {
29760
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
29760
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
29761
29761
  "dflt": true,
29762
29762
  "editType": "calc",
29763
29763
  "impliedEdits": {},
29764
29764
  "valType": "boolean"
29765
29765
  },
29766
29766
  "cauto": {
29767
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
29767
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
29768
29768
  "dflt": true,
29769
29769
  "editType": "calc",
29770
29770
  "impliedEdits": {},
29771
29771
  "valType": "boolean"
29772
29772
  },
29773
29773
  "cmax": {
29774
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
29774
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
29775
29775
  "dflt": null,
29776
29776
  "editType": "plot",
29777
29777
  "impliedEdits": {
@@ -29780,14 +29780,14 @@
29780
29780
  "valType": "number"
29781
29781
  },
29782
29782
  "cmid": {
29783
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
29783
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
29784
29784
  "dflt": null,
29785
29785
  "editType": "calc",
29786
29786
  "impliedEdits": {},
29787
29787
  "valType": "number"
29788
29788
  },
29789
29789
  "cmin": {
29790
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
29790
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
29791
29791
  "dflt": null,
29792
29792
  "editType": "plot",
29793
29793
  "impliedEdits": {
@@ -29797,7 +29797,7 @@
29797
29797
  },
29798
29798
  "color": {
29799
29799
  "arrayOk": true,
29800
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
29800
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
29801
29801
  "editType": "style",
29802
29802
  "valType": "color"
29803
29803
  },
@@ -29809,7 +29809,7 @@
29809
29809
  "valType": "subplotid"
29810
29810
  },
29811
29811
  "colorscale": {
29812
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
29812
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
29813
29813
  "dflt": null,
29814
29814
  "editType": "calc",
29815
29815
  "impliedEdits": {
@@ -29824,7 +29824,7 @@
29824
29824
  },
29825
29825
  "editType": "calc",
29826
29826
  "reversescale": {
29827
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
29827
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
29828
29828
  "dflt": false,
29829
29829
  "editType": "plot",
29830
29830
  "valType": "boolean"
@@ -29952,14 +29952,14 @@
29952
29952
  }
29953
29953
  },
29954
29954
  "reversescale": {
29955
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
29955
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
29956
29956
  "dflt": false,
29957
29957
  "editType": "plot",
29958
29958
  "valType": "boolean"
29959
29959
  },
29960
29960
  "role": "object",
29961
29961
  "showscale": {
29962
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
29962
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
29963
29963
  "dflt": false,
29964
29964
  "editType": "calc",
29965
29965
  "valType": "boolean"
@@ -30419,7 +30419,7 @@
30419
30419
  "valType": "boolean"
30420
30420
  },
30421
30421
  "autocolorscale": {
30422
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
30422
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
30423
30423
  "dflt": false,
30424
30424
  "editType": "calc",
30425
30425
  "impliedEdits": {},
@@ -30925,7 +30925,7 @@
30925
30925
  }
30926
30926
  },
30927
30927
  "colorscale": {
30928
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
30928
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
30929
30929
  "dflt": null,
30930
30930
  "editType": "calc",
30931
30931
  "impliedEdits": {
@@ -31465,7 +31465,7 @@
31465
31465
  "valType": "data_array"
31466
31466
  },
31467
31467
  "zauto": {
31468
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
31468
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
31469
31469
  "dflt": true,
31470
31470
  "editType": "calc",
31471
31471
  "impliedEdits": {},
@@ -31548,7 +31548,7 @@
31548
31548
  "valType": "boolean"
31549
31549
  },
31550
31550
  "autocolorscale": {
31551
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
31551
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
31552
31552
  "dflt": true,
31553
31553
  "editType": "calc",
31554
31554
  "impliedEdits": {},
@@ -32061,7 +32061,7 @@
32061
32061
  }
32062
32062
  },
32063
32063
  "colorscale": {
32064
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
32064
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `zmin` and `zmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
32065
32065
  "dflt": null,
32066
32066
  "editType": "calc",
32067
32067
  "impliedEdits": {
@@ -32756,7 +32756,7 @@
32756
32756
  "valType": "data_array"
32757
32757
  },
32758
32758
  "zauto": {
32759
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
32759
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `z`) or the bounds set in `zmin` and `zmax` Defaults to `false` when `zmin` and `zmax` are set by the user.",
32760
32760
  "dflt": true,
32761
32761
  "editType": "calc",
32762
32762
  "impliedEdits": {},
@@ -33172,21 +33172,21 @@
33172
33172
  },
33173
33173
  "marker": {
33174
33174
  "autocolorscale": {
33175
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colorsis set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
33175
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colors is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
33176
33176
  "dflt": true,
33177
33177
  "editType": "calc",
33178
33178
  "impliedEdits": {},
33179
33179
  "valType": "boolean"
33180
33180
  },
33181
33181
  "cauto": {
33182
- "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colorsis set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
33182
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colors is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
33183
33183
  "dflt": true,
33184
33184
  "editType": "calc",
33185
33185
  "impliedEdits": {},
33186
33186
  "valType": "boolean"
33187
33187
  },
33188
33188
  "cmax": {
33189
- "description": "Sets the upper bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
33189
+ "description": "Sets the upper bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
33190
33190
  "dflt": null,
33191
33191
  "editType": "plot",
33192
33192
  "impliedEdits": {
@@ -33195,14 +33195,14 @@
33195
33195
  "valType": "number"
33196
33196
  },
33197
33197
  "cmid": {
33198
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
33198
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colors is set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
33199
33199
  "dflt": null,
33200
33200
  "editType": "calc",
33201
33201
  "impliedEdits": {},
33202
33202
  "valType": "number"
33203
33203
  },
33204
33204
  "cmin": {
33205
- "description": "Sets the lower bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
33205
+ "description": "Sets the lower bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
33206
33206
  "dflt": null,
33207
33207
  "editType": "plot",
33208
33208
  "impliedEdits": {
@@ -33709,7 +33709,7 @@
33709
33709
  "valType": "data_array"
33710
33710
  },
33711
33711
  "colorscale": {
33712
- "description": "Sets the colorscale. Has an effect only if colorsis set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
33712
+ "description": "Sets the colorscale. Has an effect only if colors is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
33713
33713
  "dflt": null,
33714
33714
  "editType": "calc",
33715
33715
  "impliedEdits": {
@@ -33753,14 +33753,14 @@
33753
33753
  }
33754
33754
  },
33755
33755
  "reversescale": {
33756
- "description": "Reverses the color mapping if true. Has an effect only if colorsis set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
33756
+ "description": "Reverses the color mapping if true. Has an effect only if colors is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
33757
33757
  "dflt": false,
33758
33758
  "editType": "plot",
33759
33759
  "valType": "boolean"
33760
33760
  },
33761
33761
  "role": "object",
33762
33762
  "showscale": {
33763
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colorsis set to a numerical array.",
33763
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colors is set to a numerical array.",
33764
33764
  "dflt": false,
33765
33765
  "editType": "calc",
33766
33766
  "valType": "boolean"
@@ -35403,7 +35403,7 @@
35403
35403
  "animatable": false,
35404
35404
  "attributes": {
35405
35405
  "autocolorscale": {
35406
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
35406
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
35407
35407
  "dflt": true,
35408
35408
  "editType": "calc",
35409
35409
  "impliedEdits": {},
@@ -35468,7 +35468,7 @@
35468
35468
  }
35469
35469
  },
35470
35470
  "cauto": {
35471
- "description": "Determines whether or not the color domain is computed with respect to the input data (here `value`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
35471
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here `value`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
35472
35472
  "dflt": true,
35473
35473
  "editType": "calc",
35474
35474
  "impliedEdits": {},
@@ -35993,7 +35993,7 @@
35993
35993
  }
35994
35994
  },
35995
35995
  "colorscale": {
35996
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
35996
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
35997
35997
  "dflt": null,
35998
35998
  "editType": "calc",
35999
35999
  "impliedEdits": {
@@ -36672,14 +36672,14 @@
36672
36672
  "valType": "number"
36673
36673
  },
36674
36674
  "autocolorscale": {
36675
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
36675
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
36676
36676
  "dflt": true,
36677
36677
  "editType": "calc",
36678
36678
  "impliedEdits": {},
36679
36679
  "valType": "boolean"
36680
36680
  },
36681
36681
  "cauto": {
36682
- "description": "Determines whether or not the color domain is computed with respect to the input data (here `intensity`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
36682
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here `intensity`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
36683
36683
  "dflt": true,
36684
36684
  "editType": "calc",
36685
36685
  "impliedEdits": {},
@@ -37209,7 +37209,7 @@
37209
37209
  }
37210
37210
  },
37211
37211
  "colorscale": {
37212
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
37212
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
37213
37213
  "dflt": null,
37214
37214
  "editType": "calc",
37215
37215
  "impliedEdits": {
@@ -38641,21 +38641,21 @@
38641
38641
  },
38642
38642
  "line": {
38643
38643
  "autocolorscale": {
38644
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
38644
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
38645
38645
  "dflt": true,
38646
38646
  "editType": "calc",
38647
38647
  "impliedEdits": {},
38648
38648
  "valType": "boolean"
38649
38649
  },
38650
38650
  "cauto": {
38651
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color`is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
38651
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color` is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
38652
38652
  "dflt": true,
38653
38653
  "editType": "calc",
38654
38654
  "impliedEdits": {},
38655
38655
  "valType": "boolean"
38656
38656
  },
38657
38657
  "cmax": {
38658
- "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
38658
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
38659
38659
  "dflt": null,
38660
38660
  "editType": "calc",
38661
38661
  "impliedEdits": {
@@ -38664,14 +38664,14 @@
38664
38664
  "valType": "number"
38665
38665
  },
38666
38666
  "cmid": {
38667
- "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
38667
+ "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
38668
38668
  "dflt": null,
38669
38669
  "editType": "calc",
38670
38670
  "impliedEdits": {},
38671
38671
  "valType": "number"
38672
38672
  },
38673
38673
  "cmin": {
38674
- "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
38674
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
38675
38675
  "dflt": null,
38676
38676
  "editType": "calc",
38677
38677
  "impliedEdits": {
@@ -38681,7 +38681,7 @@
38681
38681
  },
38682
38682
  "color": {
38683
38683
  "arrayOk": true,
38684
- "description": "Sets thelinecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
38684
+ "description": "Sets the line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
38685
38685
  "editType": "calc",
38686
38686
  "valType": "color"
38687
38687
  },
@@ -39179,7 +39179,7 @@
39179
39179
  }
39180
39180
  },
39181
39181
  "colorscale": {
39182
- "description": "Sets the colorscale. Has an effect only if in `line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
39182
+ "description": "Sets the colorscale. Has an effect only if in `line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
39183
39183
  "dflt": null,
39184
39184
  "editType": "calc",
39185
39185
  "impliedEdits": {
@@ -39200,7 +39200,7 @@
39200
39200
  "valType": "string"
39201
39201
  },
39202
39202
  "reversescale": {
39203
- "description": "Reverses the color mapping if true. Has an effect only if in `line.color`is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
39203
+ "description": "Reverses the color mapping if true. Has an effect only if in `line.color` is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
39204
39204
  "dflt": false,
39205
39205
  "editType": "plot",
39206
39206
  "valType": "boolean"
@@ -39217,7 +39217,7 @@
39217
39217
  ]
39218
39218
  },
39219
39219
  "showscale": {
39220
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color`is set to a numerical array.",
39220
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color` is set to a numerical array.",
39221
39221
  "dflt": false,
39222
39222
  "editType": "calc",
39223
39223
  "valType": "boolean"
@@ -39598,21 +39598,21 @@
39598
39598
  },
39599
39599
  "line": {
39600
39600
  "autocolorscale": {
39601
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
39601
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
39602
39602
  "dflt": false,
39603
39603
  "editType": "calc",
39604
39604
  "impliedEdits": {},
39605
39605
  "valType": "boolean"
39606
39606
  },
39607
39607
  "cauto": {
39608
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color`is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
39608
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color` is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
39609
39609
  "dflt": true,
39610
39610
  "editType": "calc",
39611
39611
  "impliedEdits": {},
39612
39612
  "valType": "boolean"
39613
39613
  },
39614
39614
  "cmax": {
39615
- "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
39615
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
39616
39616
  "dflt": null,
39617
39617
  "editType": "calc",
39618
39618
  "impliedEdits": {
@@ -39621,14 +39621,14 @@
39621
39621
  "valType": "number"
39622
39622
  },
39623
39623
  "cmid": {
39624
- "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
39624
+ "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
39625
39625
  "dflt": null,
39626
39626
  "editType": "calc",
39627
39627
  "impliedEdits": {},
39628
39628
  "valType": "number"
39629
39629
  },
39630
39630
  "cmin": {
39631
- "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
39631
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
39632
39632
  "dflt": null,
39633
39633
  "editType": "calc",
39634
39634
  "impliedEdits": {
@@ -39638,7 +39638,7 @@
39638
39638
  },
39639
39639
  "color": {
39640
39640
  "arrayOk": true,
39641
- "description": "Sets thelinecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
39641
+ "description": "Sets the line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
39642
39642
  "editType": "calc",
39643
39643
  "valType": "color"
39644
39644
  },
@@ -40136,7 +40136,7 @@
40136
40136
  }
40137
40137
  },
40138
40138
  "colorscale": {
40139
- "description": "Sets the colorscale. Has an effect only if in `line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
40139
+ "description": "Sets the colorscale. Has an effect only if in `line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
40140
40140
  "dflt": [
40141
40141
  [
40142
40142
  0,
@@ -40220,14 +40220,14 @@
40220
40220
  },
40221
40221
  "editType": "calc",
40222
40222
  "reversescale": {
40223
- "description": "Reverses the color mapping if true. Has an effect only if in `line.color`is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
40223
+ "description": "Reverses the color mapping if true. Has an effect only if in `line.color` is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
40224
40224
  "dflt": false,
40225
40225
  "editType": "plot",
40226
40226
  "valType": "boolean"
40227
40227
  },
40228
40228
  "role": "object",
40229
40229
  "showscale": {
40230
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color`is set to a numerical array.",
40230
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color` is set to a numerical array.",
40231
40231
  "dflt": false,
40232
40232
  "editType": "calc",
40233
40233
  "valType": "boolean"
@@ -41388,7 +41388,7 @@
41388
41388
  },
41389
41389
  "color": {
41390
41390
  "arrayOk": false,
41391
- "description": "Sets the marker fill color. It accepts a specific color.If the color is not fully opaque and there are hundreds of thousandsof points, it may cause slower zooming and panning.",
41391
+ "description": "Sets the marker fill color. It accepts a specific color. If the color is not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning.",
41392
41392
  "editType": "calc",
41393
41393
  "valType": "color"
41394
41394
  },
@@ -41842,7 +41842,7 @@
41842
41842
  "valType": "number"
41843
41843
  },
41844
41844
  "colorscale": {
41845
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
41845
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
41846
41846
  "dflt": [
41847
41847
  [
41848
41848
  0,
@@ -43070,21 +43070,21 @@
43070
43070
  },
43071
43071
  "marker": {
43072
43072
  "autocolorscale": {
43073
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
43073
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
43074
43074
  "dflt": true,
43075
43075
  "editType": "calc",
43076
43076
  "impliedEdits": {},
43077
43077
  "valType": "boolean"
43078
43078
  },
43079
43079
  "cauto": {
43080
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
43080
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
43081
43081
  "dflt": true,
43082
43082
  "editType": "calc",
43083
43083
  "impliedEdits": {},
43084
43084
  "valType": "boolean"
43085
43085
  },
43086
43086
  "cmax": {
43087
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
43087
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
43088
43088
  "dflt": null,
43089
43089
  "editType": "plot",
43090
43090
  "impliedEdits": {
@@ -43093,14 +43093,14 @@
43093
43093
  "valType": "number"
43094
43094
  },
43095
43095
  "cmid": {
43096
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
43096
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
43097
43097
  "dflt": null,
43098
43098
  "editType": "calc",
43099
43099
  "impliedEdits": {},
43100
43100
  "valType": "number"
43101
43101
  },
43102
43102
  "cmin": {
43103
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
43103
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
43104
43104
  "dflt": null,
43105
43105
  "editType": "plot",
43106
43106
  "impliedEdits": {
@@ -43111,7 +43111,7 @@
43111
43111
  "color": {
43112
43112
  "anim": true,
43113
43113
  "arrayOk": true,
43114
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
43114
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
43115
43115
  "editType": "style",
43116
43116
  "valType": "color"
43117
43117
  },
@@ -43609,7 +43609,7 @@
43609
43609
  }
43610
43610
  },
43611
43611
  "colorscale": {
43612
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
43612
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
43613
43613
  "dflt": null,
43614
43614
  "editType": "calc",
43615
43615
  "impliedEdits": {
@@ -43658,21 +43658,21 @@
43658
43658
  },
43659
43659
  "line": {
43660
43660
  "autocolorscale": {
43661
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
43661
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
43662
43662
  "dflt": true,
43663
43663
  "editType": "calc",
43664
43664
  "impliedEdits": {},
43665
43665
  "valType": "boolean"
43666
43666
  },
43667
43667
  "cauto": {
43668
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
43668
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
43669
43669
  "dflt": true,
43670
43670
  "editType": "calc",
43671
43671
  "impliedEdits": {},
43672
43672
  "valType": "boolean"
43673
43673
  },
43674
43674
  "cmax": {
43675
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
43675
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
43676
43676
  "dflt": null,
43677
43677
  "editType": "plot",
43678
43678
  "impliedEdits": {
@@ -43681,14 +43681,14 @@
43681
43681
  "valType": "number"
43682
43682
  },
43683
43683
  "cmid": {
43684
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
43684
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
43685
43685
  "dflt": null,
43686
43686
  "editType": "calc",
43687
43687
  "impliedEdits": {},
43688
43688
  "valType": "number"
43689
43689
  },
43690
43690
  "cmin": {
43691
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
43691
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
43692
43692
  "dflt": null,
43693
43693
  "editType": "plot",
43694
43694
  "impliedEdits": {
@@ -43699,7 +43699,7 @@
43699
43699
  "color": {
43700
43700
  "anim": true,
43701
43701
  "arrayOk": true,
43702
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
43702
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
43703
43703
  "editType": "style",
43704
43704
  "valType": "color"
43705
43705
  },
@@ -43711,7 +43711,7 @@
43711
43711
  "valType": "subplotid"
43712
43712
  },
43713
43713
  "colorscale": {
43714
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
43714
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
43715
43715
  "dflt": null,
43716
43716
  "editType": "calc",
43717
43717
  "impliedEdits": {
@@ -43726,7 +43726,7 @@
43726
43726
  },
43727
43727
  "editType": "calc",
43728
43728
  "reversescale": {
43729
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
43729
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
43730
43730
  "dflt": false,
43731
43731
  "editType": "plot",
43732
43732
  "valType": "boolean"
@@ -43768,14 +43768,14 @@
43768
43768
  "valType": "string"
43769
43769
  },
43770
43770
  "reversescale": {
43771
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
43771
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
43772
43772
  "dflt": false,
43773
43773
  "editType": "plot",
43774
43774
  "valType": "boolean"
43775
43775
  },
43776
43776
  "role": "object",
43777
43777
  "showscale": {
43778
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
43778
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
43779
43779
  "dflt": false,
43780
43780
  "editType": "calc",
43781
43781
  "valType": "boolean"
@@ -45267,21 +45267,21 @@
45267
45267
  },
45268
45268
  "line": {
45269
45269
  "autocolorscale": {
45270
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
45270
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `line.colorscale`. Has an effect only if in `line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
45271
45271
  "dflt": true,
45272
45272
  "editType": "calc",
45273
45273
  "impliedEdits": {},
45274
45274
  "valType": "boolean"
45275
45275
  },
45276
45276
  "cauto": {
45277
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color`is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
45277
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `line.color`) or the bounds set in `line.cmin` and `line.cmax` Has an effect only if in `line.color` is set to a numerical array. Defaults to `false` when `line.cmin` and `line.cmax` are set by the user.",
45278
45278
  "dflt": true,
45279
45279
  "editType": "calc",
45280
45280
  "impliedEdits": {},
45281
45281
  "valType": "boolean"
45282
45282
  },
45283
45283
  "cmax": {
45284
- "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
45284
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmin` must be set as well.",
45285
45285
  "dflt": null,
45286
45286
  "editType": "calc",
45287
45287
  "impliedEdits": {
@@ -45290,14 +45290,14 @@
45290
45290
  "valType": "number"
45291
45291
  },
45292
45292
  "cmid": {
45293
- "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
45293
+ "description": "Sets the mid-point of the color domain by scaling `line.cmin` and/or `line.cmax` to be equidistant to this point. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color`. Has no effect when `line.cauto` is `false`.",
45294
45294
  "dflt": null,
45295
45295
  "editType": "calc",
45296
45296
  "impliedEdits": {},
45297
45297
  "valType": "number"
45298
45298
  },
45299
45299
  "cmin": {
45300
- "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color`is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
45300
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `line.color` is set to a numerical array. Value should have the same units as in `line.color` and if set, `line.cmax` must be set as well.",
45301
45301
  "dflt": null,
45302
45302
  "editType": "calc",
45303
45303
  "impliedEdits": {
@@ -45307,7 +45307,7 @@
45307
45307
  },
45308
45308
  "color": {
45309
45309
  "arrayOk": true,
45310
- "description": "Sets thelinecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
45310
+ "description": "Sets the line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `line.cmin` and `line.cmax` if set.",
45311
45311
  "editType": "calc",
45312
45312
  "valType": "color"
45313
45313
  },
@@ -45805,7 +45805,7 @@
45805
45805
  }
45806
45806
  },
45807
45807
  "colorscale": {
45808
- "description": "Sets the colorscale. Has an effect only if in `line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
45808
+ "description": "Sets the colorscale. Has an effect only if in `line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `line.cmin` and `line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
45809
45809
  "dflt": null,
45810
45810
  "editType": "calc",
45811
45811
  "impliedEdits": {
@@ -45834,14 +45834,14 @@
45834
45834
  },
45835
45835
  "editType": "calc",
45836
45836
  "reversescale": {
45837
- "description": "Reverses the color mapping if true. Has an effect only if in `line.color`is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
45837
+ "description": "Reverses the color mapping if true. Has an effect only if in `line.color` is set to a numerical array. If true, `line.cmin` will correspond to the last color in the array and `line.cmax` will correspond to the first color.",
45838
45838
  "dflt": false,
45839
45839
  "editType": "calc",
45840
45840
  "valType": "boolean"
45841
45841
  },
45842
45842
  "role": "object",
45843
45843
  "showscale": {
45844
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color`is set to a numerical array.",
45844
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `line.color` is set to a numerical array.",
45845
45845
  "dflt": false,
45846
45846
  "editType": "calc",
45847
45847
  "valType": "boolean"
@@ -45856,21 +45856,21 @@
45856
45856
  },
45857
45857
  "marker": {
45858
45858
  "autocolorscale": {
45859
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
45859
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
45860
45860
  "dflt": true,
45861
45861
  "editType": "calc",
45862
45862
  "impliedEdits": {},
45863
45863
  "valType": "boolean"
45864
45864
  },
45865
45865
  "cauto": {
45866
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
45866
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
45867
45867
  "dflt": true,
45868
45868
  "editType": "calc",
45869
45869
  "impliedEdits": {},
45870
45870
  "valType": "boolean"
45871
45871
  },
45872
45872
  "cmax": {
45873
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
45873
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
45874
45874
  "dflt": null,
45875
45875
  "editType": "calc",
45876
45876
  "impliedEdits": {
@@ -45879,14 +45879,14 @@
45879
45879
  "valType": "number"
45880
45880
  },
45881
45881
  "cmid": {
45882
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
45882
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
45883
45883
  "dflt": null,
45884
45884
  "editType": "calc",
45885
45885
  "impliedEdits": {},
45886
45886
  "valType": "number"
45887
45887
  },
45888
45888
  "cmin": {
45889
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
45889
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
45890
45890
  "dflt": null,
45891
45891
  "editType": "calc",
45892
45892
  "impliedEdits": {
@@ -45896,7 +45896,7 @@
45896
45896
  },
45897
45897
  "color": {
45898
45898
  "arrayOk": true,
45899
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
45899
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
45900
45900
  "editType": "calc",
45901
45901
  "valType": "color"
45902
45902
  },
@@ -46394,7 +46394,7 @@
46394
46394
  }
46395
46395
  },
46396
46396
  "colorscale": {
46397
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
46397
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
46398
46398
  "dflt": null,
46399
46399
  "editType": "calc",
46400
46400
  "impliedEdits": {
@@ -46410,21 +46410,21 @@
46410
46410
  "editType": "calc",
46411
46411
  "line": {
46412
46412
  "autocolorscale": {
46413
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
46413
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
46414
46414
  "dflt": true,
46415
46415
  "editType": "calc",
46416
46416
  "impliedEdits": {},
46417
46417
  "valType": "boolean"
46418
46418
  },
46419
46419
  "cauto": {
46420
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
46420
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
46421
46421
  "dflt": true,
46422
46422
  "editType": "calc",
46423
46423
  "impliedEdits": {},
46424
46424
  "valType": "boolean"
46425
46425
  },
46426
46426
  "cmax": {
46427
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
46427
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
46428
46428
  "dflt": null,
46429
46429
  "editType": "calc",
46430
46430
  "impliedEdits": {
@@ -46433,14 +46433,14 @@
46433
46433
  "valType": "number"
46434
46434
  },
46435
46435
  "cmid": {
46436
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
46436
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
46437
46437
  "dflt": null,
46438
46438
  "editType": "calc",
46439
46439
  "impliedEdits": {},
46440
46440
  "valType": "number"
46441
46441
  },
46442
46442
  "cmin": {
46443
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
46443
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
46444
46444
  "dflt": null,
46445
46445
  "editType": "calc",
46446
46446
  "impliedEdits": {
@@ -46450,7 +46450,7 @@
46450
46450
  },
46451
46451
  "color": {
46452
46452
  "arrayOk": true,
46453
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
46453
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
46454
46454
  "editType": "calc",
46455
46455
  "valType": "color"
46456
46456
  },
@@ -46462,7 +46462,7 @@
46462
46462
  "valType": "subplotid"
46463
46463
  },
46464
46464
  "colorscale": {
46465
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
46465
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
46466
46466
  "dflt": null,
46467
46467
  "editType": "calc",
46468
46468
  "impliedEdits": {
@@ -46477,7 +46477,7 @@
46477
46477
  },
46478
46478
  "editType": "calc",
46479
46479
  "reversescale": {
46480
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
46480
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
46481
46481
  "dflt": false,
46482
46482
  "editType": "calc",
46483
46483
  "valType": "boolean"
@@ -46500,14 +46500,14 @@
46500
46500
  "valType": "number"
46501
46501
  },
46502
46502
  "reversescale": {
46503
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
46503
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
46504
46504
  "dflt": false,
46505
46505
  "editType": "calc",
46506
46506
  "valType": "boolean"
46507
46507
  },
46508
46508
  "role": "object",
46509
46509
  "showscale": {
46510
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
46510
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
46511
46511
  "dflt": false,
46512
46512
  "editType": "calc",
46513
46513
  "valType": "boolean"
@@ -47298,21 +47298,21 @@
47298
47298
  },
47299
47299
  "marker": {
47300
47300
  "autocolorscale": {
47301
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
47301
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
47302
47302
  "dflt": true,
47303
47303
  "editType": "calc",
47304
47304
  "impliedEdits": {},
47305
47305
  "valType": "boolean"
47306
47306
  },
47307
47307
  "cauto": {
47308
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
47308
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
47309
47309
  "dflt": true,
47310
47310
  "editType": "calc",
47311
47311
  "impliedEdits": {},
47312
47312
  "valType": "boolean"
47313
47313
  },
47314
47314
  "cmax": {
47315
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
47315
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
47316
47316
  "dflt": null,
47317
47317
  "editType": "plot",
47318
47318
  "impliedEdits": {
@@ -47321,14 +47321,14 @@
47321
47321
  "valType": "number"
47322
47322
  },
47323
47323
  "cmid": {
47324
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
47324
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
47325
47325
  "dflt": null,
47326
47326
  "editType": "calc",
47327
47327
  "impliedEdits": {},
47328
47328
  "valType": "number"
47329
47329
  },
47330
47330
  "cmin": {
47331
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
47331
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
47332
47332
  "dflt": null,
47333
47333
  "editType": "plot",
47334
47334
  "impliedEdits": {
@@ -47338,7 +47338,7 @@
47338
47338
  },
47339
47339
  "color": {
47340
47340
  "arrayOk": true,
47341
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
47341
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
47342
47342
  "editType": "style",
47343
47343
  "valType": "color"
47344
47344
  },
@@ -47836,7 +47836,7 @@
47836
47836
  }
47837
47837
  },
47838
47838
  "colorscale": {
47839
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
47839
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
47840
47840
  "dflt": null,
47841
47841
  "editType": "calc",
47842
47842
  "impliedEdits": {
@@ -47885,21 +47885,21 @@
47885
47885
  },
47886
47886
  "line": {
47887
47887
  "autocolorscale": {
47888
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
47888
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
47889
47889
  "dflt": true,
47890
47890
  "editType": "calc",
47891
47891
  "impliedEdits": {},
47892
47892
  "valType": "boolean"
47893
47893
  },
47894
47894
  "cauto": {
47895
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
47895
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
47896
47896
  "dflt": true,
47897
47897
  "editType": "calc",
47898
47898
  "impliedEdits": {},
47899
47899
  "valType": "boolean"
47900
47900
  },
47901
47901
  "cmax": {
47902
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
47902
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
47903
47903
  "dflt": null,
47904
47904
  "editType": "plot",
47905
47905
  "impliedEdits": {
@@ -47908,14 +47908,14 @@
47908
47908
  "valType": "number"
47909
47909
  },
47910
47910
  "cmid": {
47911
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
47911
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
47912
47912
  "dflt": null,
47913
47913
  "editType": "calc",
47914
47914
  "impliedEdits": {},
47915
47915
  "valType": "number"
47916
47916
  },
47917
47917
  "cmin": {
47918
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
47918
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
47919
47919
  "dflt": null,
47920
47920
  "editType": "plot",
47921
47921
  "impliedEdits": {
@@ -47925,7 +47925,7 @@
47925
47925
  },
47926
47926
  "color": {
47927
47927
  "arrayOk": true,
47928
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
47928
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
47929
47929
  "editType": "style",
47930
47930
  "valType": "color"
47931
47931
  },
@@ -47937,7 +47937,7 @@
47937
47937
  "valType": "subplotid"
47938
47938
  },
47939
47939
  "colorscale": {
47940
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
47940
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
47941
47941
  "dflt": null,
47942
47942
  "editType": "calc",
47943
47943
  "impliedEdits": {
@@ -47952,7 +47952,7 @@
47952
47952
  },
47953
47953
  "editType": "calc",
47954
47954
  "reversescale": {
47955
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
47955
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
47956
47956
  "dflt": false,
47957
47957
  "editType": "plot",
47958
47958
  "valType": "boolean"
@@ -47992,14 +47992,14 @@
47992
47992
  "valType": "string"
47993
47993
  },
47994
47994
  "reversescale": {
47995
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
47995
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
47996
47996
  "dflt": false,
47997
47997
  "editType": "plot",
47998
47998
  "valType": "boolean"
47999
47999
  },
48000
48000
  "role": "object",
48001
48001
  "showscale": {
48002
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
48002
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
48003
48003
  "dflt": false,
48004
48004
  "editType": "calc",
48005
48005
  "valType": "boolean"
@@ -49133,21 +49133,21 @@
49133
49133
  },
49134
49134
  "marker": {
49135
49135
  "autocolorscale": {
49136
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
49136
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
49137
49137
  "dflt": true,
49138
49138
  "editType": "calc",
49139
49139
  "impliedEdits": {},
49140
49140
  "valType": "boolean"
49141
49141
  },
49142
49142
  "cauto": {
49143
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
49143
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
49144
49144
  "dflt": true,
49145
49145
  "editType": "calc",
49146
49146
  "impliedEdits": {},
49147
49147
  "valType": "boolean"
49148
49148
  },
49149
49149
  "cmax": {
49150
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
49150
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
49151
49151
  "dflt": null,
49152
49152
  "editType": "calc",
49153
49153
  "impliedEdits": {
@@ -49156,14 +49156,14 @@
49156
49156
  "valType": "number"
49157
49157
  },
49158
49158
  "cmid": {
49159
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
49159
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
49160
49160
  "dflt": null,
49161
49161
  "editType": "calc",
49162
49162
  "impliedEdits": {},
49163
49163
  "valType": "number"
49164
49164
  },
49165
49165
  "cmin": {
49166
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
49166
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
49167
49167
  "dflt": null,
49168
49168
  "editType": "calc",
49169
49169
  "impliedEdits": {
@@ -49173,7 +49173,7 @@
49173
49173
  },
49174
49174
  "color": {
49175
49175
  "arrayOk": true,
49176
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
49176
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
49177
49177
  "editType": "calc",
49178
49178
  "valType": "color"
49179
49179
  },
@@ -49671,7 +49671,7 @@
49671
49671
  }
49672
49672
  },
49673
49673
  "colorscale": {
49674
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
49674
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
49675
49675
  "dflt": null,
49676
49676
  "editType": "calc",
49677
49677
  "impliedEdits": {
@@ -49720,21 +49720,21 @@
49720
49720
  },
49721
49721
  "line": {
49722
49722
  "autocolorscale": {
49723
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
49723
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
49724
49724
  "dflt": true,
49725
49725
  "editType": "calc",
49726
49726
  "impliedEdits": {},
49727
49727
  "valType": "boolean"
49728
49728
  },
49729
49729
  "cauto": {
49730
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
49730
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
49731
49731
  "dflt": true,
49732
49732
  "editType": "calc",
49733
49733
  "impliedEdits": {},
49734
49734
  "valType": "boolean"
49735
49735
  },
49736
49736
  "cmax": {
49737
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
49737
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
49738
49738
  "dflt": null,
49739
49739
  "editType": "calc",
49740
49740
  "impliedEdits": {
@@ -49743,14 +49743,14 @@
49743
49743
  "valType": "number"
49744
49744
  },
49745
49745
  "cmid": {
49746
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
49746
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
49747
49747
  "dflt": null,
49748
49748
  "editType": "calc",
49749
49749
  "impliedEdits": {},
49750
49750
  "valType": "number"
49751
49751
  },
49752
49752
  "cmin": {
49753
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
49753
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
49754
49754
  "dflt": null,
49755
49755
  "editType": "calc",
49756
49756
  "impliedEdits": {
@@ -49760,7 +49760,7 @@
49760
49760
  },
49761
49761
  "color": {
49762
49762
  "arrayOk": true,
49763
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
49763
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
49764
49764
  "editType": "calc",
49765
49765
  "valType": "color"
49766
49766
  },
@@ -49772,7 +49772,7 @@
49772
49772
  "valType": "subplotid"
49773
49773
  },
49774
49774
  "colorscale": {
49775
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
49775
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
49776
49776
  "dflt": null,
49777
49777
  "editType": "calc",
49778
49778
  "impliedEdits": {
@@ -49787,7 +49787,7 @@
49787
49787
  },
49788
49788
  "editType": "calc",
49789
49789
  "reversescale": {
49790
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
49790
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
49791
49791
  "dflt": false,
49792
49792
  "editType": "calc",
49793
49793
  "valType": "boolean"
@@ -49820,14 +49820,14 @@
49820
49820
  "valType": "string"
49821
49821
  },
49822
49822
  "reversescale": {
49823
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
49823
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
49824
49824
  "dflt": false,
49825
49825
  "editType": "calc",
49826
49826
  "valType": "boolean"
49827
49827
  },
49828
49828
  "role": "object",
49829
49829
  "showscale": {
49830
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
49830
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
49831
49831
  "dflt": false,
49832
49832
  "editType": "calc",
49833
49833
  "valType": "boolean"
@@ -51114,21 +51114,21 @@
51114
51114
  },
51115
51115
  "marker": {
51116
51116
  "autocolorscale": {
51117
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
51117
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
51118
51118
  "dflt": true,
51119
51119
  "editType": "calc",
51120
51120
  "impliedEdits": {},
51121
51121
  "valType": "boolean"
51122
51122
  },
51123
51123
  "cauto": {
51124
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
51124
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
51125
51125
  "dflt": true,
51126
51126
  "editType": "calc",
51127
51127
  "impliedEdits": {},
51128
51128
  "valType": "boolean"
51129
51129
  },
51130
51130
  "cmax": {
51131
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
51131
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
51132
51132
  "dflt": null,
51133
51133
  "editType": "calc",
51134
51134
  "impliedEdits": {
@@ -51137,14 +51137,14 @@
51137
51137
  "valType": "number"
51138
51138
  },
51139
51139
  "cmid": {
51140
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
51140
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
51141
51141
  "dflt": null,
51142
51142
  "editType": "calc",
51143
51143
  "impliedEdits": {},
51144
51144
  "valType": "number"
51145
51145
  },
51146
51146
  "cmin": {
51147
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
51147
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
51148
51148
  "dflt": null,
51149
51149
  "editType": "calc",
51150
51150
  "impliedEdits": {
@@ -51154,7 +51154,7 @@
51154
51154
  },
51155
51155
  "color": {
51156
51156
  "arrayOk": true,
51157
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
51157
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
51158
51158
  "editType": "calc",
51159
51159
  "valType": "color"
51160
51160
  },
@@ -51652,7 +51652,7 @@
51652
51652
  }
51653
51653
  },
51654
51654
  "colorscale": {
51655
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
51655
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
51656
51656
  "dflt": null,
51657
51657
  "editType": "calc",
51658
51658
  "impliedEdits": {
@@ -51668,21 +51668,21 @@
51668
51668
  "editType": "calc",
51669
51669
  "line": {
51670
51670
  "autocolorscale": {
51671
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
51671
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
51672
51672
  "dflt": true,
51673
51673
  "editType": "calc",
51674
51674
  "impliedEdits": {},
51675
51675
  "valType": "boolean"
51676
51676
  },
51677
51677
  "cauto": {
51678
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
51678
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
51679
51679
  "dflt": true,
51680
51680
  "editType": "calc",
51681
51681
  "impliedEdits": {},
51682
51682
  "valType": "boolean"
51683
51683
  },
51684
51684
  "cmax": {
51685
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
51685
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
51686
51686
  "dflt": null,
51687
51687
  "editType": "calc",
51688
51688
  "impliedEdits": {
@@ -51691,14 +51691,14 @@
51691
51691
  "valType": "number"
51692
51692
  },
51693
51693
  "cmid": {
51694
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
51694
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
51695
51695
  "dflt": null,
51696
51696
  "editType": "calc",
51697
51697
  "impliedEdits": {},
51698
51698
  "valType": "number"
51699
51699
  },
51700
51700
  "cmin": {
51701
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
51701
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
51702
51702
  "dflt": null,
51703
51703
  "editType": "calc",
51704
51704
  "impliedEdits": {
@@ -51708,7 +51708,7 @@
51708
51708
  },
51709
51709
  "color": {
51710
51710
  "arrayOk": true,
51711
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
51711
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
51712
51712
  "editType": "calc",
51713
51713
  "valType": "color"
51714
51714
  },
@@ -51720,7 +51720,7 @@
51720
51720
  "valType": "subplotid"
51721
51721
  },
51722
51722
  "colorscale": {
51723
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
51723
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
51724
51724
  "dflt": null,
51725
51725
  "editType": "calc",
51726
51726
  "impliedEdits": {
@@ -51735,7 +51735,7 @@
51735
51735
  },
51736
51736
  "editType": "calc",
51737
51737
  "reversescale": {
51738
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
51738
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
51739
51739
  "dflt": false,
51740
51740
  "editType": "calc",
51741
51741
  "valType": "boolean"
@@ -51768,14 +51768,14 @@
51768
51768
  "valType": "string"
51769
51769
  },
51770
51770
  "reversescale": {
51771
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
51771
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
51772
51772
  "dflt": false,
51773
51773
  "editType": "calc",
51774
51774
  "valType": "boolean"
51775
51775
  },
51776
51776
  "role": "object",
51777
51777
  "showscale": {
51778
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
51778
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
51779
51779
  "dflt": false,
51780
51780
  "editType": "calc",
51781
51781
  "valType": "boolean"
@@ -53014,21 +53014,21 @@
53014
53014
  "valType": "string"
53015
53015
  },
53016
53016
  "autocolorscale": {
53017
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
53017
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
53018
53018
  "dflt": true,
53019
53019
  "editType": "calc",
53020
53020
  "impliedEdits": {},
53021
53021
  "valType": "boolean"
53022
53022
  },
53023
53023
  "cauto": {
53024
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
53024
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
53025
53025
  "dflt": true,
53026
53026
  "editType": "calc",
53027
53027
  "impliedEdits": {},
53028
53028
  "valType": "boolean"
53029
53029
  },
53030
53030
  "cmax": {
53031
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
53031
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
53032
53032
  "dflt": null,
53033
53033
  "editType": "calc",
53034
53034
  "impliedEdits": {
@@ -53037,14 +53037,14 @@
53037
53037
  "valType": "number"
53038
53038
  },
53039
53039
  "cmid": {
53040
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
53040
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
53041
53041
  "dflt": null,
53042
53042
  "editType": "calc",
53043
53043
  "impliedEdits": {},
53044
53044
  "valType": "number"
53045
53045
  },
53046
53046
  "cmin": {
53047
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
53047
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
53048
53048
  "dflt": null,
53049
53049
  "editType": "calc",
53050
53050
  "impliedEdits": {
@@ -53054,7 +53054,7 @@
53054
53054
  },
53055
53055
  "color": {
53056
53056
  "arrayOk": true,
53057
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
53057
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
53058
53058
  "editType": "calc",
53059
53059
  "valType": "color"
53060
53060
  },
@@ -53552,7 +53552,7 @@
53552
53552
  }
53553
53553
  },
53554
53554
  "colorscale": {
53555
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
53555
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
53556
53556
  "dflt": null,
53557
53557
  "editType": "calc",
53558
53558
  "impliedEdits": {
@@ -53580,14 +53580,14 @@
53580
53580
  "valType": "string"
53581
53581
  },
53582
53582
  "reversescale": {
53583
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
53583
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
53584
53584
  "dflt": false,
53585
53585
  "editType": "calc",
53586
53586
  "valType": "boolean"
53587
53587
  },
53588
53588
  "role": "object",
53589
53589
  "showscale": {
53590
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
53590
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
53591
53591
  "dflt": false,
53592
53592
  "editType": "calc",
53593
53593
  "valType": "boolean"
@@ -54183,21 +54183,21 @@
54183
54183
  },
54184
54184
  "marker": {
54185
54185
  "autocolorscale": {
54186
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
54186
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
54187
54187
  "dflt": true,
54188
54188
  "editType": "calc",
54189
54189
  "impliedEdits": {},
54190
54190
  "valType": "boolean"
54191
54191
  },
54192
54192
  "cauto": {
54193
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
54193
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
54194
54194
  "dflt": true,
54195
54195
  "editType": "calc",
54196
54196
  "impliedEdits": {},
54197
54197
  "valType": "boolean"
54198
54198
  },
54199
54199
  "cmax": {
54200
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
54200
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
54201
54201
  "dflt": null,
54202
54202
  "editType": "plot",
54203
54203
  "impliedEdits": {
@@ -54206,14 +54206,14 @@
54206
54206
  "valType": "number"
54207
54207
  },
54208
54208
  "cmid": {
54209
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
54209
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
54210
54210
  "dflt": null,
54211
54211
  "editType": "calc",
54212
54212
  "impliedEdits": {},
54213
54213
  "valType": "number"
54214
54214
  },
54215
54215
  "cmin": {
54216
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
54216
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
54217
54217
  "dflt": null,
54218
54218
  "editType": "plot",
54219
54219
  "impliedEdits": {
@@ -54223,7 +54223,7 @@
54223
54223
  },
54224
54224
  "color": {
54225
54225
  "arrayOk": true,
54226
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
54226
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
54227
54227
  "editType": "style",
54228
54228
  "valType": "color"
54229
54229
  },
@@ -54721,7 +54721,7 @@
54721
54721
  }
54722
54722
  },
54723
54723
  "colorscale": {
54724
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
54724
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
54725
54725
  "dflt": null,
54726
54726
  "editType": "calc",
54727
54727
  "impliedEdits": {
@@ -54770,21 +54770,21 @@
54770
54770
  },
54771
54771
  "line": {
54772
54772
  "autocolorscale": {
54773
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
54773
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
54774
54774
  "dflt": true,
54775
54775
  "editType": "calc",
54776
54776
  "impliedEdits": {},
54777
54777
  "valType": "boolean"
54778
54778
  },
54779
54779
  "cauto": {
54780
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
54780
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
54781
54781
  "dflt": true,
54782
54782
  "editType": "calc",
54783
54783
  "impliedEdits": {},
54784
54784
  "valType": "boolean"
54785
54785
  },
54786
54786
  "cmax": {
54787
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
54787
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
54788
54788
  "dflt": null,
54789
54789
  "editType": "plot",
54790
54790
  "impliedEdits": {
@@ -54793,14 +54793,14 @@
54793
54793
  "valType": "number"
54794
54794
  },
54795
54795
  "cmid": {
54796
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
54796
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
54797
54797
  "dflt": null,
54798
54798
  "editType": "calc",
54799
54799
  "impliedEdits": {},
54800
54800
  "valType": "number"
54801
54801
  },
54802
54802
  "cmin": {
54803
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
54803
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
54804
54804
  "dflt": null,
54805
54805
  "editType": "plot",
54806
54806
  "impliedEdits": {
@@ -54810,7 +54810,7 @@
54810
54810
  },
54811
54811
  "color": {
54812
54812
  "arrayOk": true,
54813
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
54813
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
54814
54814
  "editType": "style",
54815
54815
  "valType": "color"
54816
54816
  },
@@ -54822,7 +54822,7 @@
54822
54822
  "valType": "subplotid"
54823
54823
  },
54824
54824
  "colorscale": {
54825
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
54825
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
54826
54826
  "dflt": null,
54827
54827
  "editType": "calc",
54828
54828
  "impliedEdits": {
@@ -54837,7 +54837,7 @@
54837
54837
  },
54838
54838
  "editType": "calc",
54839
54839
  "reversescale": {
54840
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
54840
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
54841
54841
  "dflt": false,
54842
54842
  "editType": "plot",
54843
54843
  "valType": "boolean"
@@ -54877,14 +54877,14 @@
54877
54877
  "valType": "string"
54878
54878
  },
54879
54879
  "reversescale": {
54880
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
54880
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
54881
54881
  "dflt": false,
54882
54882
  "editType": "plot",
54883
54883
  "valType": "boolean"
54884
54884
  },
54885
54885
  "role": "object",
54886
54886
  "showscale": {
54887
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
54887
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
54888
54888
  "dflt": false,
54889
54889
  "editType": "calc",
54890
54890
  "valType": "boolean"
@@ -56021,21 +56021,21 @@
56021
56021
  },
56022
56022
  "marker": {
56023
56023
  "autocolorscale": {
56024
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
56024
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
56025
56025
  "dflt": true,
56026
56026
  "editType": "calc",
56027
56027
  "impliedEdits": {},
56028
56028
  "valType": "boolean"
56029
56029
  },
56030
56030
  "cauto": {
56031
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
56031
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
56032
56032
  "dflt": true,
56033
56033
  "editType": "calc",
56034
56034
  "impliedEdits": {},
56035
56035
  "valType": "boolean"
56036
56036
  },
56037
56037
  "cmax": {
56038
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
56038
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
56039
56039
  "dflt": null,
56040
56040
  "editType": "calc",
56041
56041
  "impliedEdits": {
@@ -56044,14 +56044,14 @@
56044
56044
  "valType": "number"
56045
56045
  },
56046
56046
  "cmid": {
56047
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
56047
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
56048
56048
  "dflt": null,
56049
56049
  "editType": "calc",
56050
56050
  "impliedEdits": {},
56051
56051
  "valType": "number"
56052
56052
  },
56053
56053
  "cmin": {
56054
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
56054
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
56055
56055
  "dflt": null,
56056
56056
  "editType": "calc",
56057
56057
  "impliedEdits": {
@@ -56061,7 +56061,7 @@
56061
56061
  },
56062
56062
  "color": {
56063
56063
  "arrayOk": true,
56064
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
56064
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
56065
56065
  "editType": "calc",
56066
56066
  "valType": "color"
56067
56067
  },
@@ -56559,7 +56559,7 @@
56559
56559
  }
56560
56560
  },
56561
56561
  "colorscale": {
56562
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
56562
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
56563
56563
  "dflt": null,
56564
56564
  "editType": "calc",
56565
56565
  "impliedEdits": {
@@ -56575,21 +56575,21 @@
56575
56575
  "editType": "calc",
56576
56576
  "line": {
56577
56577
  "autocolorscale": {
56578
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
56578
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
56579
56579
  "dflt": true,
56580
56580
  "editType": "calc",
56581
56581
  "impliedEdits": {},
56582
56582
  "valType": "boolean"
56583
56583
  },
56584
56584
  "cauto": {
56585
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
56585
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
56586
56586
  "dflt": true,
56587
56587
  "editType": "calc",
56588
56588
  "impliedEdits": {},
56589
56589
  "valType": "boolean"
56590
56590
  },
56591
56591
  "cmax": {
56592
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
56592
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
56593
56593
  "dflt": null,
56594
56594
  "editType": "calc",
56595
56595
  "impliedEdits": {
@@ -56598,14 +56598,14 @@
56598
56598
  "valType": "number"
56599
56599
  },
56600
56600
  "cmid": {
56601
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
56601
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
56602
56602
  "dflt": null,
56603
56603
  "editType": "calc",
56604
56604
  "impliedEdits": {},
56605
56605
  "valType": "number"
56606
56606
  },
56607
56607
  "cmin": {
56608
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
56608
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
56609
56609
  "dflt": null,
56610
56610
  "editType": "calc",
56611
56611
  "impliedEdits": {
@@ -56615,7 +56615,7 @@
56615
56615
  },
56616
56616
  "color": {
56617
56617
  "arrayOk": true,
56618
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
56618
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
56619
56619
  "editType": "calc",
56620
56620
  "valType": "color"
56621
56621
  },
@@ -56627,7 +56627,7 @@
56627
56627
  "valType": "subplotid"
56628
56628
  },
56629
56629
  "colorscale": {
56630
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
56630
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
56631
56631
  "dflt": null,
56632
56632
  "editType": "calc",
56633
56633
  "impliedEdits": {
@@ -56642,7 +56642,7 @@
56642
56642
  },
56643
56643
  "editType": "calc",
56644
56644
  "reversescale": {
56645
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
56645
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
56646
56646
  "dflt": false,
56647
56647
  "editType": "calc",
56648
56648
  "valType": "boolean"
@@ -56675,14 +56675,14 @@
56675
56675
  "valType": "string"
56676
56676
  },
56677
56677
  "reversescale": {
56678
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
56678
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
56679
56679
  "dflt": false,
56680
56680
  "editType": "calc",
56681
56681
  "valType": "boolean"
56682
56682
  },
56683
56683
  "role": "object",
56684
56684
  "showscale": {
56685
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
56685
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
56686
56686
  "dflt": false,
56687
56687
  "editType": "calc",
56688
56688
  "valType": "boolean"
@@ -57836,21 +57836,21 @@
57836
57836
  },
57837
57837
  "marker": {
57838
57838
  "autocolorscale": {
57839
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
57839
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
57840
57840
  "dflt": true,
57841
57841
  "editType": "calc",
57842
57842
  "impliedEdits": {},
57843
57843
  "valType": "boolean"
57844
57844
  },
57845
57845
  "cauto": {
57846
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
57846
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
57847
57847
  "dflt": true,
57848
57848
  "editType": "calc",
57849
57849
  "impliedEdits": {},
57850
57850
  "valType": "boolean"
57851
57851
  },
57852
57852
  "cmax": {
57853
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
57853
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
57854
57854
  "dflt": null,
57855
57855
  "editType": "plot",
57856
57856
  "impliedEdits": {
@@ -57859,14 +57859,14 @@
57859
57859
  "valType": "number"
57860
57860
  },
57861
57861
  "cmid": {
57862
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
57862
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
57863
57863
  "dflt": null,
57864
57864
  "editType": "calc",
57865
57865
  "impliedEdits": {},
57866
57866
  "valType": "number"
57867
57867
  },
57868
57868
  "cmin": {
57869
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
57869
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
57870
57870
  "dflt": null,
57871
57871
  "editType": "plot",
57872
57872
  "impliedEdits": {
@@ -57876,7 +57876,7 @@
57876
57876
  },
57877
57877
  "color": {
57878
57878
  "arrayOk": true,
57879
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
57879
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
57880
57880
  "editType": "style",
57881
57881
  "valType": "color"
57882
57882
  },
@@ -58374,7 +58374,7 @@
58374
58374
  }
58375
58375
  },
58376
58376
  "colorscale": {
58377
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
58377
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
58378
58378
  "dflt": null,
58379
58379
  "editType": "calc",
58380
58380
  "impliedEdits": {
@@ -58423,21 +58423,21 @@
58423
58423
  },
58424
58424
  "line": {
58425
58425
  "autocolorscale": {
58426
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
58426
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
58427
58427
  "dflt": true,
58428
58428
  "editType": "calc",
58429
58429
  "impliedEdits": {},
58430
58430
  "valType": "boolean"
58431
58431
  },
58432
58432
  "cauto": {
58433
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
58433
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
58434
58434
  "dflt": true,
58435
58435
  "editType": "calc",
58436
58436
  "impliedEdits": {},
58437
58437
  "valType": "boolean"
58438
58438
  },
58439
58439
  "cmax": {
58440
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
58440
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
58441
58441
  "dflt": null,
58442
58442
  "editType": "plot",
58443
58443
  "impliedEdits": {
@@ -58446,14 +58446,14 @@
58446
58446
  "valType": "number"
58447
58447
  },
58448
58448
  "cmid": {
58449
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
58449
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
58450
58450
  "dflt": null,
58451
58451
  "editType": "calc",
58452
58452
  "impliedEdits": {},
58453
58453
  "valType": "number"
58454
58454
  },
58455
58455
  "cmin": {
58456
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
58456
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
58457
58457
  "dflt": null,
58458
58458
  "editType": "plot",
58459
58459
  "impliedEdits": {
@@ -58463,7 +58463,7 @@
58463
58463
  },
58464
58464
  "color": {
58465
58465
  "arrayOk": true,
58466
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
58466
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
58467
58467
  "editType": "style",
58468
58468
  "valType": "color"
58469
58469
  },
@@ -58475,7 +58475,7 @@
58475
58475
  "valType": "subplotid"
58476
58476
  },
58477
58477
  "colorscale": {
58478
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
58478
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
58479
58479
  "dflt": null,
58480
58480
  "editType": "calc",
58481
58481
  "impliedEdits": {
@@ -58490,7 +58490,7 @@
58490
58490
  },
58491
58491
  "editType": "calc",
58492
58492
  "reversescale": {
58493
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
58493
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
58494
58494
  "dflt": false,
58495
58495
  "editType": "plot",
58496
58496
  "valType": "boolean"
@@ -58530,14 +58530,14 @@
58530
58530
  "valType": "string"
58531
58531
  },
58532
58532
  "reversescale": {
58533
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
58533
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
58534
58534
  "dflt": false,
58535
58535
  "editType": "plot",
58536
58536
  "valType": "boolean"
58537
58537
  },
58538
58538
  "role": "object",
58539
58539
  "showscale": {
58540
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
58540
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
58541
58541
  "dflt": false,
58542
58542
  "editType": "calc",
58543
58543
  "valType": "boolean"
@@ -59677,21 +59677,21 @@
59677
59677
  },
59678
59678
  "marker": {
59679
59679
  "autocolorscale": {
59680
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
59680
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
59681
59681
  "dflt": true,
59682
59682
  "editType": "calc",
59683
59683
  "impliedEdits": {},
59684
59684
  "valType": "boolean"
59685
59685
  },
59686
59686
  "cauto": {
59687
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
59687
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
59688
59688
  "dflt": true,
59689
59689
  "editType": "calc",
59690
59690
  "impliedEdits": {},
59691
59691
  "valType": "boolean"
59692
59692
  },
59693
59693
  "cmax": {
59694
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
59694
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
59695
59695
  "dflt": null,
59696
59696
  "editType": "plot",
59697
59697
  "impliedEdits": {
@@ -59700,14 +59700,14 @@
59700
59700
  "valType": "number"
59701
59701
  },
59702
59702
  "cmid": {
59703
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
59703
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
59704
59704
  "dflt": null,
59705
59705
  "editType": "calc",
59706
59706
  "impliedEdits": {},
59707
59707
  "valType": "number"
59708
59708
  },
59709
59709
  "cmin": {
59710
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
59710
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
59711
59711
  "dflt": null,
59712
59712
  "editType": "plot",
59713
59713
  "impliedEdits": {
@@ -59717,7 +59717,7 @@
59717
59717
  },
59718
59718
  "color": {
59719
59719
  "arrayOk": true,
59720
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
59720
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
59721
59721
  "editType": "style",
59722
59722
  "valType": "color"
59723
59723
  },
@@ -60215,7 +60215,7 @@
60215
60215
  }
60216
60216
  },
60217
60217
  "colorscale": {
60218
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
60218
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
60219
60219
  "dflt": null,
60220
60220
  "editType": "calc",
60221
60221
  "impliedEdits": {
@@ -60264,21 +60264,21 @@
60264
60264
  },
60265
60265
  "line": {
60266
60266
  "autocolorscale": {
60267
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
60267
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
60268
60268
  "dflt": true,
60269
60269
  "editType": "calc",
60270
60270
  "impliedEdits": {},
60271
60271
  "valType": "boolean"
60272
60272
  },
60273
60273
  "cauto": {
60274
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
60274
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
60275
60275
  "dflt": true,
60276
60276
  "editType": "calc",
60277
60277
  "impliedEdits": {},
60278
60278
  "valType": "boolean"
60279
60279
  },
60280
60280
  "cmax": {
60281
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
60281
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
60282
60282
  "dflt": null,
60283
60283
  "editType": "plot",
60284
60284
  "impliedEdits": {
@@ -60287,14 +60287,14 @@
60287
60287
  "valType": "number"
60288
60288
  },
60289
60289
  "cmid": {
60290
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
60290
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
60291
60291
  "dflt": null,
60292
60292
  "editType": "calc",
60293
60293
  "impliedEdits": {},
60294
60294
  "valType": "number"
60295
60295
  },
60296
60296
  "cmin": {
60297
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
60297
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
60298
60298
  "dflt": null,
60299
60299
  "editType": "plot",
60300
60300
  "impliedEdits": {
@@ -60304,7 +60304,7 @@
60304
60304
  },
60305
60305
  "color": {
60306
60306
  "arrayOk": true,
60307
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
60307
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
60308
60308
  "editType": "style",
60309
60309
  "valType": "color"
60310
60310
  },
@@ -60316,7 +60316,7 @@
60316
60316
  "valType": "subplotid"
60317
60317
  },
60318
60318
  "colorscale": {
60319
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
60319
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
60320
60320
  "dflt": null,
60321
60321
  "editType": "calc",
60322
60322
  "impliedEdits": {
@@ -60331,7 +60331,7 @@
60331
60331
  },
60332
60332
  "editType": "calc",
60333
60333
  "reversescale": {
60334
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
60334
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
60335
60335
  "dflt": false,
60336
60336
  "editType": "plot",
60337
60337
  "valType": "boolean"
@@ -60371,14 +60371,14 @@
60371
60371
  "valType": "string"
60372
60372
  },
60373
60373
  "reversescale": {
60374
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
60374
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
60375
60375
  "dflt": false,
60376
60376
  "editType": "plot",
60377
60377
  "valType": "boolean"
60378
60378
  },
60379
60379
  "role": "object",
60380
60380
  "showscale": {
60381
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
60381
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
60382
60382
  "dflt": false,
60383
60383
  "editType": "calc",
60384
60384
  "valType": "boolean"
@@ -61472,21 +61472,21 @@
61472
61472
  },
61473
61473
  "marker": {
61474
61474
  "autocolorscale": {
61475
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
61475
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
61476
61476
  "dflt": true,
61477
61477
  "editType": "calc",
61478
61478
  "impliedEdits": {},
61479
61479
  "valType": "boolean"
61480
61480
  },
61481
61481
  "cauto": {
61482
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color`is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
61482
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.color`) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if in `marker.color` is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
61483
61483
  "dflt": true,
61484
61484
  "editType": "calc",
61485
61485
  "impliedEdits": {},
61486
61486
  "valType": "boolean"
61487
61487
  },
61488
61488
  "cmax": {
61489
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
61489
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmin` must be set as well.",
61490
61490
  "dflt": null,
61491
61491
  "editType": "style",
61492
61492
  "impliedEdits": {
@@ -61495,14 +61495,14 @@
61495
61495
  "valType": "number"
61496
61496
  },
61497
61497
  "cmid": {
61498
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
61498
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color`. Has no effect when `marker.cauto` is `false`.",
61499
61499
  "dflt": null,
61500
61500
  "editType": "calc",
61501
61501
  "impliedEdits": {},
61502
61502
  "valType": "number"
61503
61503
  },
61504
61504
  "cmin": {
61505
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color`is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
61505
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.color` is set to a numerical array. Value should have the same units as in `marker.color` and if set, `marker.cmax` must be set as well.",
61506
61506
  "dflt": null,
61507
61507
  "editType": "style",
61508
61508
  "impliedEdits": {
@@ -61512,7 +61512,7 @@
61512
61512
  },
61513
61513
  "color": {
61514
61514
  "arrayOk": true,
61515
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
61515
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
61516
61516
  "editType": "style",
61517
61517
  "valType": "color"
61518
61518
  },
@@ -62010,7 +62010,7 @@
62010
62010
  }
62011
62011
  },
62012
62012
  "colorscale": {
62013
- "description": "Sets the colorscale. Has an effect only if in `marker.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
62013
+ "description": "Sets the colorscale. Has an effect only if in `marker.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
62014
62014
  "dflt": null,
62015
62015
  "editType": "calc",
62016
62016
  "impliedEdits": {
@@ -62026,21 +62026,21 @@
62026
62026
  "editType": "calc",
62027
62027
  "line": {
62028
62028
  "autocolorscale": {
62029
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color`is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
62029
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.line.colorscale`. Has an effect only if in `marker.line.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
62030
62030
  "dflt": true,
62031
62031
  "editType": "calc",
62032
62032
  "impliedEdits": {},
62033
62033
  "valType": "boolean"
62034
62034
  },
62035
62035
  "cauto": {
62036
- "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color`is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
62036
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here in `marker.line.color`) or the bounds set in `marker.line.cmin` and `marker.line.cmax` Has an effect only if in `marker.line.color` is set to a numerical array. Defaults to `false` when `marker.line.cmin` and `marker.line.cmax` are set by the user.",
62037
62037
  "dflt": true,
62038
62038
  "editType": "calc",
62039
62039
  "impliedEdits": {},
62040
62040
  "valType": "boolean"
62041
62041
  },
62042
62042
  "cmax": {
62043
- "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
62043
+ "description": "Sets the upper bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmin` must be set as well.",
62044
62044
  "dflt": null,
62045
62045
  "editType": "calc",
62046
62046
  "impliedEdits": {
@@ -62049,14 +62049,14 @@
62049
62049
  "valType": "number"
62050
62050
  },
62051
62051
  "cmid": {
62052
- "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
62052
+ "description": "Sets the mid-point of the color domain by scaling `marker.line.cmin` and/or `marker.line.cmax` to be equidistant to this point. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color`. Has no effect when `marker.line.cauto` is `false`.",
62053
62053
  "dflt": null,
62054
62054
  "editType": "calc",
62055
62055
  "impliedEdits": {},
62056
62056
  "valType": "number"
62057
62057
  },
62058
62058
  "cmin": {
62059
- "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color`is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
62059
+ "description": "Sets the lower bound of the color domain. Has an effect only if in `marker.line.color` is set to a numerical array. Value should have the same units as in `marker.line.color` and if set, `marker.line.cmax` must be set as well.",
62060
62060
  "dflt": null,
62061
62061
  "editType": "calc",
62062
62062
  "impliedEdits": {
@@ -62066,7 +62066,7 @@
62066
62066
  },
62067
62067
  "color": {
62068
62068
  "arrayOk": true,
62069
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
62069
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
62070
62070
  "editType": "calc",
62071
62071
  "valType": "color"
62072
62072
  },
@@ -62078,7 +62078,7 @@
62078
62078
  "valType": "subplotid"
62079
62079
  },
62080
62080
  "colorscale": {
62081
- "description": "Sets the colorscale. Has an effect only if in `marker.line.color`is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
62081
+ "description": "Sets the colorscale. Has an effect only if in `marker.line.color` is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.line.cmin` and `marker.line.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
62082
62082
  "dflt": null,
62083
62083
  "editType": "calc",
62084
62084
  "impliedEdits": {
@@ -62093,7 +62093,7 @@
62093
62093
  },
62094
62094
  "editType": "calc",
62095
62095
  "reversescale": {
62096
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color`is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
62096
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.line.color` is set to a numerical array. If true, `marker.line.cmin` will correspond to the last color in the array and `marker.line.cmax` will correspond to the first color.",
62097
62097
  "dflt": false,
62098
62098
  "editType": "plot",
62099
62099
  "valType": "boolean"
@@ -62126,14 +62126,14 @@
62126
62126
  "valType": "string"
62127
62127
  },
62128
62128
  "reversescale": {
62129
- "description": "Reverses the color mapping if true. Has an effect only if in `marker.color`is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
62129
+ "description": "Reverses the color mapping if true. Has an effect only if in `marker.color` is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
62130
62130
  "dflt": false,
62131
62131
  "editType": "plot",
62132
62132
  "valType": "boolean"
62133
62133
  },
62134
62134
  "role": "object",
62135
62135
  "showscale": {
62136
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color`is set to a numerical array.",
62136
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if in `marker.color` is set to a numerical array.",
62137
62137
  "dflt": false,
62138
62138
  "editType": "calc",
62139
62139
  "valType": "boolean"
@@ -62877,14 +62877,14 @@
62877
62877
  "animatable": false,
62878
62878
  "attributes": {
62879
62879
  "autocolorscale": {
62880
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
62880
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
62881
62881
  "dflt": true,
62882
62882
  "editType": "calc",
62883
62883
  "impliedEdits": {},
62884
62884
  "valType": "boolean"
62885
62885
  },
62886
62886
  "cauto": {
62887
- "description": "Determines whether or not the color domain is computed with respect to the input data (here u/v/w norm) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
62887
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here u/v/w norm) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
62888
62888
  "dflt": true,
62889
62889
  "editType": "calc",
62890
62890
  "impliedEdits": {},
@@ -63409,7 +63409,7 @@
63409
63409
  }
63410
63410
  },
63411
63411
  "colorscale": {
63412
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
63412
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
63413
63413
  "dflt": null,
63414
63414
  "editType": "calc",
63415
63415
  "impliedEdits": {
@@ -64330,21 +64330,21 @@
64330
64330
  },
64331
64331
  "marker": {
64332
64332
  "autocolorscale": {
64333
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colorsis set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
64333
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colors is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
64334
64334
  "dflt": true,
64335
64335
  "editType": "calc",
64336
64336
  "impliedEdits": {},
64337
64337
  "valType": "boolean"
64338
64338
  },
64339
64339
  "cauto": {
64340
- "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colorsis set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
64340
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colors is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
64341
64341
  "dflt": true,
64342
64342
  "editType": "calc",
64343
64343
  "impliedEdits": {},
64344
64344
  "valType": "boolean"
64345
64345
  },
64346
64346
  "cmax": {
64347
- "description": "Sets the upper bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
64347
+ "description": "Sets the upper bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
64348
64348
  "dflt": null,
64349
64349
  "editType": "plot",
64350
64350
  "impliedEdits": {
@@ -64353,14 +64353,14 @@
64353
64353
  "valType": "number"
64354
64354
  },
64355
64355
  "cmid": {
64356
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
64356
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colors is set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
64357
64357
  "dflt": null,
64358
64358
  "editType": "calc",
64359
64359
  "impliedEdits": {},
64360
64360
  "valType": "number"
64361
64361
  },
64362
64362
  "cmin": {
64363
- "description": "Sets the lower bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
64363
+ "description": "Sets the lower bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
64364
64364
  "dflt": null,
64365
64365
  "editType": "plot",
64366
64366
  "impliedEdits": {
@@ -64867,7 +64867,7 @@
64867
64867
  "valType": "data_array"
64868
64868
  },
64869
64869
  "colorscale": {
64870
- "description": "Sets the colorscale. Has an effect only if colorsis set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
64870
+ "description": "Sets the colorscale. Has an effect only if colors is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
64871
64871
  "dflt": null,
64872
64872
  "editType": "calc",
64873
64873
  "impliedEdits": {
@@ -64911,14 +64911,14 @@
64911
64911
  }
64912
64912
  },
64913
64913
  "reversescale": {
64914
- "description": "Reverses the color mapping if true. Has an effect only if colorsis set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
64914
+ "description": "Reverses the color mapping if true. Has an effect only if colors is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
64915
64915
  "dflt": false,
64916
64916
  "editType": "plot",
64917
64917
  "valType": "boolean"
64918
64918
  },
64919
64919
  "role": "object",
64920
64920
  "showscale": {
64921
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colorsis set to a numerical array.",
64921
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colors is set to a numerical array.",
64922
64922
  "dflt": false,
64923
64923
  "editType": "calc",
64924
64924
  "valType": "boolean"
@@ -65203,14 +65203,14 @@
65203
65203
  }
65204
65204
  },
65205
65205
  "autocolorscale": {
65206
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
65206
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
65207
65207
  "dflt": false,
65208
65208
  "editType": "calc",
65209
65209
  "impliedEdits": {},
65210
65210
  "valType": "boolean"
65211
65211
  },
65212
65212
  "cauto": {
65213
- "description": "Determines whether or not the color domain is computed with respect to the input data (here z or surfacecolor) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
65213
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here z or surfacecolor) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
65214
65214
  "dflt": true,
65215
65215
  "editType": "calc",
65216
65216
  "impliedEdits": {},
@@ -65735,7 +65735,7 @@
65735
65735
  }
65736
65736
  },
65737
65737
  "colorscale": {
65738
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
65738
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
65739
65739
  "dflt": null,
65740
65740
  "editType": "calc",
65741
65741
  "impliedEdits": {
@@ -67545,21 +67545,21 @@
67545
67545
  },
67546
67546
  "marker": {
67547
67547
  "autocolorscale": {
67548
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colorsis set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
67548
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if colors is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
67549
67549
  "dflt": true,
67550
67550
  "editType": "calc",
67551
67551
  "impliedEdits": {},
67552
67552
  "valType": "boolean"
67553
67553
  },
67554
67554
  "cauto": {
67555
- "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colorsis set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
67555
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here colors) or the bounds set in `marker.cmin` and `marker.cmax` Has an effect only if colors is set to a numerical array. Defaults to `false` when `marker.cmin` and `marker.cmax` are set by the user.",
67556
67556
  "dflt": true,
67557
67557
  "editType": "calc",
67558
67558
  "impliedEdits": {},
67559
67559
  "valType": "boolean"
67560
67560
  },
67561
67561
  "cmax": {
67562
- "description": "Sets the upper bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
67562
+ "description": "Sets the upper bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmin` must be set as well.",
67563
67563
  "dflt": null,
67564
67564
  "editType": "plot",
67565
67565
  "impliedEdits": {
@@ -67568,14 +67568,14 @@
67568
67568
  "valType": "number"
67569
67569
  },
67570
67570
  "cmid": {
67571
- "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
67571
+ "description": "Sets the mid-point of the color domain by scaling `marker.cmin` and/or `marker.cmax` to be equidistant to this point. Has an effect only if colors is set to a numerical array. Value should have the same units as colors. Has no effect when `marker.cauto` is `false`.",
67572
67572
  "dflt": null,
67573
67573
  "editType": "calc",
67574
67574
  "impliedEdits": {},
67575
67575
  "valType": "number"
67576
67576
  },
67577
67577
  "cmin": {
67578
- "description": "Sets the lower bound of the color domain. Has an effect only if colorsis set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
67578
+ "description": "Sets the lower bound of the color domain. Has an effect only if colors is set to a numerical array. Value should have the same units as colors and if set, `marker.cmax` must be set as well.",
67579
67579
  "dflt": null,
67580
67580
  "editType": "plot",
67581
67581
  "impliedEdits": {
@@ -68082,7 +68082,7 @@
68082
68082
  "valType": "data_array"
68083
68083
  },
68084
68084
  "colorscale": {
68085
- "description": "Sets the colorscale. Has an effect only if colorsis set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
68085
+ "description": "Sets the colorscale. Has an effect only if colors is set to a numerical array. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `marker.cmin` and `marker.cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
68086
68086
  "dflt": null,
68087
68087
  "editType": "calc",
68088
68088
  "impliedEdits": {
@@ -68164,14 +68164,14 @@
68164
68164
  }
68165
68165
  },
68166
68166
  "reversescale": {
68167
- "description": "Reverses the color mapping if true. Has an effect only if colorsis set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
68167
+ "description": "Reverses the color mapping if true. Has an effect only if colors is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
68168
68168
  "dflt": false,
68169
68169
  "editType": "plot",
68170
68170
  "valType": "boolean"
68171
68171
  },
68172
68172
  "role": "object",
68173
68173
  "showscale": {
68174
- "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colorsis set to a numerical array.",
68174
+ "description": "Determines whether or not a colorbar is displayed for this trace. Has an effect only if colors is set to a numerical array.",
68175
68175
  "dflt": false,
68176
68176
  "editType": "calc",
68177
68177
  "valType": "boolean"
@@ -68873,7 +68873,7 @@
68873
68873
  "marker": {
68874
68874
  "color": {
68875
68875
  "arrayOk": false,
68876
- "description": "Sets themarkercolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
68876
+ "description": "Sets the marker color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.cmin` and `marker.cmax` if set.",
68877
68877
  "editType": "style",
68878
68878
  "valType": "color"
68879
68879
  },
@@ -68881,7 +68881,7 @@
68881
68881
  "line": {
68882
68882
  "color": {
68883
68883
  "arrayOk": false,
68884
- "description": "Sets themarker.linecolor. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
68884
+ "description": "Sets the marker.line color. It accepts either a specific color or an array of numbers that are mapped to the colorscale relative to the max and min values of the array or relative to `marker.line.cmin` and `marker.line.cmax` if set.",
68885
68885
  "dflt": "#444",
68886
68886
  "editType": "style",
68887
68887
  "valType": "color"
@@ -69502,7 +69502,7 @@
69502
69502
  "valType": "string"
69503
69503
  },
69504
69504
  "scalemode": {
69505
- "description": "Sets the metric by which the width of each violin is determined.*width* means each violin has the same (max) width*count* means the violins are scaled by the number of sample points makingup each violin.",
69505
+ "description": "Sets the metric by which the width of each violin is determined. *width* means each violin has the same (max) width *count* means the violins are scaled by the number of sample points making up each violin.",
69506
69506
  "dflt": "width",
69507
69507
  "editType": "calc",
69508
69508
  "valType": "enumerated",
@@ -69783,7 +69783,7 @@
69783
69783
  "animatable": false,
69784
69784
  "attributes": {
69785
69785
  "autocolorscale": {
69786
- "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
69786
+ "description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `colorscale`. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
69787
69787
  "dflt": true,
69788
69788
  "editType": "calc",
69789
69789
  "impliedEdits": {},
@@ -69848,7 +69848,7 @@
69848
69848
  }
69849
69849
  },
69850
69850
  "cauto": {
69851
- "description": "Determines whether or not the color domain is computed with respect to the input data (here `value`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
69851
+ "description": "Determines whether or not the color domain is computed with respect to the input data (here `value`) or the bounds set in `cmin` and `cmax` Defaults to `false` when `cmin` and `cmax` are set by the user.",
69852
69852
  "dflt": true,
69853
69853
  "editType": "calc",
69854
69854
  "impliedEdits": {},
@@ -70373,7 +70373,7 @@
70373
70373
  }
70374
70374
  },
70375
70375
  "colorscale": {
70376
- "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use`cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
70376
+ "description": "Sets the colorscale. The colorscale must be an array containing arrays mapping a normalized value to an rgb, rgba, hex, hsl, hsv, or named color string. At minimum, a mapping for the lowest (0) and highest (1) values are required. For example, `[[0, 'rgb(0,0,255)'], [1, 'rgb(255,0,0)']]`. To control the bounds of the colorscale in color space, use `cmin` and `cmax`. Alternatively, `colorscale` may be a palette name string of the following list: Blackbody,Bluered,Blues,Cividis,Earth,Electric,Greens,Greys,Hot,Jet,Picnic,Portland,Rainbow,RdBu,Reds,Viridis,YlGnBu,YlOrRd.",
70377
70377
  "dflt": null,
70378
70378
  "editType": "calc",
70379
70379
  "impliedEdits": {