jfreechart icon indicating copy to clipboard operation
jfreechart copied to clipboard

spline is not properly rendered (goes wrongly to zero)

Open scristescu opened this issue 4 years ago • 1 comments

Hello there,

I have tried to display a chart in spline and the chart is going down to zero for few point, although there is no zero value, as you can see from the attached image: image

I am using the following items:

final TimeTableXYDataset dataset = new TimeTableXYDataset(tz, locale);
line = ChartFactory.createTimeSeriesChart(title, xAxisLabel, yAxisLabel, dataset, false, false, false);
final XYSplineRenderer r = new XYSplineRenderer();
plot.setRenderer(r);

I hope you can correct this...

Thank you. Sorinel C.

scristescu avatar Jan 29 '21 09:01 scristescu

See also issue 168.

trashgod avatar Jan 29 '21 18:01 trashgod