Coober-Ding opened a new issue #10440: 4.0版本 
series[i]-line.symbol为Function时出现bug
URL: https://github.com/apache/incubator-echarts/issues/10440
 
 
   ### Version
   4.1.0-release
   
   ### Steps to reproduce
   {
     series: {
               name: 'Beijing AQI',
               type: 'line',
               data: somedata,
               symbol: function (value) {
                   return 'circle'
               }
           }
   }
   
   ### What is expected?
   折线图中每个点位的symbol可以根据他的value变化
   
   ### 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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to