Sign in to follow this  
keror

Problem With Jscript Format Rendering Scatter Chart

Recommended Posts

Does not work some attributes in jscript format with scatter chart.

In jscrip format points are not connected whit lines.

drawLine='1'

And does not work attributes such as

...Alpha.= ...

Here is an example

<div id='scatterChartDiv' align='center'>

 

Chart.

 

</div>

 

<script type="text/javascript">

var chart_scatterChart = new FusionCharts({"renderer" : "javascript", "dataFormat" : "xml", "renderAt" : "scatterChartDiv", "id" : "scatterChart", "debugMode" : "0", "swfUrl" : "FusionCharts/Scatter.swf", "wMode" : "transparent", "width" : "500px", "height" : "300px", "registerWithJS" : "1","dataSource" : "<chart palette='4' caption='Парабола' xAxisName='Ox' yAxisName='Oy' xAxisMinValue='1' xAxisMaxValue='7' yAxisMinValue='0' yAxisMaxValue='10' numDivLines='4' chartLeftMargin='5' chartRightMargin='30' decimals='2' enableSmartLabels='1' enableRotation='0' startingAngle='70' formatNumberScale='0' labelStep='0' showAlternateHGridColor='1' alternateHGridColor='A8BDD4' canvasBorderColor='ABB9C2' borderColor='000000' numberSuffix='%25' showLegend='0' inThousandSeparator='' inDecimalSeparator=',' ><categories verticalLineColor='666666' verticalLineThickness='1'><category label='1' x='1' showVerticalLine='1' lineDashed='1'/><category label='2' x='2' showVerticalLine='1' lineDashed='1'/><category label='3' x='3' showVerticalLine='1' lineDashed='1'/><category label='4' x='4' showVerticalLine='1' lineDashed='1'/><category label='5' x='5' showVerticalLine='1' lineDashed='1'/><category label='6' x='6' showVerticalLine='1' lineDashed='1'/><category label='7' x='7' showVerticalLine='1' lineDashed='1'/></categories><dataset seriesName=' ' color='008000' drawLine='1' ><set x='1' y='0' tooltext=', 1, 0%25'/><set x='2' y='50' tooltext=', 2, 50%25'/><set x='3' y='80' tooltext=', 3, 80%25'/><set x='4' y='90' tooltext=', 4, 90%25'/><set x='5' y='80' tooltext=', 5, 80%25'/><set x='6' y='50' tooltext=', 6, 50%25'/><set x='7' y='0' tooltext=', 7, 0%25'/></dataset><styles><definition><style name='XAxisFont' type='font' font='Tahoma' size='9' color='545454'/><style name='LabelsAnimation' type='animation' param='_x' start='$canvasCenterX' duration='1' /></definition><application><apply toObject='DataLabels' styles='XAxisFont'/> <apply toObject='YAxisValues' styles='XAxisFont'/> <apply toObject='DataLabels' styles='LabelsAnimation'/> </application></styles></chart>"}).render();</script>.

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum! :)

 

I apologize for the inconvenience caused. The Scatter chart of the FusionCharts v3.2 or v3.2.1 JavaScript version does not support the "drawLine" attribute.

 

The issue is fixed in the next upgraded version, i.e FusionCharts v3.2.2. The next version would release approximately in next few months' time.

 

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
Sign in to follow this