1. Made use of the lastC
This commit is contained in:
parent
f80de8c1ba
commit
4d008e00c5
9 changed files with 390 additions and 338 deletions
|
@ -44,6 +44,8 @@ var graphContainer;
|
|||
var tableDiv;
|
||||
var entityLevel;
|
||||
|
||||
var lastCachedAtDateTimes;
|
||||
|
||||
//options for Flot
|
||||
var FlotOptions;
|
||||
|
||||
|
@ -68,7 +70,7 @@ function initConstants() {
|
|||
setOfLabels = [];
|
||||
labelToCheckedEntities = {};
|
||||
stopWordsToCount = {};
|
||||
|
||||
lastCachedAtDateTimes = [];
|
||||
//options for Flot
|
||||
FlotOptions = {
|
||||
legend : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue