MiaoApple commented on issue #5735: 
echart2下,使用的是grunt,引入echarts-liquidfill插件,报错n.extendSeriesModel is not a 
function
URL: 
https://github.com/apache/incubator-echarts/issues/5735#issuecomment-446918569
 
 
   var containers = document.getElementsByClassName('chart');
   var chart = echarts.init(containers[0]);
   var option = {
       series: [{
           type: 'liquidFill',
           data: [0.6, 0.5, 0.4, 0.3]
       }]
   };
   chart.setOption(option);
   
   可以使用成功

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

Reply via email to