You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15456,7 +15456,9 @@
15456
15456
"description": "Sets the marker angle in respect to `angleref`.",
15457
15457
"dflt": 0,
15458
15458
"editType": "calc",
15459
-
"valType": "angle"
15459
+
"max": 360,
15460
+
"min": -360,
15461
+
"valType": "number"
15460
15462
},
15461
15463
"color": {
15462
15464
"arrayOk": false,
@@ -43337,7 +43339,9 @@
43337
43339
"description": "Sets the marker angle in respect to `angleref`.",
43338
43340
"dflt": 0,
43339
43341
"editType": "plot",
43340
-
"valType": "angle"
43342
+
"max": 360,
43343
+
"min": -360,
43344
+
"valType": "number"
43341
43345
},
43342
43346
"angleref": {
43343
43347
"anim": false,
@@ -47600,7 +47604,9 @@
47600
47604
"description": "Sets the marker angle in respect to `angleref`.",
47601
47605
"dflt": 0,
47602
47606
"editType": "plot",
47603
-
"valType": "angle"
47607
+
"max": 360,
47608
+
"min": -360,
47609
+
"valType": "number"
47604
47610
},
47605
47611
"angleref": {
47606
47612
"description": "Sets the reference for marker angle. With *previous* the angles are based on the previous position of points on a line. With *up* the angles are based on the current positions of points towards up.",
@@ -49469,7 +49475,9 @@
49469
49475
"description": "Sets the marker angle in respect to `angleref`.",
49470
49476
"dflt": 0,
49471
49477
"editType": "calc",
49472
-
"valType": "angle"
49478
+
"max": 360,
49479
+
"min": -360,
49480
+
"valType": "number"
49473
49481
},
49474
49482
"angleref": {
49475
49483
"description": "Sets the reference for marker angle. With *previous* the angles are based on the previous position of points on a line. With *up* the angles are based on the current positions of points towards up. With *north* the angles are based on the current positions of points towards north.",
@@ -54566,7 +54574,9 @@
54566
54574
"description": "Sets the marker angle in respect to `angleref`.",
54567
54575
"dflt": 0,
54568
54576
"editType": "plot",
54569
-
"valType": "angle"
54577
+
"max": 360,
54578
+
"min": -360,
54579
+
"valType": "number"
54570
54580
},
54571
54581
"angleref": {
54572
54582
"description": "Sets the reference for marker angle. With *previous* the angles are based on the previous position of points on a line. With *up* the angles are based on the current positions of points towards up.",
@@ -58265,7 +58275,9 @@
58265
58275
"description": "Sets the marker angle in respect to `angleref`.",
58266
58276
"dflt": 0,
58267
58277
"editType": "plot",
58268
-
"valType": "angle"
58278
+
"max": 360,
58279
+
"min": -360,
58280
+
"valType": "number"
58269
58281
},
58270
58282
"angleref": {
58271
58283
"description": "Sets the reference for marker angle. With *previous* the angles are based on the previous position of points on a line. With *up* the angles are based on the current positions of points towards up.",
@@ -60140,7 +60152,9 @@
60140
60152
"description": "Sets the marker angle in respect to `angleref`.",
60141
60153
"dflt": 0,
60142
60154
"editType": "plot",
60143
-
"valType": "angle"
60155
+
"max": 360,
60156
+
"min": -360,
60157
+
"valType": "number"
60144
60158
},
60145
60159
"angleref": {
60146
60160
"description": "Sets the reference for marker angle. With *previous* the angles are based on the previous position of points on a line. With *up* the angles are based on the current positions of points towards up.",
@@ -69381,7 +69395,9 @@
69381
69395
"description": "Sets the marker angle in respect to `angleref`.",
0 commit comments