Sign in to follow this  
babjoe

error with ScrollColumn2D.swf using numVisiblePlot and plotSpacePercent at same time

Recommended Posts

hello.

 

I have a problem with ScrollColumn2D.swf

 

 

 

The ScrollColumn2D graph plot spaces are 0, When I use 2 opt numVisiblePlot and plotSpacePercent together

 

 

 

Option value are numVisiblePlot="7", plotSpacePercent="80" and use one dataset

 

 

 

the data.xml like below

 

 

bgColor="FFFFFF" bgAlpha="100" showBorder="0"

 

canvasBorderColor="FFFFFF" canvasBorderThickness="0" canvasBottomMargin="10"

 

showYAxisValues="0"

 

chartBottomMargin="10" chartLeftMargin="0" chartRightMargin="0" chartTopMargin="0"

 

labelPadding="10"

 

showValues="0"

 

outCnvBaseFont="gulim" outCnvBaseFontSize="11" outCnvBaseFontColor="202020"

 

baseFont="gulim" baseFontSize="12" baseFontColor="FFFFFF"

 

scrollColor="FFFFFF"

 

showLegend="0"

 

numDivLines="6" divLineColor="C5C5C5" showAlternateHGridColor="0"

 

 

 

toolTipBgColor="202020" toolTipBorderColor="909090"

 

numVisiblePlot="7" plotSpacePercent="80"

 

paletteColors="749DB8"

 

plotGradientColor="4C738F" plotFillRatio="20,80" plotFillAlpha="100,100" plotFillAngle="0" showPlotBorder="0"

 

>

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum. :)

I am afraid, FusionCharts does not support the functioning of the attribute "numVisiblePlot" when the attribute "plotSpacePercent" is set to "80", as of now. :)

This is occuring because when the attribute "plotSpacePercent" is set to the maximum value, i.e, 80, the chart is able to fill all its data plots withinthe view-able part of the screen. There's no need of scrolling to see all the plots.

As a result the attribute "numVisiblePlot" is unable to perform its function.

Hope I could make myself clear.

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