-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Stroke color function support added to customize bar borders based on value paramater #4374
Stroke color function support added to customize bar borders based on value paramater #4374
Conversation
…e ApexStroke type definition
…into stroke-color-function
@Digvijayrao-KF Can you post a screenshot of what this accomplishes? Also, post a code sample to how you will use this option so I can reproduce. |
Hi @junedchhipa , We can see the series 2 border color changes for the paths based on values plotted on inverse x-axis/y-axis Code Sample
|
Hi @junedchhipa, |
New Pull Request
color prop under stroke object will now support function that will accept params like value, dataPointIndex & w. This will allow the user to change the border color based on values plotted on y-axis for horizontal bar charts.
Fixes #4360
Type of change
Please delete options that are not relevant.
Checklist: