diff --git a/src/plot_api/plot_schema.js b/src/plot_api/plot_schema.js index 8833e688fd0..b8f8f812dc1 100644 --- a/src/plot_api/plot_schema.js +++ b/src/plot_api/plot_schema.js @@ -603,10 +603,7 @@ function mergeValTypeAndRole(attrs) { function makeSrcAttr(attrName) { return { valType: 'string', - description: [ - 'Sets the source reference on Chart Studio Cloud for ', - attrName, '.' - ].join(' '), + description: 'Sets the source reference on Chart Studio Cloud for `' + attrName + '`.', editType: 'none' }; } diff --git a/test/plot-schema.json b/test/plot-schema.json index 42d2478c731..ba2a41655da 100644 --- a/test/plot-schema.json +++ b/test/plot-schema.json @@ -1445,7 +1445,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -1455,7 +1455,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -3003,7 +3003,7 @@ "valType": "data_array" }, "dashsrc": { - "description": "Sets the source reference on Chart Studio Cloud for dash .", + "description": "Sets the source reference on Chart Studio Cloud for `dash`.", "editType": "none", "valType": "string" }, @@ -3268,7 +3268,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -3286,7 +3286,7 @@ "valType": "string" }, "addsrc": { - "description": "Sets the source reference on Chart Studio Cloud for add .", + "description": "Sets the source reference on Chart Studio Cloud for `add`.", "editType": "none", "valType": "string" }, @@ -3319,7 +3319,7 @@ "valType": "string" }, "removesrc": { - "description": "Sets the source reference on Chart Studio Cloud for remove .", + "description": "Sets the source reference on Chart Studio Cloud for `remove`.", "editType": "none", "valType": "string" }, @@ -3441,7 +3441,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -3785,7 +3785,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -3795,7 +3795,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -4004,7 +4004,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -4363,7 +4363,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -4373,7 +4373,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -5094,7 +5094,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -5482,7 +5482,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -5492,7 +5492,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -5656,7 +5656,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -6044,7 +6044,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -6054,7 +6054,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -6218,7 +6218,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -6606,7 +6606,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -6616,7 +6616,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -7615,7 +7615,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -7625,7 +7625,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -7992,7 +7992,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -8002,7 +8002,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -8375,7 +8375,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -8385,7 +8385,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -9091,7 +9091,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -10000,7 +10000,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -10010,7 +10010,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -10202,7 +10202,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -10857,7 +10857,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -10867,7 +10867,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -10988,7 +10988,7 @@ "valType": "any" }, "basesrc": { - "description": "Sets the source reference on Chart Studio Cloud for base .", + "description": "Sets the source reference on Chart Studio Cloud for `base`.", "editType": "none", "valType": "string" }, @@ -11016,7 +11016,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -11053,12 +11053,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -11153,12 +11153,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -11250,7 +11250,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -11268,7 +11268,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -11279,7 +11279,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -11290,7 +11290,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -11302,7 +11302,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -11317,7 +11317,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -11329,7 +11329,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -11343,7 +11343,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -11357,7 +11357,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -11369,7 +11369,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -11380,7 +11380,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -11402,7 +11402,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -11417,7 +11417,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -11429,7 +11429,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -11885,7 +11885,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -11895,7 +11895,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -12010,7 +12010,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -12078,7 +12078,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -12100,7 +12100,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -12115,7 +12115,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -12127,7 +12127,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -12140,7 +12140,7 @@ "valType": "color" }, "fgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for fgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.", "editType": "none", "valType": "string" }, @@ -12180,7 +12180,7 @@ ] }, "shapesrc": { - "description": "Sets the source reference on Chart Studio Cloud for shape .", + "description": "Sets the source reference on Chart Studio Cloud for `shape`.", "editType": "none", "valType": "string" }, @@ -12193,7 +12193,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -12207,7 +12207,7 @@ "valType": "number" }, "soliditysrc": { - "description": "Sets the source reference on Chart Studio Cloud for solidity .", + "description": "Sets the source reference on Chart Studio Cloud for `solidity`.", "editType": "none", "valType": "string" } @@ -12233,7 +12233,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -12256,7 +12256,7 @@ "valType": "string" }, "offsetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for offset .", + "description": "Sets the source reference on Chart Studio Cloud for `offset`.", "editType": "none", "valType": "string" }, @@ -12284,7 +12284,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -12299,7 +12299,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -12311,7 +12311,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -12395,7 +12395,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -12410,7 +12410,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -12422,7 +12422,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -12441,12 +12441,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -12458,7 +12458,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -12533,7 +12533,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" }, @@ -12609,7 +12609,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -12685,7 +12685,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -12756,7 +12756,7 @@ "valType": "any" }, "basesrc": { - "description": "Sets the source reference on Chart Studio Cloud for base .", + "description": "Sets the source reference on Chart Studio Cloud for `base`.", "editType": "none", "valType": "string" }, @@ -12766,7 +12766,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -12800,7 +12800,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -12818,7 +12818,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -12829,7 +12829,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -12840,7 +12840,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -12852,7 +12852,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -12867,7 +12867,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -12879,7 +12879,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -12893,7 +12893,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -12907,7 +12907,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -12919,7 +12919,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -12929,7 +12929,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -13384,7 +13384,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -13394,7 +13394,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -13509,7 +13509,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -13577,7 +13577,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -13598,7 +13598,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -13613,7 +13613,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -13625,7 +13625,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -13638,7 +13638,7 @@ "valType": "color" }, "fgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for fgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.", "editType": "none", "valType": "string" }, @@ -13678,7 +13678,7 @@ ] }, "shapesrc": { - "description": "Sets the source reference on Chart Studio Cloud for shape .", + "description": "Sets the source reference on Chart Studio Cloud for `shape`.", "editType": "none", "valType": "string" }, @@ -13691,7 +13691,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -13705,7 +13705,7 @@ "valType": "number" }, "soliditysrc": { - "description": "Sets the source reference on Chart Studio Cloud for solidity .", + "description": "Sets the source reference on Chart Studio Cloud for `solidity`.", "editType": "none", "valType": "string" } @@ -13731,7 +13731,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -13748,7 +13748,7 @@ "valType": "number" }, "offsetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for offset .", + "description": "Sets the source reference on Chart Studio Cloud for `offset`.", "editType": "none", "valType": "string" }, @@ -13772,7 +13772,7 @@ "valType": "any" }, "rsrc": { - "description": "Sets the source reference on Chart Studio Cloud for r .", + "description": "Sets the source reference on Chart Studio Cloud for `r`.", "editType": "none", "valType": "string" }, @@ -13849,7 +13849,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -13865,7 +13865,7 @@ "valType": "any" }, "thetasrc": { - "description": "Sets the source reference on Chart Studio Cloud for theta .", + "description": "Sets the source reference on Chart Studio Cloud for `theta`.", "editType": "none", "valType": "string" }, @@ -13950,7 +13950,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -14022,7 +14022,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -14061,7 +14061,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -14079,7 +14079,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -14090,7 +14090,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -14101,7 +14101,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -14113,7 +14113,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -14128,7 +14128,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -14140,7 +14140,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -14154,7 +14154,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -14178,7 +14178,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -14190,7 +14190,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -14200,7 +14200,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -14276,7 +14276,7 @@ "valType": "data_array" }, "lowerfencesrc": { - "description": "Sets the source reference on Chart Studio Cloud for lowerfence .", + "description": "Sets the source reference on Chart Studio Cloud for `lowerfence`.", "editType": "none", "valType": "string" }, @@ -14833,7 +14833,7 @@ "valType": "data_array" }, "meansrc": { - "description": "Sets the source reference on Chart Studio Cloud for mean .", + "description": "Sets the source reference on Chart Studio Cloud for `mean`.", "editType": "none", "valType": "string" }, @@ -14843,7 +14843,7 @@ "valType": "data_array" }, "mediansrc": { - "description": "Sets the source reference on Chart Studio Cloud for median .", + "description": "Sets the source reference on Chart Studio Cloud for `median`.", "editType": "none", "valType": "string" }, @@ -14854,7 +14854,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -14874,7 +14874,7 @@ "valType": "data_array" }, "notchspansrc": { - "description": "Sets the source reference on Chart Studio Cloud for notchspan .", + "description": "Sets the source reference on Chart Studio Cloud for `notchspan`.", "editType": "none", "valType": "string" }, @@ -14922,7 +14922,7 @@ "valType": "data_array" }, "q1src": { - "description": "Sets the source reference on Chart Studio Cloud for q1 .", + "description": "Sets the source reference on Chart Studio Cloud for `q1`.", "editType": "none", "valType": "string" }, @@ -14932,7 +14932,7 @@ "valType": "data_array" }, "q3src": { - "description": "Sets the source reference on Chart Studio Cloud for q3 .", + "description": "Sets the source reference on Chart Studio Cloud for `q3`.", "editType": "none", "valType": "string" }, @@ -14953,7 +14953,7 @@ "valType": "data_array" }, "sdsrc": { - "description": "Sets the source reference on Chart Studio Cloud for sd .", + "description": "Sets the source reference on Chart Studio Cloud for `sd`.", "editType": "none", "valType": "string" }, @@ -15021,7 +15021,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -15078,7 +15078,7 @@ "valType": "data_array" }, "upperfencesrc": { - "description": "Sets the source reference on Chart Studio Cloud for upperfence .", + "description": "Sets the source reference on Chart Studio Cloud for `upperfence`.", "editType": "none", "valType": "string" }, @@ -15177,7 +15177,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -15250,7 +15250,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -15307,7 +15307,7 @@ "valType": "data_array" }, "closesrc": { - "description": "Sets the source reference on Chart Studio Cloud for close .", + "description": "Sets the source reference on Chart Studio Cloud for `close`.", "editType": "none", "valType": "string" }, @@ -15317,7 +15317,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -15353,7 +15353,7 @@ "valType": "data_array" }, "highsrc": { - "description": "Sets the source reference on Chart Studio Cloud for high .", + "description": "Sets the source reference on Chart Studio Cloud for `high`.", "editType": "none", "valType": "string" }, @@ -15377,7 +15377,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -15395,7 +15395,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -15406,7 +15406,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -15417,7 +15417,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -15429,7 +15429,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -15444,7 +15444,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -15456,7 +15456,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -15470,7 +15470,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -15490,7 +15490,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -15500,7 +15500,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -15590,7 +15590,7 @@ "valType": "data_array" }, "lowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for low .", + "description": "Sets the source reference on Chart Studio Cloud for `low`.", "editType": "none", "valType": "string" }, @@ -15601,7 +15601,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -15624,7 +15624,7 @@ "valType": "data_array" }, "opensrc": { - "description": "Sets the source reference on Chart Studio Cloud for open .", + "description": "Sets the source reference on Chart Studio Cloud for `open`.", "editType": "none", "valType": "string" }, @@ -15666,7 +15666,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -15774,7 +15774,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -15920,7 +15920,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -16299,7 +16299,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -16309,7 +16309,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -16364,7 +16364,7 @@ } }, "asrc": { - "description": "Sets the source reference on Chart Studio Cloud for a .", + "description": "Sets the source reference on Chart Studio Cloud for `a`.", "editType": "none", "valType": "string" }, @@ -16454,7 +16454,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -16833,7 +16833,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -16843,7 +16843,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -16898,7 +16898,7 @@ } }, "bsrc": { - "description": "Sets the source reference on Chart Studio Cloud for b .", + "description": "Sets the source reference on Chart Studio Cloud for `b`.", "editType": "none", "valType": "string" }, @@ -16925,7 +16925,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -16972,7 +16972,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -17020,7 +17020,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -17091,7 +17091,7 @@ "valType": "subplotid" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -17107,7 +17107,7 @@ "valType": "subplotid" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -17499,7 +17499,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -17509,7 +17509,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -17629,7 +17629,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -17669,7 +17669,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -17687,7 +17687,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -17698,7 +17698,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -17709,7 +17709,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -17721,7 +17721,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -17736,7 +17736,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -17748,7 +17748,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -17762,7 +17762,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -17776,7 +17776,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -17788,7 +17788,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -17798,7 +17798,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -17863,7 +17863,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -17878,7 +17878,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -17893,7 +17893,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -17908,7 +17908,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -17921,7 +17921,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -17995,7 +17995,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -18084,7 +18084,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -18476,7 +18476,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -18486,7 +18486,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -18606,7 +18606,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -18640,7 +18640,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -18658,7 +18658,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -18669,7 +18669,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -18680,7 +18680,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -18692,7 +18692,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -18707,7 +18707,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -18719,7 +18719,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -18733,7 +18733,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -18747,7 +18747,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -18759,7 +18759,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -18769,7 +18769,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -18822,7 +18822,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -18837,7 +18837,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -18852,7 +18852,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -18867,7 +18867,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -18880,7 +18880,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -18960,7 +18960,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -19049,7 +19049,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -19482,7 +19482,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -19492,7 +19492,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -19612,7 +19612,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -19640,7 +19640,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -19658,7 +19658,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -19669,7 +19669,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -19680,7 +19680,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -19692,7 +19692,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -19707,7 +19707,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -19719,7 +19719,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -19733,7 +19733,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -19747,7 +19747,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -19759,7 +19759,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -19769,7 +19769,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -19911,7 +19911,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -19995,7 +19995,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -20022,7 +20022,7 @@ "valType": "any" }, "usrc": { - "description": "Sets the source reference on Chart Studio Cloud for u .", + "description": "Sets the source reference on Chart Studio Cloud for `u`.", "editType": "none", "valType": "string" }, @@ -20049,7 +20049,7 @@ ] }, "vsrc": { - "description": "Sets the source reference on Chart Studio Cloud for v .", + "description": "Sets the source reference on Chart Studio Cloud for `v`.", "editType": "none", "valType": "string" }, @@ -20065,7 +20065,7 @@ "valType": "string" }, "wsrc": { - "description": "Sets the source reference on Chart Studio Cloud for w .", + "description": "Sets the source reference on Chart Studio Cloud for `w`.", "editType": "none", "valType": "string" }, @@ -20081,7 +20081,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -20097,7 +20097,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -20113,7 +20113,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -20506,7 +20506,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -20516,7 +20516,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -20765,7 +20765,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -20812,7 +20812,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -20830,7 +20830,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -20841,7 +20841,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -20852,7 +20852,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -20864,7 +20864,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -20879,7 +20879,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -20891,7 +20891,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -20905,7 +20905,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -20925,7 +20925,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -20935,7 +20935,7 @@ "valType": "data_array" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -20945,7 +20945,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -21036,7 +21036,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -21103,7 +21103,7 @@ "valType": "data_array" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -21227,7 +21227,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -21322,7 +21322,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -21379,7 +21379,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -21417,7 +21417,7 @@ "valType": "any" }, "asrc": { - "description": "Sets the source reference on Chart Studio Cloud for a .", + "description": "Sets the source reference on Chart Studio Cloud for `a`.", "editType": "none", "valType": "string" }, @@ -21462,7 +21462,7 @@ "valType": "any" }, "bsrc": { - "description": "Sets the source reference on Chart Studio Cloud for b .", + "description": "Sets the source reference on Chart Studio Cloud for `b`.", "editType": "none", "valType": "string" }, @@ -21842,7 +21842,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -21852,7 +21852,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -22095,7 +22095,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -22128,7 +22128,7 @@ "valType": "data_array" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -22138,7 +22138,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -22229,7 +22229,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -22296,7 +22296,7 @@ "valType": "data_array" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -22378,7 +22378,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -22778,7 +22778,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -22788,7 +22788,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -22908,7 +22908,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -22932,7 +22932,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -22950,7 +22950,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -22961,7 +22961,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -22972,7 +22972,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -22984,7 +22984,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -22999,7 +22999,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -23011,7 +23011,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -23025,7 +23025,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -23039,7 +23039,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -23051,7 +23051,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -23061,7 +23061,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -23071,7 +23071,7 @@ "valType": "data_array" }, "latsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lat .", + "description": "Sets the source reference on Chart Studio Cloud for `lat`.", "editType": "none", "valType": "string" }, @@ -23124,7 +23124,7 @@ "valType": "data_array" }, "lonsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lon .", + "description": "Sets the source reference on Chart Studio Cloud for `lon`.", "editType": "none", "valType": "string" }, @@ -23135,7 +23135,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -23161,7 +23161,7 @@ "valType": "number" }, "radiussrc": { - "description": "Sets the source reference on Chart Studio Cloud for radius .", + "description": "Sets the source reference on Chart Studio Cloud for `radius`.", "editType": "none", "valType": "string" }, @@ -23216,7 +23216,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -23290,7 +23290,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -23385,7 +23385,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -23423,7 +23423,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -23441,7 +23441,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -23452,7 +23452,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -23463,7 +23463,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -23475,7 +23475,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -23490,7 +23490,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -23502,7 +23502,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -23516,7 +23516,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -23530,7 +23530,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -23542,7 +23542,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -23552,7 +23552,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -23574,7 +23574,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -23589,7 +23589,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -23601,7 +23601,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -24057,7 +24057,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -24067,7 +24067,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -24182,7 +24182,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24250,7 +24250,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24271,7 +24271,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -24286,7 +24286,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -24311,7 +24311,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -24357,7 +24357,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24372,7 +24372,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -24384,7 +24384,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -24439,7 +24439,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24454,7 +24454,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -24466,7 +24466,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -24502,12 +24502,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -24519,7 +24519,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -24609,7 +24609,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -24659,7 +24659,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -24729,7 +24729,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -24823,7 +24823,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -24841,7 +24841,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -24852,7 +24852,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -24863,7 +24863,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -24875,7 +24875,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24890,7 +24890,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -24902,7 +24902,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -24916,7 +24916,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -24930,7 +24930,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -24942,7 +24942,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -24952,7 +24952,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -24963,7 +24963,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -24978,7 +24978,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -24990,7 +24990,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -25007,7 +25007,7 @@ "valType": "data_array" }, "labelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for labels .", + "description": "Sets the source reference on Chart Studio Cloud for `labels`.", "editType": "none", "valType": "string" }, @@ -25061,7 +25061,7 @@ "valType": "data_array" }, "colorssrc": { - "description": "Sets the source reference on Chart Studio Cloud for colors .", + "description": "Sets the source reference on Chart Studio Cloud for `colors`.", "editType": "none", "valType": "string" }, @@ -25075,7 +25075,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -25090,7 +25090,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -25104,7 +25104,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -25164,7 +25164,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -25179,7 +25179,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -25191,7 +25191,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -25222,12 +25222,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -25239,7 +25239,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -25252,7 +25252,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -25267,7 +25267,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -25279,7 +25279,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -25330,7 +25330,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -25369,7 +25369,7 @@ "valType": "data_array" }, "hiddenlabelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for hiddenlabels .", + "description": "Sets the source reference on Chart Studio Cloud for `hiddenlabels`.", "editType": "none", "valType": "string" } @@ -25751,7 +25751,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -25761,7 +25761,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -25886,7 +25886,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -25928,7 +25928,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -25946,7 +25946,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -25957,7 +25957,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -25968,7 +25968,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -25980,7 +25980,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -25995,7 +25995,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -26007,7 +26007,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -26021,7 +26021,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -26041,7 +26041,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -26051,7 +26051,7 @@ "valType": "data_array" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -26061,7 +26061,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -26115,7 +26115,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -26175,7 +26175,7 @@ "valType": "data_array" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -26309,7 +26309,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -26414,7 +26414,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -26482,7 +26482,7 @@ ] }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -26870,7 +26870,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -26880,7 +26880,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -27000,7 +27000,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -27042,7 +27042,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -27060,7 +27060,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -27071,7 +27071,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -27082,7 +27082,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -27094,7 +27094,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -27109,7 +27109,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -27121,7 +27121,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -27135,7 +27135,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -27147,7 +27147,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -27195,7 +27195,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -27249,7 +27249,7 @@ "valType": "data_array" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -27315,7 +27315,7 @@ "valType": "subplotid" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -27352,7 +27352,7 @@ "valType": "subplotid" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -27413,7 +27413,7 @@ ] }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -27503,7 +27503,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -27526,12 +27526,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -27626,12 +27626,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -27749,7 +27749,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -27767,7 +27767,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -27778,7 +27778,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -27789,7 +27789,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -27801,7 +27801,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -27816,7 +27816,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -27828,7 +27828,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -27842,7 +27842,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -27856,7 +27856,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -27868,7 +27868,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -27878,7 +27878,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -28333,7 +28333,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -28343,7 +28343,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -28458,7 +28458,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -28526,7 +28526,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -28547,7 +28547,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -28562,7 +28562,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -28574,7 +28574,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -28587,7 +28587,7 @@ "valType": "color" }, "fgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for fgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.", "editType": "none", "valType": "string" }, @@ -28627,7 +28627,7 @@ ] }, "shapesrc": { - "description": "Sets the source reference on Chart Studio Cloud for shape .", + "description": "Sets the source reference on Chart Studio Cloud for `shape`.", "editType": "none", "valType": "string" }, @@ -28640,7 +28640,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -28654,7 +28654,7 @@ "valType": "number" }, "soliditysrc": { - "description": "Sets the source reference on Chart Studio Cloud for solidity .", + "description": "Sets the source reference on Chart Studio Cloud for `solidity`.", "editType": "none", "valType": "string" } @@ -28680,7 +28680,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -28793,7 +28793,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -28919,7 +28919,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -28984,7 +28984,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -29434,7 +29434,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -29444,7 +29444,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -29564,7 +29564,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -29614,7 +29614,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -29632,7 +29632,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -29643,7 +29643,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -29654,7 +29654,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -29666,7 +29666,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -29681,7 +29681,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -29693,7 +29693,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -29707,7 +29707,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -29721,7 +29721,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -29731,7 +29731,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -29785,7 +29785,7 @@ "valType": "data_array" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -29799,7 +29799,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -29973,7 +29973,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -30051,7 +30051,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -30110,7 +30110,7 @@ ] }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -30525,7 +30525,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -30535,7 +30535,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -30779,7 +30779,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -30829,7 +30829,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -30847,7 +30847,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -30858,7 +30858,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -30869,7 +30869,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -30881,7 +30881,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -30896,7 +30896,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -30908,7 +30908,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -30922,7 +30922,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -30936,7 +30936,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -30946,7 +30946,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -31038,7 +31038,7 @@ "valType": "data_array" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -31052,7 +31052,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -31226,7 +31226,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -31297,7 +31297,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -31345,7 +31345,7 @@ "valType": "number" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -31393,7 +31393,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -31484,7 +31484,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -31502,7 +31502,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -31513,7 +31513,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -31524,7 +31524,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -31536,7 +31536,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -31551,7 +31551,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -31563,7 +31563,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -31577,7 +31577,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -31591,7 +31591,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -31603,7 +31603,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -31614,7 +31614,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -31625,7 +31625,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -31640,7 +31640,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -31652,7 +31652,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -31663,7 +31663,7 @@ "valType": "data_array" }, "labelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for labels .", + "description": "Sets the source reference on Chart Studio Cloud for `labels`.", "editType": "none", "valType": "string" }, @@ -32123,7 +32123,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -32133,7 +32133,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -32253,7 +32253,7 @@ "valType": "colorscale" }, "colorssrc": { - "description": "Sets the source reference on Chart Studio Cloud for colors .", + "description": "Sets the source reference on Chart Studio Cloud for `colors`.", "editType": "none", "valType": "string" }, @@ -32267,7 +32267,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -32282,7 +32282,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -32314,7 +32314,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -32338,7 +32338,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -32353,7 +32353,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -32365,7 +32365,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -32376,7 +32376,7 @@ "valType": "data_array" }, "parentssrc": { - "description": "Sets the source reference on Chart Studio Cloud for parents .", + "description": "Sets the source reference on Chart Studio Cloud for `parents`.", "editType": "none", "valType": "string" }, @@ -32413,7 +32413,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -32428,7 +32428,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -32440,7 +32440,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -32505,7 +32505,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -32520,7 +32520,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -32532,7 +32532,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -32572,7 +32572,7 @@ ] }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -32584,7 +32584,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -32647,7 +32647,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -32703,7 +32703,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -32740,7 +32740,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -32758,7 +32758,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -32769,7 +32769,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -32780,7 +32780,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -32792,7 +32792,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -32807,7 +32807,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -32819,7 +32819,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -32833,7 +32833,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -32847,7 +32847,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -32857,7 +32857,7 @@ "valType": "data_array" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -32867,7 +32867,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -32915,7 +32915,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -32962,7 +32962,7 @@ "valType": "data_array" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -33074,7 +33074,7 @@ ] }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -33109,7 +33109,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -33505,7 +33505,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -33515,7 +33515,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -33707,7 +33707,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -33755,7 +33755,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -34389,7 +34389,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -34399,7 +34399,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -34543,7 +34543,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -34573,7 +34573,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -34591,7 +34591,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -34602,7 +34602,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -34613,7 +34613,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -34625,7 +34625,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -34640,7 +34640,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -34652,7 +34652,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -34666,7 +34666,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -34680,7 +34680,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -34692,7 +34692,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -34702,7 +34702,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -34854,7 +34854,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -34915,7 +34915,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -34944,7 +34944,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -34973,7 +34973,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -35074,7 +35074,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -35101,7 +35101,7 @@ "valType": "string" }, "valuesrc": { - "description": "Sets the source reference on Chart Studio Cloud for value .", + "description": "Sets the source reference on Chart Studio Cloud for `value`.", "editType": "none", "valType": "string" }, @@ -35128,7 +35128,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -35144,7 +35144,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -35160,7 +35160,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -35589,7 +35589,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -35599,7 +35599,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -35743,7 +35743,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -35764,7 +35764,7 @@ "valType": "data_array" }, "facecolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for facecolor .", + "description": "Sets the source reference on Chart Studio Cloud for `facecolor`.", "editType": "none", "valType": "string" }, @@ -35794,7 +35794,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -35812,7 +35812,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -35823,7 +35823,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -35834,7 +35834,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -35846,7 +35846,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -35861,7 +35861,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -35873,7 +35873,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -35887,7 +35887,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -35901,7 +35901,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -35913,7 +35913,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -35928,7 +35928,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -35948,12 +35948,12 @@ ] }, "intensitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for intensity .", + "description": "Sets the source reference on Chart Studio Cloud for `intensity`.", "editType": "none", "valType": "string" }, "isrc": { - "description": "Sets the source reference on Chart Studio Cloud for i .", + "description": "Sets the source reference on Chart Studio Cloud for `i`.", "editType": "none", "valType": "string" }, @@ -35963,7 +35963,7 @@ "valType": "data_array" }, "jsrc": { - "description": "Sets the source reference on Chart Studio Cloud for j .", + "description": "Sets the source reference on Chart Studio Cloud for `j`.", "editType": "none", "valType": "string" }, @@ -35973,7 +35973,7 @@ "valType": "data_array" }, "ksrc": { - "description": "Sets the source reference on Chart Studio Cloud for k .", + "description": "Sets the source reference on Chart Studio Cloud for `k`.", "editType": "none", "valType": "string" }, @@ -36115,7 +36115,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -36183,7 +36183,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -36204,7 +36204,7 @@ "valType": "data_array" }, "vertexcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for vertexcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `vertexcolor`.", "editType": "none", "valType": "string" }, @@ -36255,7 +36255,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -36295,7 +36295,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -36335,7 +36335,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -36358,7 +36358,7 @@ "valType": "data_array" }, "closesrc": { - "description": "Sets the source reference on Chart Studio Cloud for close .", + "description": "Sets the source reference on Chart Studio Cloud for `close`.", "editType": "none", "valType": "string" }, @@ -36368,7 +36368,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -36413,7 +36413,7 @@ "valType": "data_array" }, "highsrc": { - "description": "Sets the source reference on Chart Studio Cloud for high .", + "description": "Sets the source reference on Chart Studio Cloud for `high`.", "editType": "none", "valType": "string" }, @@ -36437,7 +36437,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -36455,7 +36455,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -36466,7 +36466,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -36477,7 +36477,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -36489,7 +36489,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -36504,7 +36504,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -36516,7 +36516,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -36530,7 +36530,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -36550,7 +36550,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -36560,7 +36560,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -36673,7 +36673,7 @@ "valType": "data_array" }, "lowsrc": { - "description": "Sets the source reference on Chart Studio Cloud for low .", + "description": "Sets the source reference on Chart Studio Cloud for `low`.", "editType": "none", "valType": "string" }, @@ -36684,7 +36684,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -36707,7 +36707,7 @@ "valType": "data_array" }, "opensrc": { - "description": "Sets the source reference on Chart Studio Cloud for open .", + "description": "Sets the source reference on Chart Studio Cloud for `open`.", "editType": "none", "valType": "string" }, @@ -36749,7 +36749,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -36857,7 +36857,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -36913,7 +36913,7 @@ "valType": "number" }, "countssrc": { - "description": "Sets the source reference on Chart Studio Cloud for counts .", + "description": "Sets the source reference on Chart Studio Cloud for `counts`.", "editType": "none", "valType": "string" }, @@ -36926,7 +36926,7 @@ "valType": "data_array" }, "categoryarraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for categoryarray .", + "description": "Sets the source reference on Chart Studio Cloud for `categoryarray`.", "editType": "none", "valType": "string" }, @@ -36961,7 +36961,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -36972,7 +36972,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -37543,7 +37543,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -37553,7 +37553,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -37668,7 +37668,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -37710,7 +37710,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -37819,7 +37819,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -37894,7 +37894,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -37904,7 +37904,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -37914,7 +37914,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -37998,7 +37998,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -38484,7 +38484,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -38494,7 +38494,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -38678,7 +38678,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -38704,7 +38704,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -38878,7 +38878,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -38990,7 +38990,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -39008,7 +39008,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -39019,7 +39019,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -39030,7 +39030,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -39042,7 +39042,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39057,7 +39057,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39069,7 +39069,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39083,7 +39083,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -39097,7 +39097,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -39109,7 +39109,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -39119,7 +39119,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -39130,7 +39130,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39145,7 +39145,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39157,7 +39157,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39186,7 +39186,7 @@ "valType": "data_array" }, "labelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for labels .", + "description": "Sets the source reference on Chart Studio Cloud for `labels`.", "editType": "none", "valType": "string" }, @@ -39240,7 +39240,7 @@ "valType": "data_array" }, "colorssrc": { - "description": "Sets the source reference on Chart Studio Cloud for colors .", + "description": "Sets the source reference on Chart Studio Cloud for `colors`.", "editType": "none", "valType": "string" }, @@ -39254,7 +39254,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39269,7 +39269,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -39283,7 +39283,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -39307,7 +39307,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39322,7 +39322,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39334,7 +39334,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39349,7 +39349,7 @@ "valType": "number" }, "pullsrc": { - "description": "Sets the source reference on Chart Studio Cloud for pull .", + "description": "Sets the source reference on Chart Studio Cloud for `pull`.", "editType": "none", "valType": "string" }, @@ -39410,7 +39410,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39425,7 +39425,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39437,7 +39437,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39470,12 +39470,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -39487,7 +39487,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -39500,7 +39500,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39515,7 +39515,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39527,7 +39527,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39581,7 +39581,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -39615,7 +39615,7 @@ "valType": "data_array" }, "hiddenlabelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for hiddenlabels .", + "description": "Sets the source reference on Chart Studio Cloud for `hiddenlabels`.", "editType": "none", "valType": "string" }, @@ -39639,7 +39639,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -39663,7 +39663,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -39681,7 +39681,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -39692,7 +39692,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -39703,7 +39703,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -39715,7 +39715,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -39730,7 +39730,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -39742,7 +39742,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -39756,7 +39756,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -39768,7 +39768,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -39778,7 +39778,7 @@ "valType": "data_array" }, "indicessrc": { - "description": "Sets the source reference on Chart Studio Cloud for indices .", + "description": "Sets the source reference on Chart Studio Cloud for `indices`.", "editType": "none", "valType": "string" }, @@ -39890,7 +39890,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -39940,7 +39940,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -39983,12 +39983,12 @@ "valType": "data_array" }, "xboundssrc": { - "description": "Sets the source reference on Chart Studio Cloud for xbounds .", + "description": "Sets the source reference on Chart Studio Cloud for `xbounds`.", "editType": "none", "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -39998,7 +39998,7 @@ "valType": "data_array" }, "xysrc": { - "description": "Sets the source reference on Chart Studio Cloud for xy .", + "description": "Sets the source reference on Chart Studio Cloud for `xy`.", "editType": "none", "valType": "string" }, @@ -40019,12 +40019,12 @@ "valType": "data_array" }, "yboundssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ybounds .", + "description": "Sets the source reference on Chart Studio Cloud for `ybounds`.", "editType": "none", "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -40060,7 +40060,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -40155,7 +40155,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -40166,7 +40166,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -40177,7 +40177,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -40189,7 +40189,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40204,7 +40204,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -40216,7 +40216,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -40230,7 +40230,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -40242,7 +40242,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -40346,7 +40346,7 @@ "role": "object" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40356,7 +40356,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -40387,7 +40387,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -40398,7 +40398,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -40409,7 +40409,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -40421,7 +40421,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40436,7 +40436,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -40448,7 +40448,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -40462,7 +40462,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -40476,7 +40476,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -40487,7 +40487,7 @@ "valType": "data_array" }, "labelsrc": { - "description": "Sets the source reference on Chart Studio Cloud for label .", + "description": "Sets the source reference on Chart Studio Cloud for `label`.", "editType": "none", "valType": "string" }, @@ -40500,7 +40500,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40515,7 +40515,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -40528,7 +40528,7 @@ "valType": "data_array" }, "sourcesrc": { - "description": "Sets the source reference on Chart Studio Cloud for source .", + "description": "Sets the source reference on Chart Studio Cloud for `source`.", "editType": "none", "valType": "string" }, @@ -40539,7 +40539,7 @@ "valType": "data_array" }, "targetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for target .", + "description": "Sets the source reference on Chart Studio Cloud for `target`.", "editType": "none", "valType": "string" }, @@ -40550,7 +40550,7 @@ "valType": "data_array" }, "valuesrc": { - "description": "Sets the source reference on Chart Studio Cloud for value .", + "description": "Sets the source reference on Chart Studio Cloud for `value`.", "editType": "none", "valType": "string" } @@ -40562,7 +40562,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -40579,7 +40579,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40589,7 +40589,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -40636,7 +40636,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -40647,7 +40647,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -40658,7 +40658,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -40670,7 +40670,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40685,7 +40685,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -40697,7 +40697,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -40711,7 +40711,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -40725,7 +40725,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -40736,7 +40736,7 @@ "valType": "data_array" }, "labelsrc": { - "description": "Sets the source reference on Chart Studio Cloud for label .", + "description": "Sets the source reference on Chart Studio Cloud for `label`.", "editType": "none", "valType": "string" }, @@ -40749,7 +40749,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -40764,7 +40764,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -40793,7 +40793,7 @@ "valType": "data_array" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -40804,7 +40804,7 @@ "valType": "data_array" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -40928,7 +40928,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -40965,12 +40965,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -41065,12 +41065,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -41193,7 +41193,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -41211,7 +41211,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -41222,7 +41222,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -41233,7 +41233,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -41245,7 +41245,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -41260,7 +41260,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -41272,7 +41272,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -41286,7 +41286,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -41309,7 +41309,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -41321,7 +41321,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -41332,7 +41332,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -41848,7 +41848,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -41858,7 +41858,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -41973,7 +41973,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -41986,7 +41986,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -42006,7 +42006,7 @@ ] }, "typesrc": { - "description": "Sets the source reference on Chart Studio Cloud for type .", + "description": "Sets the source reference on Chart Studio Cloud for `type`.", "editType": "none", "valType": "string" } @@ -42075,7 +42075,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -42096,7 +42096,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -42118,7 +42118,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -42168,7 +42168,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -42656,7 +42656,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -42668,7 +42668,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -42802,7 +42802,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -42817,7 +42817,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -42829,7 +42829,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -42853,12 +42853,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -42870,7 +42870,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -43014,7 +43014,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -43090,7 +43090,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -43124,7 +43124,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -43147,12 +43147,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -43247,12 +43247,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -43347,12 +43347,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -43444,7 +43444,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -43462,7 +43462,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -43473,7 +43473,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -43484,7 +43484,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -43496,7 +43496,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -43511,7 +43511,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -43523,7 +43523,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -43537,7 +43537,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -43551,7 +43551,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -43563,7 +43563,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -43573,7 +43573,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -44028,7 +44028,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -44038,7 +44038,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -44153,7 +44153,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -44601,7 +44601,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -44611,7 +44611,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -44726,7 +44726,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -44794,7 +44794,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -44867,7 +44867,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -44889,7 +44889,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -44901,7 +44901,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -45076,7 +45076,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -45097,7 +45097,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -45121,12 +45121,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -45138,7 +45138,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -45210,7 +45210,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -45250,7 +45250,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -45290,7 +45290,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -45316,7 +45316,7 @@ "valType": "data_array" }, "asrc": { - "description": "Sets the source reference on Chart Studio Cloud for a .", + "description": "Sets the source reference on Chart Studio Cloud for `a`.", "editType": "none", "valType": "string" }, @@ -45326,7 +45326,7 @@ "valType": "data_array" }, "bsrc": { - "description": "Sets the source reference on Chart Studio Cloud for b .", + "description": "Sets the source reference on Chart Studio Cloud for `b`.", "editType": "none", "valType": "string" }, @@ -45347,7 +45347,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -45386,7 +45386,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -45404,7 +45404,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -45415,7 +45415,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -45426,7 +45426,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -45438,7 +45438,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -45453,7 +45453,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -45465,7 +45465,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -45479,7 +45479,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -45502,7 +45502,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -45514,7 +45514,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -45524,7 +45524,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -46027,7 +46027,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -46037,7 +46037,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -46152,7 +46152,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -46165,7 +46165,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -46185,7 +46185,7 @@ ] }, "typesrc": { - "description": "Sets the source reference on Chart Studio Cloud for type .", + "description": "Sets the source reference on Chart Studio Cloud for `type`.", "editType": "none", "valType": "string" } @@ -46253,7 +46253,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -46273,7 +46273,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -46294,7 +46294,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -46343,7 +46343,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -46831,7 +46831,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -46843,7 +46843,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -46953,7 +46953,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -46968,7 +46968,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -46980,7 +46980,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -47004,12 +47004,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -47021,7 +47021,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -47134,7 +47134,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -47190,7 +47190,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -47208,7 +47208,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -47219,7 +47219,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -47230,7 +47230,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -47242,7 +47242,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -47257,7 +47257,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -47269,7 +47269,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -47283,7 +47283,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -47297,7 +47297,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -47309,7 +47309,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -47319,7 +47319,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -47329,7 +47329,7 @@ "valType": "data_array" }, "latsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lat .", + "description": "Sets the source reference on Chart Studio Cloud for `lat`.", "editType": "none", "valType": "string" }, @@ -47424,7 +47424,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -47434,7 +47434,7 @@ "valType": "data_array" }, "lonsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lon .", + "description": "Sets the source reference on Chart Studio Cloud for `lon`.", "editType": "none", "valType": "string" }, @@ -47846,7 +47846,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -47856,7 +47856,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -47971,7 +47971,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -47984,7 +47984,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -48004,7 +48004,7 @@ ] }, "typesrc": { - "description": "Sets the source reference on Chart Studio Cloud for type .", + "description": "Sets the source reference on Chart Studio Cloud for `type`.", "editType": "none", "valType": "string" } @@ -48072,7 +48072,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -48092,7 +48092,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -48106,7 +48106,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -48155,7 +48155,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -48643,7 +48643,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -48655,7 +48655,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -48765,7 +48765,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -48780,7 +48780,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -48792,7 +48792,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -48816,12 +48816,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -48833,7 +48833,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -48932,7 +48932,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -48967,12 +48967,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -49067,12 +49067,12 @@ "valType": "data_array" }, "arrayminussrc": { - "description": "Sets the source reference on Chart Studio Cloud for arrayminus .", + "description": "Sets the source reference on Chart Studio Cloud for `arrayminus`.", "editType": "none", "valType": "string" }, "arraysrc": { - "description": "Sets the source reference on Chart Studio Cloud for array .", + "description": "Sets the source reference on Chart Studio Cloud for `array`.", "editType": "none", "valType": "string" }, @@ -49184,7 +49184,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -49202,7 +49202,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -49213,7 +49213,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -49224,7 +49224,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -49236,7 +49236,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -49251,7 +49251,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -49263,7 +49263,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -49277,7 +49277,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -49291,7 +49291,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -49303,7 +49303,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -49313,7 +49313,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -49811,7 +49811,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -49821,7 +49821,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -49936,7 +49936,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -50004,7 +50004,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -50024,7 +50024,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -50038,7 +50038,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -50087,7 +50087,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -50575,7 +50575,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -50587,7 +50587,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -50696,7 +50696,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -50711,7 +50711,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -50723,7 +50723,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -50747,12 +50747,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -50764,7 +50764,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -50905,7 +50905,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -50979,7 +50979,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -51019,7 +51019,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -51057,7 +51057,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -51075,7 +51075,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -51086,7 +51086,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -51097,7 +51097,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -51109,7 +51109,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -51124,7 +51124,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -51136,7 +51136,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -51150,7 +51150,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -51164,7 +51164,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -51176,7 +51176,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -51186,7 +51186,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -51196,7 +51196,7 @@ "valType": "data_array" }, "latsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lat .", + "description": "Sets the source reference on Chart Studio Cloud for `lat`.", "editType": "none", "valType": "string" }, @@ -51265,7 +51265,7 @@ "valType": "data_array" }, "lonsrc": { - "description": "Sets the source reference on Chart Studio Cloud for lon .", + "description": "Sets the source reference on Chart Studio Cloud for `lon`.", "editType": "none", "valType": "string" }, @@ -51284,7 +51284,7 @@ "valType": "number" }, "anglesrc": { - "description": "Sets the source reference on Chart Studio Cloud for angle .", + "description": "Sets the source reference on Chart Studio Cloud for `angle`.", "editType": "none", "valType": "string" }, @@ -51695,7 +51695,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -51705,7 +51705,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -51820,7 +51820,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -51834,7 +51834,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -51883,7 +51883,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -51895,7 +51895,7 @@ "valType": "string" }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -51907,7 +51907,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -52048,7 +52048,7 @@ ] }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -52060,7 +52060,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -52157,7 +52157,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -52207,7 +52207,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -52225,7 +52225,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -52236,7 +52236,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -52247,7 +52247,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -52259,7 +52259,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -52274,7 +52274,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -52286,7 +52286,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -52300,7 +52300,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -52323,7 +52323,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -52335,7 +52335,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -52345,7 +52345,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -52848,7 +52848,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -52858,7 +52858,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -52973,7 +52973,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -52986,7 +52986,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -53006,7 +53006,7 @@ ] }, "typesrc": { - "description": "Sets the source reference on Chart Studio Cloud for type .", + "description": "Sets the source reference on Chart Studio Cloud for `type`.", "editType": "none", "valType": "string" } @@ -53074,7 +53074,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -53094,7 +53094,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -53115,7 +53115,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -53164,7 +53164,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -53652,7 +53652,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -53664,7 +53664,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -53706,7 +53706,7 @@ "valType": "any" }, "rsrc": { - "description": "Sets the source reference on Chart Studio Cloud for r .", + "description": "Sets the source reference on Chart Studio Cloud for `r`.", "editType": "none", "valType": "string" }, @@ -53795,7 +53795,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -53810,7 +53810,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -53822,7 +53822,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -53846,12 +53846,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -53863,7 +53863,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -53879,7 +53879,7 @@ "valType": "any" }, "thetasrc": { - "description": "Sets the source reference on Chart Studio Cloud for theta .", + "description": "Sets the source reference on Chart Studio Cloud for `theta`.", "editType": "none", "valType": "string" }, @@ -53989,7 +53989,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -54043,7 +54043,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -54061,7 +54061,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -54072,7 +54072,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -54083,7 +54083,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -54095,7 +54095,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -54110,7 +54110,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -54122,7 +54122,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -54136,7 +54136,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -54150,7 +54150,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -54162,7 +54162,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -54172,7 +54172,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -54670,7 +54670,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -54680,7 +54680,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -54795,7 +54795,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -54863,7 +54863,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -54883,7 +54883,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -54897,7 +54897,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -54946,7 +54946,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -55434,7 +55434,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -55446,7 +55446,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -55488,7 +55488,7 @@ "valType": "any" }, "rsrc": { - "description": "Sets the source reference on Chart Studio Cloud for r .", + "description": "Sets the source reference on Chart Studio Cloud for `r`.", "editType": "none", "valType": "string" }, @@ -55577,7 +55577,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -55592,7 +55592,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -55604,7 +55604,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -55628,12 +55628,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -55645,7 +55645,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -55661,7 +55661,7 @@ "valType": "any" }, "thetasrc": { - "description": "Sets the source reference on Chart Studio Cloud for theta .", + "description": "Sets the source reference on Chart Studio Cloud for `theta`.", "editType": "none", "valType": "string" }, @@ -55767,7 +55767,7 @@ "valType": "data_array" }, "asrc": { - "description": "Sets the source reference on Chart Studio Cloud for a .", + "description": "Sets the source reference on Chart Studio Cloud for `a`.", "editType": "none", "valType": "string" }, @@ -55777,7 +55777,7 @@ "valType": "data_array" }, "bsrc": { - "description": "Sets the source reference on Chart Studio Cloud for b .", + "description": "Sets the source reference on Chart Studio Cloud for `b`.", "editType": "none", "valType": "string" }, @@ -55799,7 +55799,7 @@ "valType": "boolean" }, "csrc": { - "description": "Sets the source reference on Chart Studio Cloud for c .", + "description": "Sets the source reference on Chart Studio Cloud for `c`.", "editType": "none", "valType": "string" }, @@ -55809,7 +55809,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -55849,7 +55849,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -55867,7 +55867,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -55878,7 +55878,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -55889,7 +55889,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -55901,7 +55901,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -55916,7 +55916,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -55928,7 +55928,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -55942,7 +55942,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -55965,7 +55965,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -55977,7 +55977,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -55987,7 +55987,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -56490,7 +56490,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -56500,7 +56500,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -56615,7 +56615,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -56628,7 +56628,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -56648,7 +56648,7 @@ ] }, "typesrc": { - "description": "Sets the source reference on Chart Studio Cloud for type .", + "description": "Sets the source reference on Chart Studio Cloud for `type`.", "editType": "none", "valType": "string" } @@ -56716,7 +56716,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -56736,7 +56736,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -56757,7 +56757,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -56806,7 +56806,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -57294,7 +57294,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -57306,7 +57306,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -57429,7 +57429,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -57444,7 +57444,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -57456,7 +57456,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -57480,12 +57480,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -57497,7 +57497,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -57590,7 +57590,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -57651,7 +57651,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -57685,7 +57685,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -57703,7 +57703,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -57714,7 +57714,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -57725,7 +57725,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -57737,7 +57737,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -57752,7 +57752,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -57764,7 +57764,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -57778,7 +57778,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -57792,7 +57792,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -57804,7 +57804,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -57814,7 +57814,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -58269,7 +58269,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -58279,7 +58279,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -58394,7 +58394,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -58462,7 +58462,7 @@ "valType": "colorscale" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -58482,7 +58482,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -58496,7 +58496,7 @@ "valType": "number" }, "opacitysrc": { - "description": "Sets the source reference on Chart Studio Cloud for opacity .", + "description": "Sets the source reference on Chart Studio Cloud for `opacity`.", "editType": "none", "valType": "string" }, @@ -58545,7 +58545,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" }, @@ -59033,7 +59033,7 @@ ] }, "symbolsrc": { - "description": "Sets the source reference on Chart Studio Cloud for symbol .", + "description": "Sets the source reference on Chart Studio Cloud for `symbol`.", "editType": "none", "valType": "string" } @@ -59045,7 +59045,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -59138,7 +59138,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -59652,7 +59652,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -59662,7 +59662,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -59782,7 +59782,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -59811,7 +59811,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -59829,7 +59829,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -59840,7 +59840,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -59851,7 +59851,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -59863,7 +59863,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -59878,7 +59878,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -59890,7 +59890,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -59904,7 +59904,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -59918,7 +59918,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -59934,7 +59934,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -60083,7 +60083,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -60140,7 +60140,7 @@ "valType": "data_array" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -60150,7 +60150,7 @@ "valType": "data_array" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -60160,7 +60160,7 @@ "valType": "data_array" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -60213,7 +60213,7 @@ "valType": "any" }, "usrc": { - "description": "Sets the source reference on Chart Studio Cloud for u .", + "description": "Sets the source reference on Chart Studio Cloud for `u`.", "editType": "none", "valType": "string" }, @@ -60240,7 +60240,7 @@ ] }, "vsrc": { - "description": "Sets the source reference on Chart Studio Cloud for v .", + "description": "Sets the source reference on Chart Studio Cloud for `v`.", "editType": "none", "valType": "string" }, @@ -60256,7 +60256,7 @@ "valType": "string" }, "wsrc": { - "description": "Sets the source reference on Chart Studio Cloud for w .", + "description": "Sets the source reference on Chart Studio Cloud for `w`.", "editType": "none", "valType": "string" }, @@ -60272,7 +60272,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -60288,7 +60288,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -60304,7 +60304,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -60347,7 +60347,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -60438,7 +60438,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -60456,7 +60456,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -60467,7 +60467,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -60478,7 +60478,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -60490,7 +60490,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -60505,7 +60505,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -60517,7 +60517,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -60531,7 +60531,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -60545,7 +60545,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -60557,7 +60557,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -60568,7 +60568,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -60579,7 +60579,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -60594,7 +60594,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -60606,7 +60606,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -60629,7 +60629,7 @@ "valType": "data_array" }, "labelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for labels .", + "description": "Sets the source reference on Chart Studio Cloud for `labels`.", "editType": "none", "valType": "string" }, @@ -61089,7 +61089,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -61099,7 +61099,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -61219,7 +61219,7 @@ "valType": "colorscale" }, "colorssrc": { - "description": "Sets the source reference on Chart Studio Cloud for colors .", + "description": "Sets the source reference on Chart Studio Cloud for `colors`.", "editType": "none", "valType": "string" }, @@ -61233,7 +61233,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -61248,7 +61248,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -61280,7 +61280,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -61304,7 +61304,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -61319,7 +61319,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -61331,7 +61331,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -61342,7 +61342,7 @@ "valType": "data_array" }, "parentssrc": { - "description": "Sets the source reference on Chart Studio Cloud for parents .", + "description": "Sets the source reference on Chart Studio Cloud for `parents`.", "editType": "none", "valType": "string" }, @@ -61399,7 +61399,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -61414,7 +61414,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -61426,7 +61426,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -61449,7 +61449,7 @@ "valType": "flaglist" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -61461,7 +61461,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -61493,7 +61493,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -61946,7 +61946,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -61956,7 +61956,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -62359,7 +62359,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -62389,7 +62389,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -62407,7 +62407,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -62418,7 +62418,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -62429,7 +62429,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -62441,7 +62441,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -62456,7 +62456,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -62468,7 +62468,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -62482,7 +62482,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -62496,7 +62496,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -62508,7 +62508,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -62518,7 +62518,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -62644,7 +62644,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -62715,7 +62715,7 @@ "valType": "data_array" }, "surfacecolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for surfacecolor .", + "description": "Sets the source reference on Chart Studio Cloud for `surfacecolor`.", "editType": "none", "valType": "string" }, @@ -62727,7 +62727,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -62789,7 +62789,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -62829,7 +62829,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -62869,7 +62869,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -62901,7 +62901,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -62915,7 +62915,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -62929,7 +62929,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -62944,7 +62944,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -62956,7 +62956,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -62968,7 +62968,7 @@ "valType": "data_array" }, "formatsrc": { - "description": "Sets the source reference on Chart Studio Cloud for format .", + "description": "Sets the source reference on Chart Studio Cloud for `format`.", "editType": "none", "valType": "string" }, @@ -62986,7 +62986,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -62999,7 +62999,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -63012,7 +63012,7 @@ "valType": "string" }, "prefixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for prefix .", + "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", "editType": "none", "valType": "string" }, @@ -63025,7 +63025,7 @@ "valType": "string" }, "suffixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for suffix .", + "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", "editType": "none", "valType": "string" }, @@ -63036,7 +63036,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" } @@ -63047,7 +63047,7 @@ "valType": "data_array" }, "columnordersrc": { - "description": "Sets the source reference on Chart Studio Cloud for columnorder .", + "description": "Sets the source reference on Chart Studio Cloud for `columnorder`.", "editType": "none", "valType": "string" }, @@ -63059,7 +63059,7 @@ "valType": "number" }, "columnwidthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for columnwidth .", + "description": "Sets the source reference on Chart Studio Cloud for `columnwidth`.", "editType": "none", "valType": "string" }, @@ -63069,7 +63069,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -63152,7 +63152,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -63166,7 +63166,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63180,7 +63180,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63195,7 +63195,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -63207,7 +63207,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -63219,7 +63219,7 @@ "valType": "data_array" }, "formatsrc": { - "description": "Sets the source reference on Chart Studio Cloud for format .", + "description": "Sets the source reference on Chart Studio Cloud for `format`.", "editType": "none", "valType": "string" }, @@ -63237,7 +63237,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63250,7 +63250,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -63263,7 +63263,7 @@ "valType": "string" }, "prefixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for prefix .", + "description": "Sets the source reference on Chart Studio Cloud for `prefix`.", "editType": "none", "valType": "string" }, @@ -63276,7 +63276,7 @@ "valType": "string" }, "suffixsrc": { - "description": "Sets the source reference on Chart Studio Cloud for suffix .", + "description": "Sets the source reference on Chart Studio Cloud for `suffix`.", "editType": "none", "valType": "string" }, @@ -63287,7 +63287,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" } @@ -63312,7 +63312,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -63330,7 +63330,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -63341,7 +63341,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -63352,7 +63352,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -63364,7 +63364,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63379,7 +63379,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -63391,7 +63391,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -63405,7 +63405,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -63417,7 +63417,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -63465,7 +63465,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -63553,7 +63553,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -63644,7 +63644,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -63662,7 +63662,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -63673,7 +63673,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -63684,7 +63684,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -63696,7 +63696,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63711,7 +63711,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -63723,7 +63723,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -63737,7 +63737,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -63751,7 +63751,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -63763,7 +63763,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -63774,7 +63774,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -63785,7 +63785,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -63800,7 +63800,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -63812,7 +63812,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -63823,7 +63823,7 @@ "valType": "data_array" }, "labelssrc": { - "description": "Sets the source reference on Chart Studio Cloud for labels .", + "description": "Sets the source reference on Chart Studio Cloud for `labels`.", "editType": "none", "valType": "string" }, @@ -64272,7 +64272,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -64282,7 +64282,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -64402,7 +64402,7 @@ "valType": "colorscale" }, "colorssrc": { - "description": "Sets the source reference on Chart Studio Cloud for colors .", + "description": "Sets the source reference on Chart Studio Cloud for `colors`.", "editType": "none", "valType": "string" }, @@ -64426,7 +64426,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -64441,7 +64441,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" } @@ -64501,7 +64501,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -64525,7 +64525,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -64540,7 +64540,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -64552,7 +64552,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -64563,7 +64563,7 @@ "valType": "data_array" }, "parentssrc": { - "description": "Sets the source reference on Chart Studio Cloud for parents .", + "description": "Sets the source reference on Chart Studio Cloud for `parents`.", "editType": "none", "valType": "string" }, @@ -64600,7 +64600,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -64615,7 +64615,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -64627,7 +64627,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -64692,7 +64692,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -64707,7 +64707,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -64719,7 +64719,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -64759,7 +64759,7 @@ ] }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -64771,7 +64771,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -64845,7 +64845,7 @@ "valType": "data_array" }, "valuessrc": { - "description": "Sets the source reference on Chart Studio Cloud for values .", + "description": "Sets the source reference on Chart Studio Cloud for `values`.", "editType": "none", "valType": "string" }, @@ -64939,7 +64939,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -64968,7 +64968,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -64986,7 +64986,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -64997,7 +64997,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -65008,7 +65008,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -65020,7 +65020,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -65035,7 +65035,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -65047,7 +65047,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -65061,7 +65061,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -65089,7 +65089,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -65101,7 +65101,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -65111,7 +65111,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -65756,7 +65756,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -65923,7 +65923,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -66015,7 +66015,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -66042,7 +66042,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -66552,7 +66552,7 @@ "valType": "data_array" }, "ticktextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for ticktext .", + "description": "Sets the source reference on Chart Studio Cloud for `ticktext`.", "editType": "none", "valType": "string" }, @@ -66562,7 +66562,7 @@ "valType": "data_array" }, "tickvalssrc": { - "description": "Sets the source reference on Chart Studio Cloud for tickvals .", + "description": "Sets the source reference on Chart Studio Cloud for `tickvals`.", "editType": "none", "valType": "string" }, @@ -66706,7 +66706,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -66736,7 +66736,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -66754,7 +66754,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -66765,7 +66765,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -66776,7 +66776,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -66788,7 +66788,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -66803,7 +66803,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -66815,7 +66815,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -66829,7 +66829,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -66843,7 +66843,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -66855,7 +66855,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -66865,7 +66865,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -67017,7 +67017,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -67083,7 +67083,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -67112,7 +67112,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -67141,7 +67141,7 @@ "valType": "data_array" }, "locationssrc": { - "description": "Sets the source reference on Chart Studio Cloud for locations .", + "description": "Sets the source reference on Chart Studio Cloud for `locations`.", "editType": "none", "valType": "string" }, @@ -67242,7 +67242,7 @@ "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -67269,7 +67269,7 @@ "valType": "string" }, "valuesrc": { - "description": "Sets the source reference on Chart Studio Cloud for value .", + "description": "Sets the source reference on Chart Studio Cloud for `value`.", "editType": "none", "valType": "string" }, @@ -67296,7 +67296,7 @@ "valType": "string" }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -67312,7 +67312,7 @@ "valType": "string" }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" }, @@ -67328,7 +67328,7 @@ "valType": "string" }, "zsrc": { - "description": "Sets the source reference on Chart Studio Cloud for z .", + "description": "Sets the source reference on Chart Studio Cloud for `z`.", "editType": "none", "valType": "string" } @@ -67433,7 +67433,7 @@ "valType": "data_array" }, "customdatasrc": { - "description": "Sets the source reference on Chart Studio Cloud for customdata .", + "description": "Sets the source reference on Chart Studio Cloud for `customdata`.", "editType": "none", "valType": "string" }, @@ -67503,7 +67503,7 @@ "valType": "flaglist" }, "hoverinfosrc": { - "description": "Sets the source reference on Chart Studio Cloud for hoverinfo .", + "description": "Sets the source reference on Chart Studio Cloud for `hoverinfo`.", "editType": "none", "valType": "string" }, @@ -67521,7 +67521,7 @@ ] }, "alignsrc": { - "description": "Sets the source reference on Chart Studio Cloud for align .", + "description": "Sets the source reference on Chart Studio Cloud for `align`.", "editType": "none", "valType": "string" }, @@ -67532,7 +67532,7 @@ "valType": "color" }, "bgcolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bgcolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.", "editType": "none", "valType": "string" }, @@ -67543,7 +67543,7 @@ "valType": "color" }, "bordercolorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for bordercolor .", + "description": "Sets the source reference on Chart Studio Cloud for `bordercolor`.", "editType": "none", "valType": "string" }, @@ -67555,7 +67555,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -67570,7 +67570,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -67582,7 +67582,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -67596,7 +67596,7 @@ "valType": "integer" }, "namelengthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for namelength .", + "description": "Sets the source reference on Chart Studio Cloud for `namelength`.", "editType": "none", "valType": "string" }, @@ -67610,7 +67610,7 @@ "valType": "string" }, "hovertemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertemplate`.", "editType": "none", "valType": "string" }, @@ -67622,7 +67622,7 @@ "valType": "string" }, "hovertextsrc": { - "description": "Sets the source reference on Chart Studio Cloud for hovertext .", + "description": "Sets the source reference on Chart Studio Cloud for `hovertext`.", "editType": "none", "valType": "string" }, @@ -67632,7 +67632,7 @@ "valType": "data_array" }, "idssrc": { - "description": "Sets the source reference on Chart Studio Cloud for ids .", + "description": "Sets the source reference on Chart Studio Cloud for `ids`.", "editType": "none", "valType": "string" }, @@ -67686,7 +67686,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -67701,7 +67701,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -67713,7 +67713,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -67768,7 +67768,7 @@ "valType": "data_array" }, "measuresrc": { - "description": "Sets the source reference on Chart Studio Cloud for measure .", + "description": "Sets the source reference on Chart Studio Cloud for `measure`.", "editType": "none", "valType": "string" }, @@ -67779,7 +67779,7 @@ "valType": "any" }, "metasrc": { - "description": "Sets the source reference on Chart Studio Cloud for meta .", + "description": "Sets the source reference on Chart Studio Cloud for `meta`.", "editType": "none", "valType": "string" }, @@ -67802,7 +67802,7 @@ "valType": "string" }, "offsetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for offset .", + "description": "Sets the source reference on Chart Studio Cloud for `offset`.", "editType": "none", "valType": "string" }, @@ -67830,7 +67830,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -67845,7 +67845,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -67857,7 +67857,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -67912,7 +67912,7 @@ "valType": "color" }, "colorsrc": { - "description": "Sets the source reference on Chart Studio Cloud for color .", + "description": "Sets the source reference on Chart Studio Cloud for `color`.", "editType": "none", "valType": "string" }, @@ -67927,7 +67927,7 @@ "valType": "string" }, "familysrc": { - "description": "Sets the source reference on Chart Studio Cloud for family .", + "description": "Sets the source reference on Chart Studio Cloud for `family`.", "editType": "none", "valType": "string" }, @@ -67939,7 +67939,7 @@ "valType": "number" }, "sizesrc": { - "description": "Sets the source reference on Chart Studio Cloud for size .", + "description": "Sets the source reference on Chart Studio Cloud for `size`.", "editType": "none", "valType": "string" } @@ -67974,12 +67974,12 @@ ] }, "textpositionsrc": { - "description": "Sets the source reference on Chart Studio Cloud for textposition .", + "description": "Sets the source reference on Chart Studio Cloud for `textposition`.", "editType": "none", "valType": "string" }, "textsrc": { - "description": "Sets the source reference on Chart Studio Cloud for text .", + "description": "Sets the source reference on Chart Studio Cloud for `text`.", "editType": "none", "valType": "string" }, @@ -67991,7 +67991,7 @@ "valType": "string" }, "texttemplatesrc": { - "description": "Sets the source reference on Chart Studio Cloud for texttemplate .", + "description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.", "editType": "none", "valType": "string" }, @@ -68068,7 +68068,7 @@ "valType": "number" }, "widthsrc": { - "description": "Sets the source reference on Chart Studio Cloud for width .", + "description": "Sets the source reference on Chart Studio Cloud for `width`.", "editType": "none", "valType": "string" }, @@ -68118,7 +68118,7 @@ ] }, "xsrc": { - "description": "Sets the source reference on Chart Studio Cloud for x .", + "description": "Sets the source reference on Chart Studio Cloud for `x`.", "editType": "none", "valType": "string" }, @@ -68168,7 +68168,7 @@ ] }, "ysrc": { - "description": "Sets the source reference on Chart Studio Cloud for y .", + "description": "Sets the source reference on Chart Studio Cloud for `y`.", "editType": "none", "valType": "string" } @@ -68285,7 +68285,7 @@ "valType": "string" }, "groupssrc": { - "description": "Sets the source reference on Chart Studio Cloud for groups .", + "description": "Sets the source reference on Chart Studio Cloud for `groups`.", "editType": "none", "valType": "string" } @@ -68364,7 +68364,7 @@ ] }, "targetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for target .", + "description": "Sets the source reference on Chart Studio Cloud for `target`.", "editType": "none", "valType": "string" }, @@ -68416,7 +68416,7 @@ "valType": "data_array" }, "groupssrc": { - "description": "Sets the source reference on Chart Studio Cloud for groups .", + "description": "Sets the source reference on Chart Studio Cloud for `groups`.", "editType": "none", "valType": "string" }, @@ -68477,7 +68477,7 @@ "valType": "string" }, "targetsrc": { - "description": "Sets the source reference on Chart Studio Cloud for target .", + "description": "Sets the source reference on Chart Studio Cloud for `target`.", "editType": "none", "valType": "string" }