浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
34331000df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/view/index/main.html

+ 1 - 1
application/admin/view/index/main.html

@@ -169,7 +169,7 @@
                 type: 'pie',    // 设置图表类型为饼图
                 radius: '55%',  // 饼图的半径,外半径为可视区尺寸(容器高宽中较小一项)的 55% 长度。
                 data:[          // 数据数组,name 为数据项名称,value 为数据项值
-                    {value: {$nv_count}, name:'男'},
+                    {value: {$nan_count}, name:'男'},
                     {value:{$nv_count}, name:'女'},
                 ]
             }