You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/24 07:51:53 UTC

[GitHub] [incubator-echarts] lvybriage opened a new issue #10720: 平行坐标图不支持只有一个轴

lvybriage opened a new issue #10720: 平行坐标图不支持只有一个轴
URL: https://github.com/apache/incubator-echarts/issues/10720
 
 
   ### Version
   4.1.0-release
   
   ### Steps to reproduce
   parallel的option
   <script>
   option = {
       parallelAxis: [
           {dim: 0, name: 'Price'}
       ],
       series: {
           type: 'parallel',
           lineStyle: {
               width: 4
           },
           data: [
               [12.99],
               [9.99],
               [20]
           ]
       }
   };
   </script>
   
   ### What is expected?
   平行坐标图可以支持单轴
   
   ### What is actually happening?
   平行坐标图暂时不支持单轴图
   
   <!-- This issue is generated by echarts-issue-helper. 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:
users@infra.apache.org


With regards,
Apache Git Services

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