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

Do not fill line graphs #25

Open
jbartels opened this issue Aug 29, 2012 · 1 comment
Open

Do not fill line graphs #25

jbartels opened this issue Aug 29, 2012 · 1 comment

Comments

@jbartels
Copy link

Is there an easy way to just have the line graph but do not fill it in? I would have emailed you or try to message you on IRC but seems as if you do not have any information other than your twitter handle.

Thanks in advance graphene is awesome and we are using internally at our company.

@jondot
Copy link
Owner

jondot commented Aug 30, 2012

Hi there,
Very happy to hear you find graphene useful :)
Its completely fine to ask through here; but it may be wise if I put my direct details on the readme - thanks!.

For your question, you can very easily tweak all UI aspects through regular CSS,
here, you want to set the .area class to be transparent, so you can override the default rule, by adding a style like so:

.area {
  fill-opacity: 0; 
}

Feel free to let me know if this helps the way you need it.

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