The links of the Sankey plot. The 'link' property is an instance of Link that may be specified as: - An instance of :class:`plotly.graph_objs.sankey.Link` - A dict of string/value properties that will be passed to the Link constructor
(self)
| 292 | |
| 293 | @property |
| 294 | def link(self): |
| 295 | """ |
| 296 | The links of the Sankey plot. |
| 297 | |
| 298 | The 'link' property is an instance of Link |
| 299 | that may be specified as: |
| 300 | - An instance of :class:`plotly.graph_objs.sankey.Link` |
| 301 | - A dict of string/value properties that will be passed |
| 302 | to the Link constructor |
| 303 | |
| 304 | Returns |
| 305 | ------- |
| 306 | plotly.graph_objs.sankey.Link |
| 307 | """ |
| 308 | return self["link"] |
| 309 | |
| 310 | @link.setter |
| 311 | def link(self, val): |