怎样自定义echarts主题
1个回答
展开全部
'echarts/theme/macarons',
[html] view plain copy
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
[html] view plain copy
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
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询