Sign in to follow this  
Rahul Kumar

Image Caption

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this