Skip to content

Commit f89f62f

Browse files
author
wfr
committed
Add updated plot-schema and horizontal baselines
1 parent 3b8c586 commit f89f62f

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

36.8 KB
Loading
39.4 KB
Loading

test/plot-schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51264,6 +51264,16 @@
5126451264
"editType": "calc",
5126551265
"valType": "data_array"
5126651266
},
51267+
"direction": {
51268+
"description": "Sets the direction of the flow along the `orientation` axis. With `forward` (the default), sources are on the left (horizontal) or top (vertical). With `reverse`, sources are on the right (horizontal) or bottom (vertical).",
51269+
"dflt": "forward",
51270+
"editType": "calc",
51271+
"valType": "enumerated",
51272+
"values": [
51273+
"forward",
51274+
"reverse"
51275+
]
51276+
},
5126751277
"domain": {
5126851278
"column": {
5126951279
"description": "If there is a layout grid, use the domain for this column in the grid for this sankey trace.",
@@ -52187,7 +52197,7 @@
5218752197
}
5218852198
},
5218952199
"orientation": {
52190-
"description": "Sets the orientation of the Sankey diagram.",
52200+
"description": "Sets the orientation of the Sankey diagram. With `h` (the default), the flow runs horizontally. With `v`, the flow runs vertically. Use `direction` to control which side the sources are placed on.",
5219152201
"dflt": "h",
5219252202
"editType": "calc",
5219352203
"valType": "enumerated",

0 commit comments

Comments
 (0)