Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0351c8e

Browse files
v31.1.17
1 parent1786e40 commit0351c8e

File tree

3,743 files changed

+1103066
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,743 files changed

+1103066
-0
lines changed

‎App_Data/Africa.js‎

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎App_Data/Africa_Continent.js‎

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎App_Data/Australia.js‎

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎App_Data/California.js‎

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎App_Data/InternetUsers.js‎

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
bubbles=[
2+
{'rank':1,'name':'China','value':bubblesize(746662194),'color':'#7F38A0','population':746662194},
3+
{'rank':2,'name':'India','value':bubblesize(391292635),'color':'#7F38A0 ','population':391292635},
4+
{'rank':3,'name':'United States','value':bubblesize(245436423),'color':'#99295D ','population':245436423},
5+
{'rank':4,'name':'Brazil','value':bubblesize(123927230),'color':'#364A98','population':123927230},
6+
{'rank':5,'name':'Japan','value':bubblesize(117528631),'color':'#7F38A0 ','population':117528631},
7+
{'rank':6,'name':'Russia','value':bubblesize(110003284),'color':'#2E769F','population':110003284},
8+
{'rank':7,'name':'Mexico','value':bubblesize(75937568),'color':'#99295D ','population':75937568},
9+
{'rank':8,'name':'Germany','value':bubblesize(73436503),'color':'#2E769F','population':73436503},
10+
{'rank':9,'name':'Indonesia','value':bubblesize(66244991),'color':'#7F38A0 ','population':66244991},
11+
{'rank':10,'name':'United Kingdom','value':bubblesize(62354410),'color':'#2E769F','population':62354410},
12+
{'rank':11,'name':'Philippines','value':bubblesize(57342723),'color':'#7F38A0 ','population':57342723},
13+
{'rank':12,'name':'France','value':bubblesize(55413854),'color':'#2E769F','population':55413854},
14+
{'rank':13,'name':'Nigeria','value':bubblesize(47743541),'color':'#816F28','population':47743541},
15+
{'rank':14,'name':'South Africa','value':bubblesize(47094267),'color':'#816F28','population':47094267},
16+
{'rank':15,'name':'Turkey','value':bubblesize(46395500),'color':'#2E769F','population':46395500},
17+
{'rank':16,'name':'Vietnam','value':bubblesize(43974618),'color':'#7F38A0 ','population':43974618},
18+
{'rank':17,'name':'Iran','value':bubblesize(42731675),'color':'#7F38A0 ','population':42731675},
19+
{'rank':18,'name':'Egypt','value':bubblesize(37519531),'color':'#816F28','population':37519531},
20+
{'rank':19,'name':'Spain','value':bubblesize(37337607),'color':'#2E769F','population':37337607},
21+
{'rank':20,'name':'Italy','value':bubblesize(36442438),'color':'#2E769F','population':36442438},
22+
{'rank':21,'name':'Thailand','value':bubblesize(32710169),'color':'#7F38A0 ','population':32710169},
23+
{'rank':22,'name':'Canada','value':bubblesize(32602776),'color':'#99295D ','population':32602776},
24+
{'rank':23,'name':'Argentina','value':bubblesize(30758972),'color':'#364A98','population':30758972},
25+
{'rank':24,'name':'South Africa','value':bubblesize(30248355),'color':'#816F28','population':30248355},
26+
{'rank':25,'name':'Pakistan','value':bubblesize(29965859),'color':'#7F38A0 ','population':29965859},
27+
{'rank':26,'name':'Bangladesh','value':bubblesize(29738660),'color':'#7F38A0 ','population':29738660},
28+
{'rank':27,'name':'Colombia','value':bubblesize(28287098),'color':'#364A98','population':28287098},
29+
{'rank':28,'name':'Poland','value':bubblesize(28018492),'color':'#2E769F','population':28018492},
30+
{'rank':29,'name':'Malaysia','value':bubblesize(24572446),'color':'#7F38A0 ','population':24572446},
31+
{'rank':30,'name':'Saudi Arabia','value':bubblesize(23803319),'color':'#7F38A0 ','population':23803319},
32+
33+
];
34+
functionbubblesize(value){
35+
max=1347565324;
36+
min=324366;
37+
maxBox=70*70*2*Math.PI;
38+
minBox=3*3*2*Math.PI;
39+
box=(value-min)/(max-min)*(maxBox-minBox)+minBox;
40+
if(box<minBox){
41+
box=minBox;
42+
}
43+
returnMath.sqrt(box/(Math.PI*2))/2;
44+
}

‎App_Data/MapData/Africa.json‎

Lines changed: 60 additions & 0 deletions
Large diffs are not rendered by default.

‎App_Data/MapData/Africa_continent.json‎

Lines changed: 3 additions & 0 deletions
Large diffs are not rendered by default.

‎App_Data/MapData/Asia.json‎

Lines changed: 60 additions & 0 deletions
Large diffs are not rendered by default.

‎App_Data/MapData/Australia.json‎

Lines changed: 19 additions & 0 deletions
Large diffs are not rendered by default.

‎App_Data/MapData/California.json‎

Lines changed: 60 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp