We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449f723 commit 1c8f734Copy full SHA for 1c8f734
src/modules/settings/Config.js
@@ -102,7 +102,7 @@ export default class Config {
102
opts.chart.type === 'scatter') &&
103
!combo.comboChartsHasBars &&
104
opts.xaxis.type !== 'datetime' &&
105
- opts.xaxis.tickPlacement !== 'between'
+ opts.xaxis.tickPlacement === 'on'
106
) {
107
defaults.convertCatToNumeric()
108
}
src/modules/settings/Options.js
@@ -777,7 +777,7 @@ export default class Options {
777
offsetY: 0
778
},
779
tickAmount: undefined,
780
- tickPlacement: 'on',
+ tickPlacement: 'between',
781
min: undefined,
782
max: undefined,
783
range: undefined,
0 commit comments