Skip to content

Commit

Permalink
Merge pull request #80 from two-n/master
Browse files Browse the repository at this point in the history
debugging 8
  • Loading branch information
efrymire authored Aug 31, 2018
2 parents e1b4813 + adc28d4 commit 17a2f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read_and_reply.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const parse = (text) => {
const makeViz = (data) => {
console.log('vizing... ')

if (data.length) {
if (data === null) {
const xScale = scaleLinear()
.domain([data[0][0], data[data.length-1][0]])
.range([0, 10])
Expand Down

0 comments on commit 17a2f9a

Please sign in to comment.