The 'choropleth' property is a tuple of instances of Choropleth that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Choropleth - A list or tuple of dicts of string/value properties that will be passed to
(self)
| 195 | |
| 196 | @property |
| 197 | def choropleth(self): |
| 198 | """ |
| 199 | The 'choropleth' property is a tuple of instances of |
| 200 | Choropleth that may be specified as: |
| 201 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Choropleth |
| 202 | - A list or tuple of dicts of string/value properties that |
| 203 | will be passed to the Choropleth constructor |
| 204 | |
| 205 | Returns |
| 206 | ------- |
| 207 | tuple[plotly.graph_objs.layout.template.data.Choropleth] |
| 208 | """ |
| 209 | return self["choropleth"] |
| 210 | |
| 211 | @choropleth.setter |
| 212 | def choropleth(self, val): |