-
Notifications
You must be signed in to change notification settings - Fork 199
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 change candle stick color? #142
Comments
Here's a working sample of reversing the up and down candle colors: jsfiddle You can use whatever colors you want for the up, down or unchanged candles by specifying the color property like this:
|
You can change the background of the candles by modifying the '
The value must be a |
What if I want to highlight a single candle, making it a yellow one among reds and greens. |
Hi,
I want to change the candle stick color by up in red and down in green.
I read these articles.
#114
#115
#37
I can not change the candle stick color by the ways these articles suggest.
I notice that these articles use [email protected] and [email protected]
Today the chart.js is [email protected]
How do I change the candle stick color by up in red and down in green?
Thank you.
The text was updated successfully, but these errors were encountered: