Skip to content

Commit c870d5c

Browse files
geld vis v2
1 parent 5715406 commit c870d5c

File tree

2 files changed

+40
-31
lines changed

2 files changed

+40
-31
lines changed

.idea/workspace.xml

+39-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/HalfLifeGeld.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var ExampleMargin = {top: 50, right: 70, bottom: 50, left: 70},
88

99

1010

11-
d3.csv("../data/hl/arbeit.csv", function(csv) {
11+
d3.csv("../data/hl/arbeit2.csv", function(csv) {
1212

1313
csv.forEach(function(d){
1414
d.x = +d.x;

0 commit comments

Comments
 (0)