Skip to content

Commit

Permalink
Configure xAxis
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Mar 27, 2024
1 parent fd09455 commit bc5f5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29214,6 +29214,8 @@ class MermaidXYChart {
---
config:
xyChart:
xAxis:
labelPadding: 16
yAxis:
titlePadding: 16
---
Expand Down
2 changes: 2 additions & 0 deletions src/MermaidXYChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export class MermaidXYChart {
---
config:
xyChart:
xAxis:
labelPadding: 16
yAxis:
titlePadding: 16
---
Expand Down
2 changes: 2 additions & 0 deletions tests/MermaidXYChart.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ describe("DateTime", () => {
---
config:
xyChart:
xAxis:
labelPadding: 16
yAxis:
titlePadding: 16
---
Expand Down

0 comments on commit bc5f5b1

Please sign in to comment.