Skip to content

Commit 4d60088

Browse files
author
wfr
committed
Add 2nd generated schema, add basline images
1 parent 4b4886b commit 4d60088

13 files changed

Lines changed: 6 additions & 1 deletion

src/types/generated/schema.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6901,6 +6901,11 @@ export interface SankeyData {
69016901
arrangement?: 'snap' | 'perpendicular' | 'freeform' | 'fixed';
69026902
/** Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, *scatter* traces also appends customdata items in the markers DOM elements */
69036903
customdata?: Datum[] | Datum[][] | TypedArray;
6904+
/**
6905+
* 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).
6906+
* @default 'forward'
6907+
*/
6908+
direction?: 'forward' | 'reverse';
69046909
domain?: Domain;
69056910
/**
69066911
* Determines what trace information appears on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired. Note that this attribute is superseded by `node.hoverinfo` and `node.hoverinfo` for nodes and links respectively.
@@ -7073,7 +7078,7 @@ export interface SankeyData {
70737078
y?: Datum[] | Datum[][] | TypedArray;
70747079
};
70757080
/**
7076-
* Sets the orientation of the Sankey diagram.
7081+
* 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.
70777082
* @default 'h'
70787083
*/
70797084
orientation?: 'v' | 'h';
36.7 KB
Loading
36.8 KB
Loading
40.1 KB
Loading
48.7 KB
Loading
47.1 KB
Loading
47.2 KB
Loading
49.4 KB
Loading
47.7 KB
Loading
47.9 KB
Loading

0 commit comments

Comments
 (0)