I'd like to have a candlestick chart that plots trade data from a websocket feed. The incoming trade data has price, volume, and date-Time.
I've looked over all the documentation and demos, but I can't find any information on how to update an existing chart data point. In my case, I need to be able to update the close field on an existing candlestick.