|
|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
tempData = eval(result);
|
|
|
|
|
var tempInfo = '';
|
|
|
|
|
for (let i = 0; i < tempData.length; i++) {
|
|
|
|
|
tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 260px;width: 12.5%;float: left;" ></div>';
|
|
|
|
|
tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 200px;width: 12.5%;float: left;" ></div>';
|
|
|
|
|
/* tempInfo += '<div class="echarts" id="' + tempData[i].name + '" style="height: 200px;width: 12.5%;float: left;" ></div>'; */
|
|
|
|
|
/*info += '<div style="background-color: red;width: 200px;height: 200px;">'+tempData[i].name+'</div>' border: solid 1px greenyellow;padding: 10px 10px;;*/
|
|
|
|
|
}
|
|
|
|
|
|