在实例化的时候
require(
[
'echarts',
'echarts/theme/macarons',//引用主题
'echarts/chart/bar',
'echarts/chart/line'
],
function (ec,theme){//传入theme
var myChart = ec.init(document.getElementById('qoe1-onload-line'),theme);//theme参数