|
@@ -112,6 +112,9 @@ function initChart(res) {
|
|
|
datas.push(obj.modelName);
|
|
|
legendData1.push({id:obj.modelId,value:obj.access});
|
|
|
legendData2.push({id:obj.modelId,value:obj.num});
|
|
|
+ if (i == 0) {
|
|
|
+ dl(obj.modelId,obj.modelName);
|
|
|
+ }
|
|
|
if (obj.access > xMax1) {
|
|
|
xMax1 = obj.access;
|
|
|
}
|