File tree 9 files changed +33
-29
lines changed
9 files changed +33
-29
lines changed Original file line number Diff line number Diff line change
1
+
2
+ .links line {
3
+ stroke : # 999 ;
4
+ stroke-opacity : 0.6 ;
5
+ }
6
+
7
+ .nodes circle {
8
+ stroke : # fff ;
9
+ stroke-width : 1.5px ;
10
+ }
Original file line number Diff line number Diff line change
1
+ /* header ----------------------------- */
2
+
3
+ .header {
4
+ height : 55px ;
5
+ border-bottom : solid 1px silver;
6
+ }
7
+
8
+ .slider-holder {
9
+ width : 700px ;
10
+ margin-left : 20px ;
11
+ }
12
+
13
+ /* slider ------------------------------ */
1
14
2
15
.ticks {
3
16
font : 14px sans-serif;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > d3-test</ title >
5
+ < meta name ="description " content ="Experiment for a slider d3-component ">
6
+ < meta name ="keywords " content ="d3 d3.js dual slider widget component ">
7
+
8
+ < link rel ="icon " type ="image/png " href ="favicon.png " />
5
9
< meta charset ="utf-8 ">
6
- < link rel ="stylesheet " type ="text/css " href ="demo .css ">
7
- < link rel ="stylesheet " type ="text/css " href ="slider.css ">
8
- < script src ="d3.v4.min.js "> </ script >
9
- < script src ="data.js "> </ script >
10
- < script src ="slider.js "> </ script >
11
- < script src ="demo.js "> </ script >
10
+ < link rel ="stylesheet " type ="text/css " href ="css/graph .css ">
11
+ < link rel ="stylesheet " type ="text/css " href ="css/ slider.css ">
12
+ < script src ="js/ d3.v4.min.js "> </ script >
13
+ < script src ="js/ data.js "> </ script >
14
+ < script src ="js/ slider.js "> </ script >
15
+ < script src ="js/ demo.js "> </ script >
12
16
< script >
13
17
window . onload = function ( ) {
14
18
var v1 = 3 ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments