dcwebcat Report post Posted October 9, 2012 Hello - Is it possible to place the Data Label inside of a 3D column? I would like to have the values AND the Data Label inside the column. I have the values inside but cannot figure out how to place the Data Label in there. They show up under the chart by default. Many thanks!!!! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 10, 2012 Hi, I am afraid, you will not be able to place the data labels inside the column. However, as a work around, you may hide the data labels and define displayValue attribute in each of the set element and set it to both data value and data label explicitly. Ref. Code: <chart placeValuesInside='1' showLabels='0' ...> <set label='Jan' value='420000' displayvalue='$420k{br}{br}{br}Jan'/> <set label='Feb' value='910000' displayvalue='$910k{br}{br}{br}Feb'/> <set label='Mar' value='720000' displayvalue='$720k{br}{br}{br}Mar'/> <set label='Apr' value='550000' displayvalue='$550k{br}{br}{br}Apr'/> ... </chart> Please find attached screen shot of the chart rendered with the above settings applied. Hope this helps! Share this post Link to post Share on other sites
Valeriy Report post Posted October 10, 2012 I like that fusionchart, can build whatever you like, respect FusionChart and Team Share this post Link to post Share on other sites
dcwebcat Report post Posted October 11, 2012 Hi, I am afraid, you will not be able to place the data labels inside the column. However, as a work around, you may hide the data labels and define displayValue attribute in each of the set element and set it to both data value and data label explicitly. Ref. Code: <chart placeValuesInside='1' showLabels='0' ...> <set label='Jan' value='420000' displayvalue='$420k{br}{br}{br}Jan'/> <set label='Feb' value='910000' displayvalue='$910k{br}{br}{br}Feb'/> <set label='Mar' value='720000' displayvalue='$720k{br}{br}{br}Mar'/> <set label='Apr' value='550000' displayvalue='$550k{br}{br}{br}Apr'/> ... </chart> Please find attached screen shot of the chart rendered with the above settings applied. Hope this helps! Thank you! This works great! Share this post Link to post Share on other sites
dcwebcat Report post Posted October 11, 2012 Can the labels be centered inside of the column? Thanks again!! Share this post Link to post Share on other sites
Guest Bindhu Report post Posted October 12, 2012 Hi, You will have to use sufficient {br}s and place it in the center manually There are no attributes defined to do this job, as of now. Hope this helps! Share this post Link to post Share on other sites
zhangpei Report post Posted January 16, 2013 can the pie2d or 3d put the values inside the pie? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 17, 2013 Hi, No. This is not possible. Displaying pie labels on the pie slices (inside the pie chart.). Thanks for your time and support. Share this post Link to post Share on other sites
sooraj Report post Posted February 21, 2013 Hi, No. This is not possible. Displaying pie labels on the pie slices (inside the pie chart.). Thanks for your time and support. Showing data labels inside the Column is possible in Fusion Chart. Please use this attribute "placeValuesInside='1'" while creating the column chart. this will place the label inside the column Sooraj Share this post Link to post Share on other sites
Swarnam Report post Posted February 22, 2013 Hi Sooraj, Welcome to FusionCharts Forum. "placeValuesInside" attribute is applicable only for Column/Bar charts to place the values within a Column/Bar. However, it is not possible to place the values within a pie using FusionCharts currently. Share this post Link to post Share on other sites