Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hiding xaxis labels hide grid lines #2089

Closed
pvictor opened this issue Dec 4, 2020 · 1 comment · Fixed by FarmAI/erp_web#12 or vikas-ukani/load-backend-api#7
Closed

Hiding xaxis labels hide grid lines #2089

pvictor opened this issue Dec 4, 2020 · 1 comment · Fixed by FarmAI/erp_web#12 or vikas-ukani/load-backend-api#7
Labels

Comments

@pvictor
Copy link

pvictor commented Dec 4, 2020

Bug report

Codepen

https://codepen.io/pvictor-r/pen/qBabJaG

Explanation

When hiding xaxis labels with xaxis: {labels: {show: false}}, grid lines on xaxis are hidden despite setting :

grid: {
  xaxis: {
    lines: {
      show: true
    }
  }
}

Would it be possible to keep grid lines when hiding labels ?

Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment