Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have created a multi-series line chart. And I'm using the X-axis value type as DateTimeCategory.

And so I'm passing the X-axis value as a date object, not a string.

Once you run this sample you will see that some dates are rendering in the wrong place, and even the dates are sorted correctly. Due to this lines are rendering so wrong.

If we have taken an X-axis as DateTimeCategory then it should understand the dates and should render it at the correct place no? 
can you please tell me if I'm doing something wrong? or how to solve this?

*You can hide the sales line and you will see purchase data line is wrong.

Empty



https://stackblitz.com/edit/github-epsq31-xjnr4c?file=src%2Fapp.component.ts,src%2Fdatasource.ts,src%2Fapp.module.ts


Big kudos to your team, for doing the best work!