| 6 | |
| 7 | |
| 8 | class Candlestick(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "candlestick" |
| 11 | _valid_props = { |
| 12 | "close", |
| 13 | "closesrc", |
| 14 | "customdata", |
| 15 | "customdatasrc", |
| 16 | "decreasing", |
| 17 | "high", |
| 18 | "highsrc", |
| 19 | "hoverinfo", |
| 20 | "hoverinfosrc", |
| 21 | "hoverlabel", |
| 22 | "hovertemplate", |
| 23 | "hovertemplatefallback", |
| 24 | "hovertemplatesrc", |
| 25 | "hovertext", |
| 26 | "hovertextsrc", |
| 27 | "ids", |
| 28 | "idssrc", |
| 29 | "increasing", |
| 30 | "legend", |
| 31 | "legendgroup", |
| 32 | "legendgrouptitle", |
| 33 | "legendrank", |
| 34 | "legendwidth", |
| 35 | "line", |
| 36 | "low", |
| 37 | "lowsrc", |
| 38 | "meta", |
| 39 | "metasrc", |
| 40 | "name", |
| 41 | "opacity", |
| 42 | "open", |
| 43 | "opensrc", |
| 44 | "selectedpoints", |
| 45 | "showlegend", |
| 46 | "stream", |
| 47 | "text", |
| 48 | "textsrc", |
| 49 | "type", |
| 50 | "uid", |
| 51 | "uirevision", |
| 52 | "visible", |
| 53 | "whiskerwidth", |
| 54 | "x", |
| 55 | "xaxis", |
| 56 | "xcalendar", |
| 57 | "xhoverformat", |
| 58 | "xperiod", |
| 59 | "xperiod0", |
| 60 | "xperiodalignment", |
| 61 | "xsrc", |
| 62 | "yaxis", |
| 63 | "yhoverformat", |
| 64 | "zorder", |
| 65 | } |
no outgoing calls
no test coverage detected