Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04a2833

Browse filesBrowse files
committed
update schema diff related to PR 6246
1 parent cade877 commit 04a2833
Copy full SHA for 04a2833

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed

‎test/plot-schema.json

Copy file name to clipboardExpand all lines: test/plot-schema.json
+12Lines changed: 12 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.