
1. By default if I draw line, there will be nothing where dots are now hanging in space (and it is correct that they are there)
2. if I do stuff like:
Code: Select all
renderer.setSeriesShape(1, new Ellipse2D.Double(0.0, -1.0, 2.0, 2.0));
renderer.setSeriesShapesVisible(0, true);
3. did line a bit more thick, but dots in line are still visible, but anyway , thicker lines goes off my aesthetic filling.
I guess it should be made, that dots (of width of setSeries line) would appear by default where there are no connectable data, not on line itself ofcourse
As far as I see, it cant be done in acceptable way now. Or can it be ?