網址:http://echarts.baidu.com/echarts2/doc/example/theme.html#infographichtml
而後去裏面選擇主題,點download,把第一段代碼拷出來,而後這樣:echarts
var theme = {
//
color: [
'#c12e34','#e6b600','#0098d9','#2b821d',
'#005eaa','#339ca8','#cda819','#32a487'
],
};
myChart = echarts.init(document.getElementById(targetArea),theme);.net