-
Notifications
You must be signed in to change notification settings - Fork 48
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 do we create a candles/volumes chart? #53
Comments
Hi @johnqh may I please know did you figure it out? thanks |
@wenweih Are the lines in this chart MA lines? How did you achieve it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have successfully overlaid candles with an area chart, so it is probably possible to overlay candles with volume (bar) chart. Howe er, they are on the same pricing scale, both from the same 0 line for y axis. A proper candle/volume chart would have volumes at the bottom, and then candles on top with fixed area. They have independent y scales.
Would appreciate to know if it is possible and have a sample chart in the Example app.
The text was updated successfully, but these errors were encountered: