Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Field Science
datavis
Commits
1e7f866c
Commit
1e7f866c
authored
Feb 17, 2020
by
Porter Libby
Browse files
remove print
parent
6c925407
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/graph.js
View file @
1e7f866c
...
...
@@ -49,7 +49,6 @@ function createGraphReading(dataset, q_arr, color){
tableHTML
+=
createTableHeader
(
keys
);
for
(
x
=
0
;
x
<
dataset
.
length
;
x
++
){
console
.
log
(
dataset
[
x
]);
prop_arr
=
[];
for
(
y
=
0
;
y
<
keys
.
length
;
y
++
){
if
(
keys
[
y
]
==
"
Date
"
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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