gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

Line rendering #79

Closed amadofakhry closed 10 years ago

amadofakhry commented 10 years ago

The result of using D3.svg().line() is shown with a line joining the first point with the last point, filling all whats in between. image

anthonime commented 10 years ago

Hi, this is not an issue of gwt-d3, but a CSS configuration of your SVG. You should indicate something like: path.myclass{ fill: none; }