Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
e15856bf
Commit
e15856bf
authored
Oct 14, 2020
by
Sven Schneider
Browse files
removed console.log of the polyline csv data which was used for debugging purposes
parent
91e14d55
Pipeline
#1068
passed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/polylineStreams.js
View file @
e15856bf
...
...
@@ -111,7 +111,7 @@ var cols = [];
var
streamID
=
[];
d3
.
dsv
(
"
,
"
,
"
results/polylines.csv
"
).
then
(
function
(
text
)
{
console
.
log
(
text
);
// Hello, world!
//
console.log(text); // Hello, world!
// var temp = text.split(',');
var
temp
=
text
;
...
...
@@ -370,4 +370,4 @@ function setHeightTable() {
});
\ No newline at end of file
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment