| 6 | |
| 7 | |
| 8 | class Box(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "box" |
| 11 | _valid_props = { |
| 12 | "alignmentgroup", |
| 13 | "boxmean", |
| 14 | "boxpoints", |
| 15 | "customdata", |
| 16 | "customdatasrc", |
| 17 | "dx", |
| 18 | "dy", |
| 19 | "fillcolor", |
| 20 | "hoverinfo", |
| 21 | "hoverinfosrc", |
| 22 | "hoverlabel", |
| 23 | "hoveron", |
| 24 | "hovertemplate", |
| 25 | "hovertemplatefallback", |
| 26 | "hovertemplatesrc", |
| 27 | "hovertext", |
| 28 | "hovertextsrc", |
| 29 | "ids", |
| 30 | "idssrc", |
| 31 | "jitter", |
| 32 | "legend", |
| 33 | "legendgroup", |
| 34 | "legendgrouptitle", |
| 35 | "legendrank", |
| 36 | "legendwidth", |
| 37 | "line", |
| 38 | "lowerfence", |
| 39 | "lowerfencesrc", |
| 40 | "marker", |
| 41 | "mean", |
| 42 | "meansrc", |
| 43 | "median", |
| 44 | "mediansrc", |
| 45 | "meta", |
| 46 | "metasrc", |
| 47 | "name", |
| 48 | "notched", |
| 49 | "notchspan", |
| 50 | "notchspansrc", |
| 51 | "notchwidth", |
| 52 | "offsetgroup", |
| 53 | "opacity", |
| 54 | "orientation", |
| 55 | "pointpos", |
| 56 | "q1", |
| 57 | "q1src", |
| 58 | "q3", |
| 59 | "q3src", |
| 60 | "quartilemethod", |
| 61 | "sd", |
| 62 | "sdmultiple", |
| 63 | "sdsrc", |
| 64 | "selected", |
| 65 | "selectedpoints", |
no outgoing calls