4

Basically the same question as this main difference being that I need to connect my points. Is there a way to use X and Y and still have it be a line graph?

JGleason
  • 3,067
  • 6
  • 20
  • 54

1 Answers1

4

Sorry figured it out since it wasn't intuitive in the docs I will leave this up with an answer.

The default for the showLine prop on scatter is false and true on line. Once I changed to true it worked.

so I added showLine:true to my datasets

JGleason
  • 3,067
  • 6
  • 20
  • 54