You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/10/19 03:55:48 UTC

[GitHub] [echarts] LiuLingyang opened a new issue #15903: echarts 渲染错误

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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] pissang commented on issue #15903: echarts 渲染错误

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15903:
URL: https://github.com/apache/echarts/issues/15903#issuecomment-946356589


   See https://github.com/apache/echarts/issues/15843#issuecomment-939210905


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] echarts-bot[bot] commented on issue #15903: echarts 渲染错误

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15903:
URL: https://github.com/apache/echarts/issues/15903#issuecomment-946346016






-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org