Skip to content

Commit

Permalink
xaxis range issue when no labels are provided - fixes #491
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Apr 22, 2019
1 parent 375c279 commit 9959142
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,6 @@ export default class Core {

// Turn on this global flag to indicate no labels were provided by user
gl.noLabelsProvided = true

if (cnf.xaxis.type === 'category') {
gl.isXNumeric = false
}
}
}

Expand Down

0 comments on commit 9959142

Please sign in to comment.