Why is isFulfilledData
and isWhitespaceData
checking if open
is defined? (instead of only value
)
#1490
Unanswered
mozeryansky
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is whitespace only when value is not defined?
From here: https://github.com/tradingview/lightweight-charts/blob/master/src/model/data-consumer.ts#L188
I had the issue where I was passing my full candles just without value, but the chart was crashing since open was present and it was hitting an assert later on.
Beta Was this translation helpful? Give feedback.
All reactions