The 'number' property is an instance of Number that may be specified as: - An instance of :class:`plotly.graph_objs.indicator.Number` - A dict of string/value properties that will be passed to the Number constructor Returns -------
(self)
| 368 | |
| 369 | @property |
| 370 | def number(self): |
| 371 | """ |
| 372 | The 'number' property is an instance of Number |
| 373 | that may be specified as: |
| 374 | - An instance of :class:`plotly.graph_objs.indicator.Number` |
| 375 | - A dict of string/value properties that will be passed |
| 376 | to the Number constructor |
| 377 | |
| 378 | Returns |
| 379 | ------- |
| 380 | plotly.graph_objs.indicator.Number |
| 381 | """ |
| 382 | return self["number"] |
| 383 | |
| 384 | @number.setter |
| 385 | def number(self, val): |
no outgoing calls
no test coverage detected