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 2018/05/10 12:28:12 UTC

[GitHub] jeffmobiles commented on issue #8316: Uncaught Error: series.type should be specified.

jeffmobiles commented on issue #8316: Uncaught Error: series.type should be specified.
URL: https://github.com/apache/incubator-echarts/issues/8316#issuecomment-388039024
 
 
   你这个问题完全是伸手党,不自己排查问题。 
   这个不是Issue啊, 
   你的series的type属性没有设置。 提示的问题也告诉了,series的type要指定。  
   var item = {
        type: 'line' || 'bar' .............
         ...
   }

----------------------------------------------------------------
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:
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