LiuLingyang opened a new issue #15903:
URL: https://github.com/apache/echarts/issues/15903


   ### Version
   5+
   
   ### Steps to reproduce
   
![K20211019-113439](https://user-images.githubusercontent.com/10205108/137841205-6387e222-df3b-493b-876d-8b7c9d946fb4.png)
   
   配置如下:
   option = {
     xAxis: {
       type: "category",
       data: [
         "2021-10-02 00:00:00",
         "2021-10-03 00:00:00",
         "2021-10-04 00:00:00",
         "2021-10-05 00:00:00",
         "2021-10-06 00:00:00",
         "2021-10-07 00:00:00",
         "2021-10-08 00:00:00",
       ],
     },
     yAxis: {
       type: "value",
     },
     series: [
       {
         data: [35527, 56496, 20649, 67657, 3525355, 3468517, 1991],
         name: "matrix",
         type: "line",
       },
       {
         data: [22825451, 22699372, 23137941, 23204373, 33371580, 33285865, 
22599],
         name: "pyramid-api",
         type: "line",
       },
     ],
   };
   
   ### What is expected?
   正确渲染
   
   ### What is actually happening?
   底部那根线渲染有错误
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to