| 6 | |
| 7 | |
| 8 | class Cone(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "cone" |
| 11 | _valid_props = { |
| 12 | "anchor", |
| 13 | "autocolorscale", |
| 14 | "cauto", |
| 15 | "cmax", |
| 16 | "cmid", |
| 17 | "cmin", |
| 18 | "coloraxis", |
| 19 | "colorbar", |
| 20 | "colorscale", |
| 21 | "customdata", |
| 22 | "customdatasrc", |
| 23 | "hoverinfo", |
| 24 | "hoverinfosrc", |
| 25 | "hoverlabel", |
| 26 | "hovertemplate", |
| 27 | "hovertemplatefallback", |
| 28 | "hovertemplatesrc", |
| 29 | "hovertext", |
| 30 | "hovertextsrc", |
| 31 | "ids", |
| 32 | "idssrc", |
| 33 | "legend", |
| 34 | "legendgroup", |
| 35 | "legendgrouptitle", |
| 36 | "legendrank", |
| 37 | "legendwidth", |
| 38 | "lighting", |
| 39 | "lightposition", |
| 40 | "meta", |
| 41 | "metasrc", |
| 42 | "name", |
| 43 | "opacity", |
| 44 | "reversescale", |
| 45 | "scene", |
| 46 | "showlegend", |
| 47 | "showscale", |
| 48 | "sizemode", |
| 49 | "sizeref", |
| 50 | "stream", |
| 51 | "text", |
| 52 | "textsrc", |
| 53 | "type", |
| 54 | "u", |
| 55 | "uhoverformat", |
| 56 | "uid", |
| 57 | "uirevision", |
| 58 | "usrc", |
| 59 | "v", |
| 60 | "vhoverformat", |
| 61 | "visible", |
| 62 | "vsrc", |
| 63 | "w", |
| 64 | "whoverformat", |
| 65 | "wsrc", |