This commit is contained in:
guange 2019-01-21 17:22:12 +08:00
parent 6071f88abe
commit 6aa5af0078
1 changed files with 8 additions and 0 deletions

View File

@ -508,6 +508,14 @@ $(function(){
var pieChart2 = echarts.init(document.getElementById('pieChart2')); var pieChart2 = echarts.init(document.getElementById('pieChart2'));
pieChart2.setOption({ pieChart2.setOption({
title: {
text: '情感分析',
textStyle:{
fontSize:16,
color:'#32cd32'
},
x:"center"
},
color: ['#87cefa','#FD6C88'], color: ['#87cefa','#FD6C88'],
tooltip : { tooltip : {