Skip to content

Commit 8b5d48f

Browse files
committed
rmv instructions
1 parent 57548d9 commit 8b5d48f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

cashflower/html_tpl/graph.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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 {
@@ -20,7 +19,7 @@
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;
@@ -90,21 +89,9 @@
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>

0 commit comments

Comments
 (0)