I'm looking for a graph API (open source or to buy) - that enables to draw bubbles graph from input data - but the twist is that I want the bubbles to be pictures (gif,JPEG etc.) that I'll inject (instead of bubbles) - and the pictures will be in the size of the bubble (some pictures will be relatively small others are relatively big according to the input data).
Is there such kit?
Thanks.
As eboix comments, org.jfree.chart.renderer.xy.XYBubbleRenderer
would be a good starting point, although you'd have to override drawItem()
.