Search found 1 match

by timestored.com
Fri Mar 07, 2014 1:27 am
Forum: JFreeChart
Topic: 1.0.12 Infinite loop in DateAxis.refreshTicksHorizontal(...)
Replies: 18
Views: 28869

Re: 1.0.12 Infinite loop in DateAxis.refreshTicksHorizontal(

Hi, I think this bug is still present in 1.0.17, here's a code sample: package com.timestored.sqldash.chart; import java.util.Date; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.axis.DateAxis; import org.jfree.chart.axis.DateTickUnit; import org.jfree.c...