echarts怎么引用主题,macarons,需要什么js的lib?
varmyChart=echarts.init(document.getElementById('mainChart'),'macarons');可是还是不能出来主题的效...
var myChart = echarts.init(document.getElementById('mainChart'),'macarons');
可是还是不能出来主题的效果。 展开
可是还是不能出来主题的效果。 展开
3个回答
展开全部
require(
[
'echarts',
'echarts/theme/macarons',
'echarts/chart/bar',
'echarts/chart/line'
],
function (ec,theme) {
//--- 折柱 ---
var myChart = ec.init(document.getElementById('main'),theme);
1: 在require里面导入 theme/macarons 主题的名字,注意不要加js
2:function传入 theme
3:初始化的时候,init有个参数是theme,文档如下所述:
答案来源:http://blog.csdn.net/zhangman117/article/details/38145369
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询