I tried to debug the behaviiour of Jfreechart extension 2 myself and found that with Jfreechart 1.0.0
handleSetArea in UIChartEntity is unable to compare
args.get("shapeType", "").equals("RECT")
since the constant RECT is in smaller case i.e rect
Changing the above line
args.get("shapeType", "").equalsIgnoreCase("RECT")
and
args.get("shapeType", "").equalsIgnoreCase("POLY")
solved the problem.
Now we can have Jfreechart extension 2 and Jfreechart 1.0.0 if the developer at ULC makes the above mentioned changes
Thanks,
Gene
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
