Search found 3 matches

by prophecy
Wed Feb 23, 2005 6:00 pm
Forum: JFreeChart
Topic: X-Axis labels and large data sets
Replies: 3
Views: 4587

It is time based, but I don't want to have to use the Time Series because then I have to figure out what range it is when making the graph (Hour, Day, Month?) because the user can choose what time range they want to see. For example, they can choose to breakdown hourly from date X to date Y or month...
by prophecy
Wed Feb 23, 2005 8:01 am
Forum: JFreeChart
Topic: X-Axis labels and large data sets
Replies: 3
Views: 4587

X-Axis labels and large data sets

As the datasets get large, the x-axis labels get squished down until it looks like a row of dots. I think it should handle it more elegantly like jcharts does where it will skip labels when they don't all fit on the axis.
by prophecy
Wed Feb 23, 2005 7:01 am
Forum: JFreeChart
Topic: Bar chart with different scales for each series
Replies: 2
Views: 2953

Bar chart with different scales for each series

Can you have a bar chart with different scales on the data, say for example series A ranges from 1-10 and series B ranges from 0-1000. But if a bar in series A were 9, it would be the same height of bar as a value of 900 in series B.

Possible?