diff --git a/templates/index.html b/templates/index.html
index e39cbfa..05357ae 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -684,7 +684,8 @@
当天登录用户
series : [{
type:'column',
name : '用户数',
- data : data.user_login_statistics,
+ //数字类型,防止Highcharts Error#14
+ data : Number(data.user_login_statistics),
tooltip: {
valueDecimals: 0
}