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

Can't remove line under labels #395

Closed
timclausen opened this issue Mar 13, 2019 · 3 comments
Closed

Can't remove line under labels #395

timclausen opened this issue Mar 13, 2019 · 3 comments

Comments

@timclausen
Copy link

Codepen

https://codepen.io/difedk/pen/wNYpVw
Skærmbillede 2019-03-13 kl  10 15 05

Explanation

  • What is the behavior you expect?
    I've tried to remove the line in the bottom, but it seems that the grid goes under the labels. How can this be removed?
@junedchhipa
Copy link
Contributor

I will move the gridlines to a separate group so that you will be able to target using CSS last-child.

@timclausen
Copy link
Author

Thanks.. When will this be deployed?

@junedchhipa
Copy link
Contributor

Will be deployed this weekend.

You will be able to target gridlines with CSS like this

.apexcharts-gridlines-horizontal .apexcharts-gridline:last-child {
   display: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants