Skip to content

Commit d5f9474

Browse files
committed
docs: update generated showspikes types
1 parent 224ba86 commit d5f9474

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12534,7 +12534,7 @@ export interface LayoutAxis {
1253412534
*/
1253512535
showline?: boolean;
1253612536
/**
12537-
* Determines whether or not spikes (aka droplines) are drawn for this axis. Note: This only takes affect when hovermode = closest
12537+
* Determines whether or not spikes (aka droplines) are drawn for this axis. Note that spikes will never be drawn when `hovermode` is *false*.
1253812538
* @default false
1253912539
*/
1254012540
showspikes?: boolean;

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85930,4 +85930,4 @@
8593085930
"type": "waterfall"
8593185931
}
8593285932
}
85933-
}
85933+
}

0 commit comments

Comments
 (0)