Hi,
can someone explain, how to to that in Zkoss 6.5. Version (including FusionCharts free)?
My object there is <fusionchart>, not <graph>. And i prefer to access the java object "org.zkoss.zkmax.zul.Fusionchart" instead of scripting.
Following code did nothing:
this.mychart.setAttribute("rotateNames", "1");
this.mychart.setAttribute("labelDisplay", "Rotate");
Thanks
Reinhard