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 2019/11/18 09:20:08 UTC

[GitHub] [incubator-echarts] seminelee edited a comment on issue #10404: Tree树形图中,series[i]-tree.symbol 使用 function 时报错

seminelee edited a comment on issue #10404: Tree树形图中,series[i]-tree.symbol 使用 function 时报错
URL: https://github.com/apache/incubator-echarts/issues/10404#issuecomment-554927153
 
 
   In my case,  `xxx\node_modules\echarts\lib\util\symbol.js` line308 add these:
   ``` js
   if (typeof symbolType === 'function') {
       symbolType = symbolType()
   }
   ```
   fix it

----------------------------------------------------------------
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org