Skip to content

Commit

Permalink
🤖 Merge PR #69400 [@types/plotly.js] Add xref and yref to layout.lege…
Browse files Browse the repository at this point in the history
…nd by @marcus-maro
  • Loading branch information
marcus-maro committed May 1, 2024
1 parent 7a4e236 commit 13c2de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/plotly.js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,10 @@ export interface Legend extends Label {
valign: "top" | "middle" | "bottom";
x: number;
xanchor: "auto" | "left" | "center" | "right";
xref: "container" | "paper";
y: number;
yanchor: "auto" | "top" | "middle" | "bottom";
yref: "container" | "paper";
}

export type AxisType = "-" | "linear" | "log" | "date" | "category" | "multicategory";
Expand Down

0 comments on commit 13c2de2

Please sign in to comment.