c2 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/c2/reporter/bucket.rb +1 -0
- metadata +3 -3
@@ -54,6 +54,7 @@ class C2::Reporter::Bucket
|
|
54
54
|
end
|
55
55
|
@series.map do |key,value|
|
56
56
|
value[:start] = started_at.to_date
|
57
|
+
value[:pointStart] = started_at.to_i * 1000
|
57
58
|
value[:end] = Date.today
|
58
59
|
value[:data] = (value[:start]..value[:end]).map { |d| @series_cache[key][d] }
|
59
60
|
end
|
metadata
CHANGED