huimei123 commented on issue #9348: 无数据不显示symbol的内容 URL: https://github.com/apache/incubator-echarts/issues/9348#issuecomment-436488428 已经解决了,对没有的数据进行筛选symbol: 'image://url', symbolSize: function(val) { // console.log(val); if(val[2] == 0 ) { //过滤为0 的数据 return 0 } else { return [40,50] } },
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
