You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
4
4
<palign="right">
5
5
6
-
[](https://travis-ci.org/Countly/countly-server)[](http://do.count.ly)
* @param {object} data - countly metric model data
700
700
* @param {object} props - object where key is output property name and value could be string as key from data object or function to create new value based on existing ones
701
701
* @param {function} clearObject - function to prefill all expected properties as u, t, n, etc with 0, so you would not have null in the result which won't work when drawing graphs
702
+
* @param {object} periodObject - period object override
702
703
* @returns {object} object with sparkleline data for each property
703
704
* @example
704
705
* var sparkLines = countlyCommon.getSparklineData(countlySession.getDb(), {
* @param {array} unique - array of all properties that are unique from properties array. We need to apply estimation to them
1531
1532
* @param {object} totalUserOverrideObj - using unique property as key and total_users estimation property as value for all unique metrics that we want to have total user estimation overridden
1532
1533
* @param {object} prevTotalUserOverrideObj - using unique property as key and total_users estimation property as value for all unique metrics that we want to have total user estimation overridden for previous period
1534
+
* @param {object} periodObject period object override for calculation
0 commit comments