You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withpriceScaleId
equal toleft
.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 andrightPriceScale.visible
to true, andpriceScaleId
to right, it works fine:How should I do the latter priceScale on the left side?
The text was updated successfully, but these errors were encountered: