Ashleyluuu opened a new issue #11044: boxplot chart can't show when xaxis type 
is time
URL: https://github.com/apache/incubator-echarts/issues/11044
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xTPYtiu0Cq&v=4](https://gallery.echartsjs.com/editor.html?c=xTPYtiu0Cq&v=4)
   
   ### Steps to reproduce
   https://gallery.echartsjs.com/editor.html?c=xTPYtiu0Cq&v=1
   
   option = {
       tooltip: {
           trigger: 'axis'
       },
       xAxis: {
           type:'time'
       },
       yAxis: {},
       series: [{
           type: 'k',
           barWidth:'30',
           encode:{x:0,y:[1,2,3,4]},
           data: [
               [1520352000000,20, 30, 10, 35],
               [1520362800000,33, 38, 33, 40],
               [1520373600000,40, 40, 32, 42]
           ]
       },
       {
           type: 'boxplot',
           barWidth:'30',
           encode:{x:0,y:[1,2,3,4,5]},
           data: [
               [1520352000000,10,20,30,40,50],
               [1520362800000,33,38,39,40,55],
               [1520373600000,40,45,50,52,66]
           ]
       }]
   };
   
   ### What is expected?
   https://imgur.com/a/phLqSSw
   
   ### What is actually happening?
   boxplot chart is missing
   
   ---
   When xaxis type = time, 
   boxplot chart is missing and  k chart can showup correctly.
   
   <!-- 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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to