How to graph sparse data points with appropriate intervals? #1106
Unanswered
Burny-McBurnFace
asked this question in
General
Replies: 1 comment 1 reply
-
@Burny-McBurnFace you can use whitespace data https://tradingview.github.io/lightweight-charts/docs/api/interfaces/WhitespaceData |
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
-
I have a series of points like:
Right now I can graph them but the intervals are all the same size. What I want is the x-axis time interval to be 2 times the size for the second points since they are 2 times further. How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions