This commit is contained in:
parent
698ebbdf7e
commit
084c97c3ef
|
@ -13,6 +13,7 @@ $(function(){
|
|||
var myColor = ['#1089E7', '#F57474', '#56D0E3', '#F8B448', '#8B78F6'];
|
||||
|
||||
var histogramChart1 = echarts.init(document.getElementById('histogramChart1'));
|
||||
if(histogramChart1){
|
||||
histogramChart1.setOption({
|
||||
|
||||
color:['#5bc0de'],
|
||||
|
@ -75,6 +76,8 @@ $(function(){
|
|||
},
|
||||
]
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//主要症状
|
||||
var histogramChart2 = echarts.init(document.getElementById('histogramChart2'));
|
||||
|
@ -141,6 +144,7 @@ $(function(){
|
|||
|
||||
//传染病发病趋势
|
||||
var lineChart1 = echarts.init(document.getElementById('lineChart1'));
|
||||
if(lineChart1){
|
||||
lineChart1.setOption({
|
||||
title: {
|
||||
text: '访问趋势',
|
||||
|
@ -219,6 +223,8 @@ $(function(){
|
|||
]
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//TOP10销量趋势
|
||||
var histogramChart3_names = [];
|
||||
|
|
Loading…
Reference in New Issue