本地html靜態頁面測驗ok,
asp.net本地debug測驗也正常,但是放到服務器(IIS服務)上后。
IE訪問顯示空白,chrome可以顯示圖表,但是標題和圖重疊了 跟本地測驗顯示有差
本地IE版本11
求教如何解決該問題???PS公司服務器端無法安裝任何軟體或插件。。只能上傳檔案調整iis設定之類
頁面echart js如下
option = {
title: {
text: '交錯正負軸標簽',
subtext: 'From ExcelHome',
sublink: 'http://e.weibo.com/1341556070/AjwF2AgQm'
},
tooltip: {
trigger: 'axis',
axisPointer: { // 坐標軸指示器,坐標軸觸發有效
type: 'shadow' // 默認為直線,可選為:'line' | 'shadow'
}
},
grid: {
top: 80,
bottom: 30
},
xAxis: {
type: 'value',
position: 'top',
splitLine: {
lineStyle: {
type: 'dashed'
}
}
},
yAxis: {
type: 'category',
axisLine: {show: false},
axisLabel: {show: false},
axisTick: {show: false},
splitLine: {show: false},
data: ['ten', 'nine', 'eight', 'seven', 'six', 'five', 'four', 'three', 'two', 'one']
},
series: [
{
name: '生活費',
type: 'bar',
stack: '總量',
label: {
show: true,
formatter: '{b}'
},
data: [
{value: -0.07, label: labelRight},
{value: -0.09, label: labelRight},
0.2, 0.44,
{value: -0.23, label: labelRight},
0.08,
{value: -0.17, label: labelRight},
0.47,
{value: -0.36, label: labelRight},
0.18
]
}
]
};
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/109749.html
標籤:IIS
上一篇:求解:關于ruby on rails中SecureRandom的Sha1prng演算法
下一篇:在UEeditor編輯器中 手動輸入一個鏈接 ,比如:http://123.com 。鍵盤空格后,會自動添加上A 標簽(自動識別為超鏈接)。如何去掉
