findstar

Drawanchors Not Work In Javascript Render

Recommended Posts

Hi.

 

I found a bug at last my post on 27 September 2011 but it not fixed yet.

(http://forum.fusioncharts.com/topic/10397-drawanchors-not-work-in-javascript-render/page__p__40737__hl__anchor__fromsearch__1#entry40737)

 

It is about the anchor peoperties for the Multi-series Line 2D Chart

 

Now I use Enterprise Fusioncharts/Version 3.2.3-release.4749

 

In XT I want to config javascript version chart

 

so I try to " renderer : 'JavaScript' "

 

and

 

I config xml properties

 

drawAnchors="0"

 

or

 

anchorRadius="0"

 

 

but graph not change.

 

post-21905-0-92115200-1330495002_thumb.png

 

In render flash it work good

post-21905-0-04533000-1330494989_thumb.png

 

but render javascript it dont't work.

 

 

please check this anchor bug .

 

 

 

this is my xml file and

 

my render javascript source

 

------------------------------------------

 

$('#bdichartDiv').insertFusionCharts({

swfUrl : "./Charts/MSLine.swf?",

renderer : 'JavaScript',

dataSource : "bdi.xml",

dataFormat : "xmlurl",

width : "100%",

height: "340",

id : "ChId1"

});

 

------------------------------------------

bdi.xml

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