Path to the topojson files needed to render choropleth traces. If None, topojson files from the plot.ly CDN are used. Returns ------- str
(self)
| 566 | |
| 567 | @property |
| 568 | def topojson(self): |
| 569 | """ |
| 570 | Path to the topojson files needed to render choropleth traces. |
| 571 | |
| 572 | If None, topojson files from the plot.ly CDN are used. |
| 573 | |
| 574 | Returns |
| 575 | ------- |
| 576 | str |
| 577 | """ |
| 578 | return self._props.get("topojson", None) |
| 579 | |
| 580 | @topojson.setter |
| 581 | def topojson(self, val): |
nothing calls this directly
no test coverage detected