I am working with a dataset that captures motion data over time, specifically along the XYZ axes. I want to visualize the object's movement using these values on a JavaScript graph.
Which type of graph would be most suitable for visualizing this kind of movement data? Are there any JavaScript libraries that specialize in creating such graphs?