Hello ECharts Team,

I hope this message finds you well.
I am currently working with the ECharts library, specifically on a line chart 
using the following data:

data = [
  ["2024-05-02T00:00:00.000Z", 51.63],
  ["2024-05-03T00:00:00.000Z", 63.83],
  ["2024-05-04T00:00:00.000Z", 60.30],
  ["2024-05-05T00:00:00.000Z", 51.68],
  ["2024-05-06T00:00:00.000Z", 59.38],
  ["2024-06-18T00:00:00.000Z", 61.60],
  ["2024-06-19T00:00:00.000Z", 53.98],
  ["2024-06-20T00:00:00.000Z", 51.73],
  ["2024-06-21T00:00:00.000Z", 58.22],
  ["2024-06-22T00:00:00.000Z", 51.63],
  ["2024-06-23T00:00:00.000Z", 60.73],
  ["2024-06-24T00:00:00.000Z", 63.49],
  ["2024-06-25T00:00:00.000Z", 47.08],
  ["2024-06-26T00:00:00.000Z", 49.49],
  ["2024-06-27T00:00:00.000Z", 49.16],
  ["2024-06-28T00:00:00.000Z", 48.72],
  ["2024-06-29T00:00:00.000Z", 48.60],
  ["2024-06-30T00:00:00.000Z", 53.48],
  ["2024-07-01T00:00:00.000Z", 39.06]
];

I am using  the chart provided at : 
“https://echarts.apache.org/examples/en/editor.html?c=line-log”.

I have encountered an issue where the date labels on the x-axis are 
overlapping, which makes the chart difficult to read. The labels are not 
uniformly plotted.
Could you please provide guidance on how to resolve this issue? I would greatly 
appreciate any suggestions for adjusting the label formatting or spacing to 
improve readability.
Please note that I cannot rotate the labels and do not wish to implement zoom 
functionality.

Thank you for your support!

Best regards,
Rishi Atreya







------------------------------------------------------------------------
Disclaimer The information in this email and any attachments may contain 
proprietary and confidential information that is intended for the addressee(s) 
only. If you are not the intended recipient, you are hereby notified that any 
disclosure, copying, distribution, retention or use of the contents of this 
information is prohibited. When addressed to our clients or vendors, any 
information contained in this e-mail or any attachments is subject to the terms 
and conditions in any governing contract. If you have received this e-mail in 
error, please immediately contact the sender and delete the e-mail.

Reply via email to