I am using reportgrid js charting/graphing tool to display graphs, the problem is I instead of showing nodes I want to show images, is there anyway? or shall I use some other library?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
That option is currently under development and it is already available for the Sankey. For the other charts that support symbols it should be available by the end of this week. In the meanwhile, there are ways to work around the issue by using JQuery (or another library) to select the corresponding symbol nodes and replace them with an image node. Unfortunately SVG doesn't support background images that would make the feat trivial. |
|||
|