Hi all,
I have successfully integrated JFreeReports with Vaadin and is working fine. My question is has some tried/experimented zooming capability with JFreeReports in Vaadin? If yes can give some direction how to do it?
Thanks
Raj.
Hi all,
I have successfully integrated JFreeReports with Vaadin and is working fine. My question is has some tried/experimented zooming capability with JFreeReports in Vaadin? If yes can give some direction how to do it?
Thanks
Raj.
Hi!
Do you target IE or just modern browsers that support SVG?
With SVG this might be doable quite easily. The ancient adobe plugin had zoom features if I remember correctly, but I haven’t seen such in recent native browser implementations. However it could be quite easy the zoom them by manipulating DOM. Expertise on SVG, DOM and JS is of course needed and a client side component for JFreeChart Wrapper.
Too bad I have not time to concentrate on the wrapper component currently. I’d be happy to include contributions though in case you decide to take the challenge.
cheers,
matti