bacalao Report post Posted March 4, 2009 Hi, I want to make a pie chart of car producers. Is it possible to have the Ford logo or the Nissan logo as a caption? What would the chart xml look like if i wanted to do something like this? - anders Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 4, 2009 Hi, Please see the following XML as reference to insert logo into a chart. <chart palette='4' logoURL ='../Charts/logo.jpg' logoPosition ='TL' > <set label="Item A" value="4" /> <set label="Item B" value="5" /> <set label="Item C" value="2" /> <set label="Item D" value="4" /> <set label="Item E" value="5" isSliced="1" /> <set label="Item F" value="5" isSliced="1" /> <set label="Item G" value="4" /> <set label="Item H" value="5" /> <set label="Item I" value="2" /> </chart> For more information please see the docs at www.fusioncharts.com/docs NOTE: The above feature is supported in FusionCharts V3.1 version. Share this post Link to post Share on other sites
bacalao Report post Posted March 5, 2009 I'll take that as a no then - it is not possible to have an image or logo as a label. Share this post Link to post Share on other sites