in Multi series chats index data is missing always
{chart: {…}, categories: Array(1), dataset: Array(2)}
categories: Array(1)
0:
category: Array(12)
0: {color: '#e6194B', label: 'December 2021'}...
I am trying to create a multi-series column chart in our application. The error I am getting is - "Cannot read property 'category' of undefined"
I tried to recreate the issue in jsfiddle (https://jsfiddle.net/Apeksha82/j092Lewy/13/) before creating a topic here, but I get a different error ther...