File tree 1 file changed +11
-11
lines changed 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
< body >
5
5
< script src ="http://d3js.org/d3.v3.min.js "> </ script >
6
6
< script src ="http://d3js.org/topojson.v1.min.js "> </ script >
7
- < script src ="/data/geography-data/datamaps.none.js "> </ script >
7
+ < script src ="https://rawgit.com/Anujarya300/bubble_maps/master /data/geography-data/datamaps.none.js "> </ script >
8
8
< div id ="usa " style ="height: 600px; width: 900px; "> </ div >
9
9
< script >
10
10
var bubble_map = new Datamap ( {
15
15
highlightOnHover : true ,
16
16
borderColor : '#444' ,
17
17
borderWidth : 0.5 ,
18
- dataUrl : '. /data/geography-data/usa.topo.json'
18
+ dataUrl : 'https://rawgit.com/Anujarya300/bubble_maps/master /data/geography-data/usa.topo.json'
19
19
//dataJson: topoJsonData
20
20
} ,
21
21
fills : {
34
34
{
35
35
"centered" :"NY" ,
36
36
"city" : "New York" ,
37
- "radius" : 30 ,
37
+ "radius" : 25 ,
38
38
"fillKey" : "MEDIUM"
39
39
} ,
40
40
{
46
46
{
47
47
"centered" :"AK" ,
48
48
"city" : "Alaska" ,
49
- "radius" : 43 ,
49
+ "radius" : 30 ,
50
50
"fillKey" : "MEDIUM"
51
51
} ,
52
52
{
58
58
{
59
59
"centered" :"MD" ,
60
60
"city" : "Maryland" ,
61
- "radius" : 56 ,
61
+ "radius" : 39 ,
62
62
"fillKey" : "MAJOR"
63
63
} ,
64
64
{
65
65
"centered" :"OK" ,
66
66
"city" : "Oklahoma" ,
67
- "radius" : 40 ,
67
+ "radius" : 30 ,
68
68
"fillKey" : "MEDIUM"
69
69
} ,
70
70
{
71
71
"centered" :"PA" ,
72
72
"city" : "Pennsylvania" ,
73
- "radius" : 25 ,
73
+ "radius" : 15 ,
74
74
"fillKey" : "MONOR"
75
75
} ,
76
76
{
82
82
{
83
83
"centered" :"TN" ,
84
84
"city" : "Tennessee" ,
85
- "radius" : 64 ,
85
+ "radius" : 44 ,
86
86
"fillKey" : "MAJOR"
87
87
} ,
88
88
{
94
94
{
95
95
"centered" :"VT" ,
96
96
"city" : "Vermont" ,
97
- "radius" : 42 ,
97
+ "radius" : 32 ,
98
98
"fillKey" : "MEDIUM"
99
99
} ,
100
100
{
106
106
{
107
107
"centered" :"WI" ,
108
108
"city" : "Wisconsin" ,
109
- "radius" : 24 ,
109
+ "radius" : 40 ,
110
110
"fillKey" : "MINOR"
111
111
} ,
112
112
{
134
134
</ script >
135
135
</ body >
136
136
137
- </ html>
137
+ </ html>
You can’t perform that action at this time.
0 commit comments