MCPcopy Index your code
hub / github.com/plotly/plotly.py / Choroplethmap

Class Choroplethmap

plotly/graph_objs/_choroplethmap.py:8–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class Choroplethmap(_BaseTraceType):
9 _parent_path_str = ""
10 _path_str = "choroplethmap"
11 _valid_props = {
12 "autocolorscale",
13 "below",
14 "coloraxis",
15 "colorbar",
16 "colorscale",
17 "customdata",
18 "customdatasrc",
19 "featureidkey",
20 "geojson",
21 "hoverinfo",
22 "hoverinfosrc",
23 "hoverlabel",
24 "hovertemplate",
25 "hovertemplatefallback",
26 "hovertemplatesrc",
27 "hovertext",
28 "hovertextsrc",
29 "ids",
30 "idssrc",
31 "legend",
32 "legendgroup",
33 "legendgrouptitle",
34 "legendrank",
35 "legendwidth",
36 "locations",
37 "locationssrc",
38 "marker",
39 "meta",
40 "metasrc",
41 "name",
42 "reversescale",
43 "selected",
44 "selectedpoints",
45 "showlegend",
46 "showscale",
47 "stream",
48 "subplot",
49 "text",
50 "textsrc",
51 "type",
52 "uid",
53 "uirevision",
54 "unselected",
55 "visible",
56 "z",
57 "zauto",
58 "zmax",
59 "zmid",
60 "zmin",
61 "zsrc",
62 }
63
64 @property
65 def autocolorscale(self):

Callers 2

add_choroplethmapMethod · 0.90
add_choroplethmapMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected