File tree 3 files changed +8
-14
lines changed
src/traces/scatterpolargl
3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change
1
+ - Fix plot schema not to show ` line.shape ` options for ` scatterpolargl ` trace [[ #6781 ] ( https://github.com/plotly/plotly.js/pull/6781 )]
Original file line number Diff line number Diff line change @@ -21,7 +21,13 @@ module.exports = {
21
21
hovertext : scatterPolarAttrs . hovertext ,
22
22
hovertemplate : scatterPolarAttrs . hovertemplate ,
23
23
24
- line : scatterGlAttrs . line ,
24
+ line : {
25
+ color : scatterGlAttrs . line . color ,
26
+ width : scatterGlAttrs . line . width ,
27
+ dash : scatterGlAttrs . line . dash ,
28
+ editType : 'calc'
29
+ } ,
30
+
25
31
connectgaps : scatterGlAttrs . connectgaps ,
26
32
27
33
marker : scatterGlAttrs . marker ,
Original file line number Diff line number Diff line change 58874
58874
},
58875
58875
"editType": "calc",
58876
58876
"role": "object",
58877
- "shape": {
58878
- "description": "Determines the line shape. The values correspond to step-wise line shapes.",
58879
- "dflt": "linear",
58880
- "editType": "calc",
58881
- "valType": "enumerated",
58882
- "values": [
58883
- "linear",
58884
- "hv",
58885
- "vh",
58886
- "hvh",
58887
- "vhv"
58888
- ]
58889
- },
58890
58877
"width": {
58891
58878
"description": "Sets the line width (in px).",
58892
58879
"dflt": 2,
You can’t perform that action at this time.
0 commit comments