muralikanth

Multi Series Bar Chart Cut

Recommended Posts

Hi support.,,..

 

in multi series 3d bar chart right corner of the chart cuts lightly.. plz give me response soon

 

 

here is xml

 

 

<Chart yAxisMaxValue='' showValues='1' maxBarHeight='50' showLegend='0' showYAxisValues='1' decimals='2' numDivLines='3' formatNumberScale='0' useRoundEdges='0' exportTargetWindow='1' exportEnabled='1' exportAction='download' exportAtClient='0' YAXISNAME='(MB)' exportHandler='/final/FusionCharts/jsp/FCExporter.jsp' bgColor='ffffff' borderAlpha='100' showToolTipShadow='1' chartLeftMargin='8' chartRightMargin='8' chartTopMargin='8' chartBottomMargin='8' canvasBorderColor ='000000' canvasBorderThickness ='0' plotSpacePercent ='15' maxLabelWidthPercent ='20' baseFont='verdana' outCnvBaseFontSize='10' outCnvBaseFontColor ='000000' showBorder ='0' canvasBgAlpha ='22' plotGradientColor ='' adjustDiv='0' yAxisValueDecimals='2' caption='Top Memory Consuming Applications' clickURL ='j-openInNewWin-reporttype%3Dvdi_insight%26subtype%3Dapplication_activity%26measureGroup%3DMemory_usage' ><categories><category label='ws_tomcatservice' /><category label='ws_messagebusservice' /><category label='ws_tunnelservice' /><category label='svchost' /><category label='ccsvchst' /><category label='smc' /></categories><dataset seriesName='' showValues='1' color='6960EC'><set value='154.79' /><set value='80.15' /><set value='59.36' /><set value='21.51' /><set value='16.8' /><set value='10.57' /></dataset></Chart>

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Could you please try to set "chartRightMargin" to 14 or 15.

 

By default chart takes large scale value for "chartRightMargin" attribute and you have specified as "8".

 

Ref. Code:

<chart ... chartRightMargin='14'>

 

Hope this helps!

Share this post


Link to post
Share on other sites

its works if value is below 7 digit like 15,0000 but we need shopisticated solutions.. if value will be coming in beyond 8 digit we and change tha chartrightmarigin again to something greater than before.... we have showing more than 50 charts .some charts maximum value in 3 digits like 1000 some charts value going beyond the 8 digits.. if set maximum value to the chartrightmarigin 3 digit ccchart looking un aligned.. plz response me with dynamic solutions which wil suits automcatically thank u for ur response

issue1.bmp

Edited by muralikanth

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

If you want it to be dynamic, please do not define any margin at all.

 

Let the charting engine calculate the margin for you.

 

Hope this helps!

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