Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // var statistics = new statsGenerator();
  2. // statistics.init(function(dataContainer){
  3. // return {
  4. // AGGREGATIONLEVEL: "h",
  5. // COUNTER: null,
  6. // PCDURL: null,
  7. // OBJECTTYPE: "iView",
  8. // IMPRESSIONS: Math.floor(Math.random() * 50) + 0,
  9. // VISITS: Math.floor(Math.random() * 10),
  10. // CUSTOM: webpages[Math.floor(Math.random() * webpages.length) + 0],
  11. // ID: null
  12. // };
  13. // });
  14. //var dualLineChart = new DualLineChartGenerator(statistics);
Add Comment
Please, Sign In to add comment