| 6 | |
| 7 | |
| 8 | class Contour(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "contour" |
| 11 | _valid_props = { |
| 12 | "autocolorscale", |
| 13 | "autocontour", |
| 14 | "coloraxis", |
| 15 | "colorbar", |
| 16 | "colorscale", |
| 17 | "connectgaps", |
| 18 | "contours", |
| 19 | "customdata", |
| 20 | "customdatasrc", |
| 21 | "dx", |
| 22 | "dy", |
| 23 | "fillcolor", |
| 24 | "hoverinfo", |
| 25 | "hoverinfosrc", |
| 26 | "hoverlabel", |
| 27 | "hoverongaps", |
| 28 | "hovertemplate", |
| 29 | "hovertemplatefallback", |
| 30 | "hovertemplatesrc", |
| 31 | "hovertext", |
| 32 | "hovertextsrc", |
| 33 | "ids", |
| 34 | "idssrc", |
| 35 | "legend", |
| 36 | "legendgroup", |
| 37 | "legendgrouptitle", |
| 38 | "legendrank", |
| 39 | "legendwidth", |
| 40 | "line", |
| 41 | "meta", |
| 42 | "metasrc", |
| 43 | "name", |
| 44 | "ncontours", |
| 45 | "opacity", |
| 46 | "reversescale", |
| 47 | "showlegend", |
| 48 | "showscale", |
| 49 | "stream", |
| 50 | "text", |
| 51 | "textfont", |
| 52 | "textsrc", |
| 53 | "texttemplate", |
| 54 | "texttemplatefallback", |
| 55 | "transpose", |
| 56 | "type", |
| 57 | "uid", |
| 58 | "uirevision", |
| 59 | "visible", |
| 60 | "x", |
| 61 | "x0", |
| 62 | "xaxis", |
| 63 | "xcalendar", |
| 64 | "xhoverformat", |
| 65 | "xperiod", |
no outgoing calls
no test coverage detected