Skip to content

Commit

Permalink
Fixed #470 - Vertical bar cuts off labels when they are displayed dia…
Browse files Browse the repository at this point in the history
…gonally or vertically
  • Loading branch information
tsv2013 committed Sep 4, 2024
1 parent a74e3f7 commit 7aa6a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plotly/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ export class PlotlySetup {
}
if(!(model as any).getValueType || (model as any).getValueType() != "date") {
layout.xaxis = {
automargin: true,
type: "category",
};
}
Expand Down

0 comments on commit 7aa6a12

Please sign in to comment.