I am creating a graph by RAPHAEL... Now I need to customized look and feel of the rendered graph, by providing image on backgroun of graph.
Colors can be passed as array to set the background color of graph but, is their any way to provide background of graphs?(it should be work on IE7 and 8 also)
I've tried to manupulate the graph by taking "path" element by script and changing the "fill" attribute of that path.
Problem is that: In IE the paths are created by RVML tag(not path) thats why the procedure stated is not working fro IE.
Can any one help me to provide any solution "to customize background(background image) of bar graph created by RAPHAEL".
Thanks in advance.....