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

Multiple track Colors in Radialbar Chart Multiple #224

Closed
kumaranc opened this issue Dec 6, 2018 · 1 comment
Closed

Multiple track Colors in Radialbar Chart Multiple #224

kumaranc opened this issue Dec 6, 2018 · 1 comment
Labels
feature-request New feature or request

Comments

@kumaranc
Copy link

kumaranc commented Dec 6, 2018

Multiple track Colors in Radialbar Chart Multiple

Hi, We are trying to make a design like each bar has unique track color instead of common colors in multiple bars, But i didnt find further documents in documentation so kindly provide any idea to make it.

@junedchhipa junedchhipa added the feature-request New feature or request label Dec 6, 2018
@junedchhipa
Copy link
Contributor

@kumaranc Currently, not easily achievable, but I have just updated the plotOptions.radialBar.track.background to accept array also.
So, in the next release, you will be able to do

plotOptions: {
  radialBar: {
    track: {
      background: ['#f3f3f3', '#e4e4e4']
    }
  }
}

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

No branches or pull requests

2 participants