i'm usin jfree1.0.1, when i tryed the psupa's example i ha a blank screen with the following source vue
Code: Select all
<map id="imageMap" name="imageMap">
<area shape="poly" coords="259,89,273,81,288,76,304,73,320,72,320,186,320,186" title="Dec = 16,227" alt="" href="Bar3DDemo.jsp?section=Dec&pieIndex=0"/>
<area shape="poly" coords="223,124,239,105,259,89,320,186,320,186" title="Nov = 12,91" alt="" href="Bar3DDemo.jsp?section=Nov&pieIndex=0"/>
<area shape="poly" coords="205,193,206,175,209,157,215,140,223,124,320,186,320,186" title="Oct = 18,299" alt="" href="Bar3DDemo.jsp?section=Oct&pieIndex=0"/>
<area shape="poly" coords="226,251,218,238,211,223,207,208,205,193,320,186,320,186" title="Sep = 16,074" alt="" href="Bar3DDemo.jsp?section=Sep&pieIndex=0"/>
<area shape="poly" coords="273,290,259,283,247,274,235,263,226,251,320,186,320,186" title="Aug = 15,773" alt="" href="Bar3DDemo.jsp?section=Aug&pieIndex=0"/>
<area shape="poly" coords="348,297,329,300,310,300,291,297,273,290,320,186,320,186" title="Jul = 19,715" alt="" href="Bar3DDemo.jsp?section=Jul&pieIndex=0"/>
<area shape="poly" coords="405,262,393,274,379,283,364,291,348,297,320,186,320,186" title="Jun = 17,16" alt="" href="Bar3DDemo.jsp?section=Jun&pieIndex=0"/>
<area shape="poly" coords="427,226,417,245,405,262,320,186,320,186" title="May = 10,666" alt="" href="Bar3DDemo.jsp?section=May&pieIndex=0"/>
<area shape="poly" coords="434,188,432,207,427,226,320,186,320,186" title="Apr = 10,111" alt="" href="Bar3DDemo.jsp?section=Apr&pieIndex=0"/>
<area shape="poly" coords="423,137,428,149,431,162,433,174,434,188,320,186,320,186" title="Mar = 13,34" alt="" href="Bar3DDemo.jsp?section=Mar&pieIndex=0"/>
<area shape="poly" coords="384,92,396,101,407,112,415,124,423,137,320,186,320,186" title="Feb = 15,24" alt="" href="Bar3DDemo.jsp?section=Feb&pieIndex=0"/>
<area shape="poly" coords="320,72,337,73,353,77,369,83,384,92,320,186,320,186" title="Jan = 17,578" alt="" href="Bar3DDemo.jsp?section=Jan&pieIndex=0"/>
</map>
<html>
<head>
<title>Pie Chart Demo</title>
</head>
<body>
<h2>Pie Chart Demo</h2>
<img src="http://localhost:8080/ModuleWeb1/ChartViewer" border=0 usemap="#imageMap">
</body>
</html>