Skip to content

Commit

Permalink
Merge pull request #3 from newcrom/T2261
Browse files Browse the repository at this point in the history
plotly#2261: Front: Reset zoom when detection time is applied
  • Loading branch information
ifdotpy authored Dec 20, 2023
2 parents 77cea10 + fda4d7d commit 1ab7225
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/index-newcrom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,12 @@ export interface PlotlyHTMLElement extends HTMLElement {
*/
_fullLayout: {
xaxis: {
p2d(point: number): number
p2d(point: number): number;
autorange: boolean;
},
yaxis: {
p2d(point: number): number
p2d(point: number): number;
autorange: boolean;
},
}
}
Expand Down

0 comments on commit 1ab7225

Please sign in to comment.