ChartCategoryAxisItem type attribute with value "date" is giving "Something went wrong r is undefined" error

1 Answer 27 Views
Charts
Priyanka
Top achievements
Rank 1
Priyanka asked on 10 May 2022, 10:58 AM | edited on 10 May 2022, 12:47 PM

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.

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 11 May 2022, 02:35 PM

Hello, Priyanka,

I tried to reproduce the error using the provided code on both Firefox, Edge, and Chrome, but without any success:

https://stackblitz.com/edit/react-nwf9fj?file=app/main.jsx


Can you please provide a reproducible example so that we can take a look and inspect further?

Regards, FilipProgress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Charts
Asked by
Priyanka
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or