Skip to content

Commit

Permalink
make x-axis labels trimming disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Feb 27, 2020
1 parent 3ebf81f commit dbfba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/settings/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ export default class Options {
rotate: -45,
rotateAlways: false,
hideOverlappingLabels: true,
trim: true,
trim: false,
minHeight: undefined,
maxHeight: 120,
showDuplicates: true,
Expand Down

0 comments on commit dbfba43

Please sign in to comment.