Commit 40e2ee5d authored by Alexander.Trofimov's avatar Alexander.Trofimov

add ST_TimePeriod enum

ToDo string constants -> int constants
parent 76277a57
...@@ -972,6 +972,19 @@ ...@@ -972,6 +972,19 @@
Percent: 4, Percent: 4,
Percentile: 5 Percentile: 5
}; };
var ST_TimePeriod = {
last7Days : 'last7Days',
lastMonth : 'lastMonth',
lastWeek : 'lastWeek',
nextMonth : 'nextMonth',
nextWeek : 'nextWeek',
thisMonth : 'thisMonth',
thisWeek : 'thisWeek',
today : 'today',
tomorrow : 'tomorrow',
yesterday : 'yesterday'
};
var ESparklineType = { var ESparklineType = {
Line: 0, Line: 0,
Column: 1, Column: 1,
......
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