Skip to content

Commit

Permalink
debugging 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie Frymire authored and Ellie Frymire committed Aug 31, 2018
1 parent 49efc57 commit adc28d4
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 adc28d4

Please sign in to comment.