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
I am currently trying to create a candlestick chart that will be felling up over time. That is, when I initiate the graph, the x axis is already premade but with no y values.
I then later attempt to add values over time: after 5s add a bar to x=1 ...
This works perfectly when using a simple line chart.
However this is not working when using the candlestick type of chart.
I am getting the following error:
Hey, cheers for your work!
I am currently trying to create a candlestick chart that will be felling up over time. That is, when I initiate the graph, the x axis is already premade but with no y values.
I then later attempt to add values over time: after 5s add a bar to x=1 ...
This works perfectly when using a simple line chart.
However this is not working when using the candlestick type of chart.
I am getting the following error:
Which seems to be linked to this code:
From what I understand, the code expects ticks right off the bat. So if there is no data by default then it will throw an error?
Am I missing something? if not It would be great to implement upgrade the code to let the chart initiate properly without data.
If I am simply dumb, I'd love an idea on how to achieve what I'm looking for that'd be amazing, cheers.
The text was updated successfully, but these errors were encountered: