I am using kendo react UI Chart component for column chart. i have used
ChartCategoryAxisItem in which i am using type as date but this is giving me an error "Something went wrong r is undefined".
This error is coming on firefox and edge not on chrome.
CCode:
<ChartCategoryAxis>
<ChartCategoryAxisItem
type="date"
baseUnit="days"
labels={{
dateFormats: {
days:"MM-dd",
},
rotation: "auto",
}}
/>
</ChartCategoryAxis>
Any help is appreciated.