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

Some problem in price scale #147

Open
armanTabib opened this issue Nov 12, 2024 · 0 comments
Open

Some problem in price scale #147

armanTabib opened this issue Nov 12, 2024 · 0 comments

Comments

@armanTabib
Copy link

I'm trying to show price candle stick charts, but I have some problem on price scale. The problem is that, I want to show the price scale on left side of the chart. So what I do is create a candleStickOptions with No priceScaleId, or with priceScaleId equal to left.
What happens in both of these situations, is that although my maximum value is around 80k, it shows up to 350k and thus the data is very small, just like this image:

But when I set leftPriceScale.visible to false and rightPriceScale.visible to true, and priceScaleId to right, it works fine:

How should I do the latter priceScale on the left side?

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

1 participant