https://issues.apache.org/ooo/show_bug.cgi?id=120924
Shan Zhu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Shan Zhu <[email protected]> --- (In reply to comment #0) Hi, Raymond This problem is all about the format of the x axis labels. In your sample file, the Date has been used as label of x axis. In fact, the value of Date is a type of number. In this case, all the values of your date are greater than 0. It makes the start of the line can not anchor to Y axis. A solution for your reference: Change the Date into text. Several ways can do it. For example, add character ' before the date. Then create chart, the result will be what you want. If it can resolve your problem, can I close this defect? Thanks. -- You are receiving this mail because: You are the assignee for the bug.
