Search found 4 matches

by Harakiri23
Mon Oct 11, 2010 4:57 pm
Forum: JFreeChart
Topic: Horiziontal Bar, largest Bar label lost
Replies: 3
Views: 7365

Horiziontal Bar, largest Bar label lost

Hi, im using StandardCategoryItemLabelGenerator labelGen = new StandardCategoryItemLabelGenerator(" {2} ({3})", new DecimalFormat("0")); renderer.setBaseItemLabelGenerator(labelGen); renderer.setBaseItemLabelsVisible(true); to display the total + percentage, on the largest bar however, part of it is...
by Harakiri23
Thu Jan 11, 2007 12:36 pm
Forum: JFreeChart
Topic: Server Load Graph Example ?
Replies: 3
Views: 9190

Sorry as a new user i couldnt post a direct link to jRobin... Still my question remains - does anyone has an example ? AFAIK i had to parse the output of /proc/loadavg every couple minutes and memorize these values, then use them to generate the chart... Has anyone actually written something similar...
by Harakiri23
Wed Jan 10, 2007 10:13 pm
Forum: JFreeChart
Topic: Server Load Graph Example ?
Replies: 3
Views: 9190

Server Load Graph Example ?

Hello,

anyone knows of any example which would render a server load graph similar to the jrobin examples pictures ?

thanks