|
|
@@ -75,7 +75,7 @@ angular.module('app.system').controller("quxtCtrl",
|
|
75
|
75
|
// ¦ {number}(y坐标,单位px)
|
|
76
|
76
|
textStyle: {
|
|
77
|
77
|
// color: '#fff' // 图例文字颜色
|
|
78
|
|
- color: '#1ca1e0'
|
|
|
78
|
+ // color: '#1ca1e0'
|
|
79
|
79
|
}
|
|
80
|
80
|
},
|
|
81
|
81
|
calculable: true,
|
|
|
@@ -88,7 +88,7 @@ angular.module('app.system').controller("quxtCtrl",
|
|
88
|
88
|
axisLabel: {
|
|
89
|
89
|
textStyle: {
|
|
90
|
90
|
//color: '#fff',//坐标值得具体的颜色
|
|
91
|
|
- color: '#1ca1e0'
|
|
|
91
|
+ // color: '#1ca1e0'
|
|
92
|
92
|
}
|
|
93
|
93
|
},
|
|
94
|
94
|
axisLine : {
|
|
|
@@ -108,7 +108,7 @@ angular.module('app.system').controller("quxtCtrl",
|
|
108
|
108
|
axisLabel: {
|
|
109
|
109
|
textStyle: {
|
|
110
|
110
|
// color: '#fff',//坐标值得具体的颜色
|
|
111
|
|
- color: '#1ca1e0'
|
|
|
111
|
+ // color: '#1ca1e0'
|
|
112
|
112
|
}
|
|
113
|
113
|
},
|
|
114
|
114
|
axisLine : {
|
|
|
@@ -213,7 +213,7 @@ angular.module('app.system').controller("quxtCtrl",
|
|
213
|
213
|
// myChart.setOption(option);
|
|
214
|
214
|
if($("#houseSele").html() == undefined){
|
|
215
|
215
|
var sele = "<select id='houseSele' ng-change='newInit()' ng-model=\"houseId\" " +
|
|
216
|
|
- "ng-options=\"store.storehouseId as store.storehouseName for store in storehouseList\" style=\"float:right;margin-right:20px;background-color:transparent;color:#1ca1e0;min-width:65px;border-color:#1ca1e0\">\n" +
|
|
|
216
|
+ "ng-options=\"store.storehouseId as store.storehouseName for store in storehouseList\" style=\"float:right;margin-right:20px;background-color:transparent;color:#000;min-width:65px;border-color:#999\">\n" +
|
|
217
|
217
|
// " <option value=\"\">--仓房--</option>\n" +
|
|
218
|
218
|
" </select>";
|
|
219
|
219
|
$("#quxt").prepend($compile(sele)($scope));
|