Skip to content

Commit 04a2833

Browse files
committed
update schema diff related to PR 6246
1 parent cade877 commit 04a2833

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/plot-schema.json

+12
Original file line numberDiff line numberDiff line change
@@ -34669,6 +34669,12 @@
3466934669
"right"
3467034670
]
3467134671
},
34672+
"prefix": {
34673+
"description": "Sets a prefix appearing before the delta.",
34674+
"dflt": "",
34675+
"editType": "plot",
34676+
"valType": "string"
34677+
},
3467234678
"reference": {
3467334679
"description": "Sets the reference value to compute the delta. By default, it is set to the current value.",
3467434680
"editType": "calc",
@@ -34681,6 +34687,12 @@
3468134687
"valType": "boolean"
3468234688
},
3468334689
"role": "object",
34690+
"suffix": {
34691+
"description": "Sets a suffix appearing next to the delta.",
34692+
"dflt": "",
34693+
"editType": "plot",
34694+
"valType": "string"
34695+
},
3468434696
"valueformat": {
3468534697
"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.",
3468634698
"editType": "plot",

0 commit comments

Comments
 (0)