Skip to content

Commit 9716705

Browse files
committed
Update schema types with latest attributes
1 parent b0fc049 commit 9716705

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8925,6 +8925,7 @@ export interface Layout {
89258925
showarrow?: boolean;
89268926
};
89278927
hovermode?: 'x' | 'y' | 'closest' | false | 'x unified' | 'y unified';
8928+
hoversort?: 'trace' | 'value descending' | 'value ascending';
89288929
hoversubplots?: 'single' | 'overlaying' | 'axis';
89298930
images?: LayoutImage[];
89308931
legend?: Legend;

0 commit comments

Comments
 (0)