百度圖表echart使用心得

更換主題皮膚包

var myChart = echarts.init(document.getElementById('main'),"walden"); 主題包名稱html

 

圖表隨窗口自適應

window.onresize = function(){
    myChart1.resize();
    myChart2.resize();
    myChart3.resize();
}echarts

 

默認開啓1個折線

legend: {
        data:['郵件營銷','聯盟廣告','視頻廣告','直接訪問','搜索引擎'],
        selectedMode: 'single'
    },模塊化

 

http://www.javashuo.com/article/p-khyjxber-bh.html 模塊化加載(解決有的圖標顯示不了)搜索引擎

http://efe.baidu.com/blog/esl-2.0/  esl.jsspa

相關文章
相關標籤/搜索