This commit is contained in:
parent
6071f88abe
commit
6aa5af0078
|
@ -508,6 +508,14 @@ $(function(){
|
|||
|
||||
var pieChart2 = echarts.init(document.getElementById('pieChart2'));
|
||||
pieChart2.setOption({
|
||||
title: {
|
||||
text: '情感分析',
|
||||
textStyle:{
|
||||
fontSize:16,
|
||||
color:'#32cd32'
|
||||
},
|
||||
x:"center"
|
||||
},
|
||||
|
||||
color: ['#87cefa','#FD6C88'],
|
||||
tooltip : {
|
||||
|
|
Loading…
Reference in New Issue