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
You could try increasing the rightOffset value on the time scale options so that the chart will leave more space on the right edge.
This value is specified in 'number of bars' (data points) and not a normal length like pixels. So the amount of space that you need to leave is dependent on the zoom level (barSpacing). More details in this answer: #1622 (comment)
Lightweight Charts™ Version: 4.1.6
Steps/code to reproduce:
Set the title of a
right
series, withfixRightEdge: true
Actual behavior:
The title for the right series is on top of the line at the default scale
Expected behavior:
The title shouldn't overlap the actual line. Alternatively an option to have the title always be on the left hand side even for a
right
seriesScreenshots:
The text was updated successfully, but these errors were encountered: