var mycharts = echarts.init(document.getElementById('bar')); option = { title:{ show : "true", //是否显示标题 text:"标题内容title", //主标题的内容 textStyle:{ //主标题字体样式 color:"red", //字体颜色 fontStyle:"italic" , //字体样式 'normal' 'italic' 'oblique' fontWeight: "b...