Bug when plotting line chart having String in x-axis
Sumit258000 opened this issue · 1 comments
Thanks for the plugin. Currently, We are developing a graph in which we have a score on the y-axis and date time as a string on the x-axis we have 4 series of data for this. we are formatting the date as "yyyy/MM/dd HH:mm:ss". The output we are getting is individual line charts are coming as independent of their x-axis(Date as string) but the expected result is that it should align with the x-axis kindly see the first image for reference. I am using this JSON for plotting graph. In the second trial when I formatted the date time as "yyyy/MM/dd" I was getting a little close to the expected result but in that case I am not able to show the exact time also graph looks dirty kindly refer to the second image.
I tried plotting graphs using dateTime instead of String but that creates
a long difference between months see image for reference.
I am expecting this output's final result
Addressed this requirement in this ticket https://support.syncfusion.com/agent/tickets/508303, hence closing this now.