Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rank | State | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | |
---|---|---|---|---|---|---|---|---|
3 | Andhra Pradesh | 41971.47 | 43406.07 | 44840.67 | 46275.26 | 47709.86 | 49144.46 | |
27 | Arunachal Pradesh | 189.08 | 190.22 | 191.36 | 192.5 | 193.64 | 194.78 | |
8 | Assam | 17617.21 | 18176.91 | 18736.61 | 19296.31 | 19856.01 | 20415.71 | |
12 | Bihar | 13143.79 | 13744.78 | 14345.77 | 14946.77 | 15547.76 | 16148.75 | |
15 | Chhattisgarh | 6799.26 | 6942.73 | 7086.21 | 7229.68 | 7373.16 | 7516.64 | |
20 | Delhi | 3728.21 | 3657.41 | 3586.61 | 3515.81 | 3445.01 | 3374.21 | |
24 | Goa | 225.71 | 230.41 | 235.11 | 239.81 | 244.51 | 249.21 | |
6 | Gujarat | 25225.33 | 26259.87 | 27294.41 | 28328.95 | 29363.49 | 30398.03 | |
13 | Haryana | 7488.62 | 7583.23 | 7677.84 | 7772.45 | 7867.05 | 7961.66 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Examples</title> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<link href="" rel="stylesheet"> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip | timestamp | value | |
---|---|---|---|
92.239.29.77 | 1412132430000 | 3190 | |
92.239.29.77 | 1412142430000 | 319011 | |
92.239.29.78 | 1412128830000 | 545568 | |
92.239.29.78 | 1412130600000 | 616409 | |
92.239.29.78 | 1412132430000 | 319087 | |
92.239.29.76 | 1412130600000 | 616409 | |
92.239.29.76 | 1412132430000 | 319087 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client_ip | timestamp | bytes_transfered | |
---|---|---|---|
92.239.29.77 | 1412109000000 | 577818 | |
92.239.29.77 | 1412110830000 | 108257 | |
92.239.29.77 | 1412112600000 | 20922726 | |
92.239.29.77 | 1412132430000 | 3190 | |
92.239.29.78 | 1412109000000 | 57818 | |
92.239.29.78 | 1412110830000 | 10257 | |
92.239.29.78 | 1412112600000 | 2022726 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Normal Plot</title> | |
<meta name="description" content=""> | |
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
<style type="text/css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Interpolated Colour Scales</title> | |
<script type="text/javascript" src="http://d3js.org/d3.v3.min.js"></script> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>D3 and X3DOM</title> | |
<link rel="stylesheet" type="text/css" href="x3dom.css"> | |
</link> | |
<style type="text/css"> | |
body { | |
width: 960px; | |
margin: auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! @license Copyright 2011 Dan Vanderkam ([email protected]) MIT-licensed (http://opensource.org/licenses/MIT) */ | |
Date.ext={};Date.ext.util={};Date.ext.util.xPad=function(a,c,b){if(typeof(b)=="undefined"){b=10}for(;parseInt(a,10)<b&&b>1;b/=10){a=c.toString()+a}return a.toString()};Date.prototype.locale="en-GB";if(document.getElementsByTagName("html")&&document.getElementsByTagName("html")[0].lang){Date.prototype.locale=document.getElementsByTagName("html")[0].lang}Date.ext.locales={};Date.ext.locales.en={a:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],A:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],b:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],B:["January","February","March","April","May","June","July","August","September","October","November","December"],c:"%a %d %b %Y %T %Z",p:["AM","PM"],P:["am","pm"],x:"%d/%m/%y",X:"%T"};Date.ext.locales["en-US"]=Date.ext.locales.en;Date.ext.locales["en-US"].c="%a %d %b %Y %r %Z";Date.ext.locales["en-US"].x="%D";Date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Channel | Velocity | Conversion | Value | |
---|---|---|---|---|
Banner Ads | 116.282838326879 | 0.0777953412150964 | 2586.09978249297 | |
110.74304234935 | 0.0529536268208176 | 3761.50209223852 | ||
Search | 124.261170288082 | 0.0693502774462104 | 6119.40218368545 | |
Events | 23.7619550898671 | 0.0889248474035412 | 5757.40572996438 | |
Social | 121.343896351755 | 0.0824868025956675 | 5425.63441209495 | |
Content Syndication | 36.7841859231703 | 0.0890633624512702 | 2396.92708943039 | |
Nurture | 30.726479308214 | 0.0241480510216206 | 6321.72799669206 | |
Sponsorship | 55.1225619041361 | 0.0389538716059178 | 5938.49707627669 | |
Display | 143.331882997882 | 0.00218722021672875 | 8178.07669518515 |
NewerOlder