Skip to content

Commit

Permalink
feat: add step size for PullRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Jul 29, 2023
1 parent 474c45c commit 57403c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export function createDriftChart(ctx, data) {
grid: {
drawOnChartArea: false,
},
ticks: {
stepSize: 1,
},
}
},
},
Expand Down

0 comments on commit 57403c5

Please sign in to comment.