Set the appearance of the gauge's value The 'bar' property is an instance of Bar that may be specified as: - An instance of :class:`plotly.graph_objs.indicator.gauge.Bar` - A dict of string/value properties that will be passed to the Bar cons
(self)
| 41 | |
| 42 | @property |
| 43 | def bar(self): |
| 44 | """ |
| 45 | Set the appearance of the gauge's value |
| 46 | |
| 47 | The 'bar' property is an instance of Bar |
| 48 | that may be specified as: |
| 49 | - An instance of :class:`plotly.graph_objs.indicator.gauge.Bar` |
| 50 | - A dict of string/value properties that will be passed |
| 51 | to the Bar constructor |
| 52 | |
| 53 | Returns |
| 54 | ------- |
| 55 | plotly.graph_objs.indicator.gauge.Bar |
| 56 | """ |
| 57 | return self["bar"] |
| 58 | |
| 59 | @bar.setter |
| 60 | def bar(self, val): |
no outgoing calls