Skip to content

Commit 7fdcbca

Browse files
committed
update schema.d.ts
1 parent ef78574 commit 7fdcbca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/generated/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15945,7 +15945,7 @@ export interface Layout {
1594515945
*/
1594615946
calendar?: Calendar;
1594715947
/**
15948-
* If true, `plotly_click` events will fire for any click position within the plot area, not just over traces. When clicking where there is no trace data, the event will have an empty `points` array but will include `xvals` and `yvals` with click coordinates in data space.
15948+
* If true, `plotly_click` events will fire for any click position within the plot area, not just over traces. When clicking where there is no trace data, the event will have an empty `points` array but will include `xvals` and `yvals` with click coordinates in data space, and `xPixel` and `yPixel` with click coordinates in pixels, relative to the top-left corner of the graph div.
1594915949
* @default false
1595015950
*/
1595115951
clickanywhere?: boolean;
@@ -16058,7 +16058,7 @@ export interface Layout {
1605816058
*/
1605916059
height?: number;
1606016060
/**
16061-
* If true, `plotly_hover` events will fire for any cursor position within the plot area, not just over traces. When the cursor is not over a trace, the event will have an empty `points` array but will include `xvals` and `yvals` with cursor coordinates in data space.
16061+
* If true, `plotly_hover` events will fire for any cursor position within the plot area, not just over traces. When the cursor is not over a trace, the event will have an empty `points` array but will include `xvals` and `yvals` with cursor coordinates in data space, and `xPixel` and `yPixel` with cursor coordinates in pixels, relative to the top-left corner of the graph div. A `plotly_unhover` event fires when the cursor leaves the plot area.
1606216062
* @default false
1606316063
*/
1606416064
hoveranywhere?: boolean;

0 commit comments

Comments
 (0)