File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4- < title > Cashflow Model - Variable Dependencies </ title >
4+ < title > Graph view </ title >
55 < script src ="https://d3js.org/d3.v5.min.js "> </ script >
66 < script src ="https://unpkg.com/dagre-d3@0.6.4/dist/dagre-d3.min.js "> </ script >
77 < style >
88 body {
99 font-family : Arial, sans-serif;
1010 margin : 0 ;
1111 padding : 20px ;
12- background-color : # f5f5f5 ;
1312 }
1413
1514 .main-container {
2019
2120 .graph-container {
2221 flex : 1 ;
23- background : white ;
22+ background : # f5f5f5 ;
2423 border : 1px solid # ddd ;
2524 border-radius : 5px ;
2625 overflow : auto;
9089 fill : none;
9190 stroke-width : 1.5px ;
9291 }
93-
94- .instructions {
95- margin-bottom : 20px ;
96- padding : 10px ;
97- background-color : # e3f2fd ;
98- border-radius : 5px ;
99- border-left : 4px solid # 1976d2 ;
100- }
10192 </ style >
10293</ head >
10394< body >
104- < div class ="instructions ">
105- < strong > Instructions:</ strong > Click on any variable node to view its source code. Use mouse wheel to zoom, drag to pan.
106- </ div >
107-
10895 < div class ="main-container ">
10996 < div class ="graph-container ">
11097 < svg id ="svg-canvas "> </ svg >
You can’t perform that action at this time.
0 commit comments