| 6 | |
| 7 | |
| 8 | class Bar(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "bar" |
| 11 | _valid_props = { |
| 12 | "alignmentgroup", |
| 13 | "base", |
| 14 | "basesrc", |
| 15 | "cliponaxis", |
| 16 | "constraintext", |
| 17 | "customdata", |
| 18 | "customdatasrc", |
| 19 | "dx", |
| 20 | "dy", |
| 21 | "error_x", |
| 22 | "error_y", |
| 23 | "hoverinfo", |
| 24 | "hoverinfosrc", |
| 25 | "hoverlabel", |
| 26 | "hovertemplate", |
| 27 | "hovertemplatefallback", |
| 28 | "hovertemplatesrc", |
| 29 | "hovertext", |
| 30 | "hovertextsrc", |
| 31 | "ids", |
| 32 | "idssrc", |
| 33 | "insidetextanchor", |
| 34 | "insidetextfont", |
| 35 | "legend", |
| 36 | "legendgroup", |
| 37 | "legendgrouptitle", |
| 38 | "legendrank", |
| 39 | "legendwidth", |
| 40 | "marker", |
| 41 | "meta", |
| 42 | "metasrc", |
| 43 | "name", |
| 44 | "offset", |
| 45 | "offsetgroup", |
| 46 | "offsetsrc", |
| 47 | "opacity", |
| 48 | "orientation", |
| 49 | "outsidetextfont", |
| 50 | "selected", |
| 51 | "selectedpoints", |
| 52 | "showlegend", |
| 53 | "stream", |
| 54 | "text", |
| 55 | "textangle", |
| 56 | "textfont", |
| 57 | "textposition", |
| 58 | "textpositionsrc", |
| 59 | "textsrc", |
| 60 | "texttemplate", |
| 61 | "texttemplatefallback", |
| 62 | "texttemplatesrc", |
| 63 | "type", |
| 64 | "uid", |
| 65 | "uirevision", |
no outgoing calls