d3plus / d3plus-shape

Fancy SVG shapes for visualizations
MIT License
20 stars 2 forks source link

D3plus Line Plot : lines are not continuous #94

Closed nalhadad closed 4 years ago

nalhadad commented 4 years ago

Hello, I am new to your library,, I'm trying to create a line plot which is apears not continuous (there is no 0 values) . I even have some isolated points despite that they belong to a line . did I do something wrong?

[http://jsfiddle.net/exd0z1oh/2/]

here is my example in case the link does not work:

Thank you

davelandry commented 4 years ago

Not sure why that example is breaking... but if you move to the newer d3plus 2.0 it works great: https://jsfiddle.net/d1s6ugrh/

We haven't change the main github repo over to 2.0 yet, but all of the current examples and docs are for 2.0 and I've been using it in production for a while now. It's almost at feature parity with 1.0.

nalhadad commented 4 years ago

Ok thank you very much