TimeScaleOptions:rightOffset
with fixRightEdge
#1227
Unanswered
appsunited
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm facing the same issue, did anyone find a solution to this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! 👋 First of all: Thanks for this awesome chart library! 🚀 🤩
Have a candlestick chart and want some space between the last right candle and the vertical price axis. The
rightOffset
will make it. Also I would like to fix the chart to the left and right edge to avoid scaling the time to much. But iffixRightEdge
is applied, therightOffset
is ignored.This is how it should look like before scaling (with
rightOffset
):This is scaling too much (neither
fixRightEdge
norfixLeftEdge
):Scales too much to the left edge (with
fixLeftEdge
):This prevents scaling too much, but
rightOffset
is ignored due the appliedfixRightEdge
andfixLeftEdge
:Is there a way to achieve a result like
rightOffset
andfixRightEdge
together?Beta Was this translation helpful? Give feedback.
All reactions