File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 ">
66 < link rel ="icon " href ="img/favicon.png " type ="image/x-icon " />
77 < link rel ="stylesheet " type ="text/css " href ="css/dc.graph.css "/>
8- < link rel ="stylesheet " type ="text/css " href ="css/dc .css "/>
8+ < link rel ="stylesheet " type ="text/css " href ="css/bootstrap .css "/>
99 < link rel ="stylesheet " type ="text/css " href ="css/jquery-ui.css "/>
1010
1111 < script type ="text/javascript " src ="js/d3.js "> </ script >
2424 < script type ="text/javascript " src ="js/querystring.js "> </ script >
2525
2626 < style >
27+ # main {
28+ position : absolute;
29+ left : 0 ; top : 0 ; right : 0 ; bottom : 0 ;
30+ display : flex;
31+ flex-direction : column;
32+ }
2733 # graph {
2834 position : absolute;
2935 left : 0 ;
4147</ head >
4248
4349< body >
50+ < div id ="main ">
51+ < script type ="text/javascript " src ="js/example-header.js "> </ script >
4452
4553 < div id ="resize " style ="width: 400px; height: 400px; position: absolute; left: 100px; top: 100px ">
4654 < div id ="graph " class ="chart "> </ div >
You can’t perform that action at this time.
0 commit comments