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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34669,6 +34669,12 @@
34669
34669
"right"
34670
34670
]
34671
34671
},
34672
+
"prefix": {
34673
+
"description": "Sets a prefix appearing before the delta.",
34674
+
"dflt": "",
34675
+
"editType": "plot",
34676
+
"valType": "string"
34677
+
},
34672
34678
"reference": {
34673
34679
"description": "Sets the reference value to compute the delta. By default, it is set to the current value.",
34674
34680
"editType": "calc",
@@ -34681,6 +34687,12 @@
34681
34687
"valType": "boolean"
34682
34688
},
34683
34689
"role": "object",
34690
+
"suffix": {
34691
+
"description": "Sets a suffix appearing next to the delta.",
34692
+
"dflt": "",
34693
+
"editType": "plot",
34694
+
"valType": "string"
34695
+
},
34684
34696
"valueformat": {
34685
34697
"description": "Sets the value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.",
0 commit comments