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
6c925407
Commit
6c925407
authored
Feb 17, 2020
by
Porter Libby
Browse files
add maps back for readings
parent
8156efc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/js/data.js
View file @
6c925407
...
...
@@ -273,7 +273,7 @@ function getReadings(spot_id,value){
var
color
=
getRandomColor
();
query_data
=
processReadings
(
readings
);
//
createPoints(query_data, color);
createPoints
(
query_data
,
color
);
createGraphReading
(
query_data
,
query_selection
,
color
);
var
dataview
=
document
.
getElementById
(
"
dataView
"
)
...
...
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