Commit 2e12941c authored by Achilles's avatar Achilles

fix bugs

parent 2980f109
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
top: 0px; top: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #fafafa; background-color: #f6f6f6;
} }
#list { #list {
......
...@@ -86,7 +86,7 @@ ON_CREATE_VIEWS( signal ) ...@@ -86,7 +86,7 @@ ON_CREATE_VIEWS( signal )
// 取值 // 取值
ChartValue *cv = [[ChartValue alloc] init]; ChartValue *cv = [[ChartValue alloc] init];
cv.name = @"楼层"; cv.name = @"出入口";
cv.values = [resp getChartValues]; cv.values = [resp getChartValues];
cv.theme = self.theme; cv.theme = self.theme;
bizChart.data = cv; bizChart.data = cv;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
top: 0px; top: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #fafafa; background-color: #f6f6f6;
} }
#list { #list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment