Hi I'm trying to use the chart matrix library mentioned in one of my react projects. I cant seem to get the chart to render the data on initial load but it renders correctly when i force a typescript error and undo the change (on my local machine at least. it doesnt happen in the sandbox).
Similar code works for my candlestick chart using chartjs-financial. See the codesandbox for implementation. I have duplicated the typedCharts.tsx to get the chart to work.