Intercode Report post Posted October 27, 2009 Good afternoon I have a small problem, I have this chart below. http://comercial.redeglobo.com.br/programacao_serie/opaio_dados.php and must take these two numbers that are on the right side of it, in what setting should I move to cut them. thanks Uilson Tavora Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 28, 2009 (edited) Hi, Welcome to FusionCharts forum. Could you please specify us the issue a bit elaborately? Awaiting your reply. :hehe: Edited October 28, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted October 28, 2009 Hello, If you are trying to set the values on the right side of the chart, then, I'm afraid, it is not possible. However, if you are trying to place the values on the right side of each of the respective column, then you can consider using the following code: <chart palette='2' showValues='1' formatNumberScale='0' useRoundEdges='1' placeValuesInside='1' > <set label='Jan' value='462' displayValue=' 462' /> <set label='Jun' value='960' displayValue=' 960' /> </chart> I'm attaching a screen-shot of the chart for your reference. Hope this helps. Share this post Link to post Share on other sites