We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352e7db commit 7255dccCopy full SHA for 7255dcc
src/charts/common/bar/Helpers.js
@@ -104,9 +104,7 @@ export default class Helpers {
104
if (w.globals.isXNumeric) {
105
// max barwidth should be equal to minXDiff to avoid overlap
106
let xRatio = this.barCtx.xRatio
107
- if (w.config.xaxis.convertedCatToNumeric) {
108
- xRatio = this.barCtx.initialXRatio
109
- }
+
110
if (
111
w.globals.minXDiff &&
112
w.globals.minXDiff !== 0.5 &&
0 commit comments