How can i change the format of my candlestick chart in chart.js?
I am using vite and react to build a node.js program where I am collecting data from coinbase exchange API to rebuild a dashboard. This is my code, where the API returns: an array of arrays of the form [timestamp, price_low, price_high, price_open, price_close].