If i want to send more parameter with request other
than "series " and "Item" in the url of Imagemap
e.g.
href="http:://localhost/servlet/ChartWindow?parent=LOAD&series=AVG_LOAD&category=CPU"
how to set that ????
currently what i am doing is
Code: Select all
//br->bar renderer instance
br.setItemURLGenerator(new StandardCategoryURLGenerator("../servlet/ChartWindow","series","category"));
Any help is appreciated