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

How to set background color of bars #1411

Closed
nexig opened this issue Sep 7, 2016 · 2 comments
Closed

How to set background color of bars #1411

nexig opened this issue Sep 7, 2016 · 2 comments

Comments

@nexig
Copy link

nexig commented Sep 7, 2016

I need to set my bars look like this
image

any idea how to set white space above filled bar ?

@liuxuan30
Copy link
Member

how about

    /// the color used for drawing the bar-shadows. The bar shadows is a surface behind the bar that indicates the maximum value
    public var barShadowColor = NSUIColor(red: 215.0/255.0, green: 215.0/255.0, blue: 215.0/255.0, alpha: 1.0)

@nexig
Copy link
Author

nexig commented Sep 8, 2016

It works perfect.

Thanks

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