- 注册时间
- 2013-4-15
- 最后登录
- 2015-4-12
- 阅读权限
- 10
- 积分
- 209
- 精华
- 0
- 帖子
- 49
 
|
本帖最后由 lvbin 于 2014-2-25 09:31 编辑
factory 发表于 2014-2-24 17:33 
把flash去掉,再看看会不会卡,如果不卡,就是你的flash问题
{
"elements":[
{
"type":"line",
"values":[1],
"colour":"#ffae00",
"text":"Returning Visits",
"font-size":12,
"tip":"Returning: #val#"
},
{
"type":"line",
"values":[7],
"colour":"#52aa4b",
"text":"Unique Visits",
"font-size":12,
"tip":"Unique: #val#"
},
{
"type":"line",
"values":[14],
"colour":"#335ac9",
"text":"Total Visits",
"font-size":12,
"tip":"Total: #val#"
}
],
"y_axis":{
"stroke":1,
"colour":"#c6d9fd",
"grid-colour":"#dddddd",
"min":0,
"max":73,
"steps":5
},
"x_axis":{
"offset":false,
"stroke":1,
"colour":"#c6d9fd",
"grid-colour":"#dddddd",
"labels":{
"labels":["09pm"]
}
},
"bg_colour":"#ffffff"
}
当是对应的value只有一个点时浏览器会卡死针对ie浏览器的特别是ie8 |
|