Skip to content

candlesticks not corresponding to y-axis values #1565

Answered by EMChloe
EMChloe asked this question in Q&A
Discussion options

You must be logged in to vote

SOLUTION: I removed "open" and "close" from the following line of code:

const [time1, open, high, low, close] = row.split(',');

because I don't have open and close values. just high and low. this fixed it and the y-axis now illuminates with different values depending on the candle you are hovering over

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EMChloe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant