I am trying to create a Bitcoin price tracker and I would like to display the bitcoin value with a timespan of 24h in a area chart.
I don’t want the whole chart to be redrawn every hour I only want to update the data within the chart eg remove the last value and add the current value.
Has anyone done this before? I would very much appreciate a little example
I’m not a plotly expert, but I would expect to regenerate the whole chart every time the data changes, even if it’s just adding one point at the end and removing one from the start.
If you show the code you have, we can see if there is anything that can be improved.
Have a conversation with ChatGPT about how to use plotly at the most basic level and see if it can tie in concepts you already understand.
Here is a free course that shows you, with visuals and live code, how to make plots and plot data with matplotlib. This is not plotly at all, but if you can get it to work you will understand how to follow the docs on using plotly with all the same concepts.