Skip to content

Commit

Permalink
Benchmark charts: use straight strokes for readability (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemasle authored Oct 25, 2023
1 parent 9123222 commit 0db0bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/BenchmarkChart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function createOptions(columnName, colorMode) {
},
stroke: {
width: 2,
curve: 'smooth',
curve: 'straight',
},
xaxis: {
type: 'datetime',
Expand Down

0 comments on commit 0db0bbb

Please sign in to comment.