Hi everyone,
I'm trying to display a graph in the project page. I'm using the Disk Usage Plugin to understand how to do so, but there are some points that are not clear to me.
Basically, I have a ProjectAction class with a getGraph() method, returning a Graph object. In the "resources/..../ProjectAction" folder, I've written a floatingBox.jelly where I've put :
<img src="${it.getUrlName()}/graph/png?height=200&width=550" lazymap="${it.getUrlName()}/graph/map"/>
like in the disk usage plugin.
But it doesn't seem to work. It just displays a tiny empty image.
To figure out what's going on, I would like to know what are these paths (/graph/png, /graph/map) ? What are they related to ? How does it work ?
Thx in advance,
Bruno