| 6 | |
| 7 | |
| 8 | class Barpolar(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "barpolar" |
| 11 | _valid_props = { |
| 12 | "base", |
| 13 | "basesrc", |
| 14 | "customdata", |
| 15 | "customdatasrc", |
| 16 | "dr", |
| 17 | "dtheta", |
| 18 | "hoverinfo", |
| 19 | "hoverinfosrc", |
| 20 | "hoverlabel", |
| 21 | "hovertemplate", |
| 22 | "hovertemplatefallback", |
| 23 | "hovertemplatesrc", |
| 24 | "hovertext", |
| 25 | "hovertextsrc", |
| 26 | "ids", |
| 27 | "idssrc", |
| 28 | "legend", |
| 29 | "legendgroup", |
| 30 | "legendgrouptitle", |
| 31 | "legendrank", |
| 32 | "legendwidth", |
| 33 | "marker", |
| 34 | "meta", |
| 35 | "metasrc", |
| 36 | "name", |
| 37 | "offset", |
| 38 | "offsetsrc", |
| 39 | "opacity", |
| 40 | "r", |
| 41 | "r0", |
| 42 | "rsrc", |
| 43 | "selected", |
| 44 | "selectedpoints", |
| 45 | "showlegend", |
| 46 | "stream", |
| 47 | "subplot", |
| 48 | "text", |
| 49 | "textsrc", |
| 50 | "theta", |
| 51 | "theta0", |
| 52 | "thetasrc", |
| 53 | "thetaunit", |
| 54 | "type", |
| 55 | "uid", |
| 56 | "uirevision", |
| 57 | "unselected", |
| 58 | "visible", |
| 59 | "width", |
| 60 | "widthsrc", |
| 61 | } |
| 62 | |
| 63 | @property |
| 64 | def base(self): |
| 65 | """ |
no outgoing calls
no test coverage detected