city-watch 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/city_watch/reader/watchman.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
@@ -74,7 +74,7 @@ module Reader
|
|
74
74
|
def sparkline_img_tag_for(set)
|
75
75
|
dat = get_data_set(set)
|
76
76
|
if dat.length > 1
|
77
|
-
|
77
|
+
sparkline_img_tag(dat.map {|(tm,val)| val },set)
|
78
78
|
else
|
79
79
|
""
|
80
80
|
end
|
data/lib/version.rb
CHANGED