-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
As of now, it's not possible. However, we'll consider it for our future release.
-
Do you need this in Gantt chart?
-
Please try changing the chart to v3 and then switch the debug mode to on.
-
Hi, FusionCharts works with AJAX as in custom JavaScripts and client side updates. Infact many industry standard AJAX grids are using FusionCharts - you can see few live demos at http://www.fusioncharts.com/Demos/Blueprint We've not restricted ourselves to any specific AJAX framework like that of .NET or .... However, if you can send me a live link, I can debug into it and let you know the source of problem.
-
I'm afraid it's not currently possible to use this in the chart.
-
Hi, As of now, we do not have a world map with all countries. However, we do expect to release it soon. What kind of search integration are you looking at?
-
Again, in your XML, you're putting the links in category elements: Your XML: <chart palette='1' caption='R30 ZD - Current State' shownames='1' showvalues='1' connectNullData='0' PYAxisName='Counts' numDivLines='4' legendPosition ='BOTTOM'><categories><category label='FS00092' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00092'/><category label='FS00093-R30' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00093%2DR30'/><category label='FS00096' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00096'/><category label='FS00098' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00098'/><category label='FS00105' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00105'/><category label='FS00108' link='Rept%5FFixVersionDetail%2Easp%3FFixVersion%3DFS00108'/></categories> <dataset seriesName='Active' color='990033' plotFillAlpha='50' parentYAxis='P'> <set value='20'/> <set value='21'/> <set value='8'/> <set value='111'/> <set value='7'/> <set value='3'/> </dataset> <dataset seriesName='Resolved' color='FFCC00' plotFillAlpha='50' parentYAxis='P'> <set value='22'/> <set value='76'/> <set value='19'/> <set value='81'/> <set value='29'/> <set value='33'/> </dataset> <dataset seriesName='Closed' color='006600' plotFillAlpha='10' showValues='0' parentYAxis='S'> <set value='64'/> <set value='944'/> <set value='641'/> <set value='151'/> <set value='53'/> <set value='87'/> </dataset> </chart> As I had suggested (and as per our docs at www.fusioncharts.com/docs), you need to put them in <set> element.
-
Hi, I'm afraid we do not currently have such a chart in FusionCharts.
-
All of this is explained in our documentation at www.fusioncharts.com/docs
-
Hi, Can you please make sure that you're using FusionCharts JavaScript class to embed the charts, as that JS handles IE errors automatically.
-
No - I'm afraid that's not currently possible.
-
Yes - we've given the source code of this DLL in the download itself. You can use that directly.
-
Can you send your XML over? We'll modify it and send it back.
-
Make sure you're using dataURL method.
-
Just set <chart bgSWF='YourFile.jpg' ..>
-
The link needs to be specified for <set> element and not <category>
-
How do I create linear gauge chart with two pointers?
Pallav replied to axis1048's topic in Using FusionWidgets XT
Oh - I'm sorry - the linear gauge doesn't support 2 pointers. I actually misconstructed it as angular gauge. -
Hi, As of now, we do not have these in our roadmap for this year. However, I've added it to our wishlist for future releases.
-
How do I create linear gauge chart with two pointers?
Pallav replied to axis1048's topic in Using FusionWidgets XT
In your XML, create 2 <dial> elements - one representing each pointer. -
Hi, Can you please post a live URL indicating this?
-
Hi, The connectors are being rendered in the chart - it's just that they're getting hidden behind your nodes, owing to their placement. Shown below is an image, when you spread out the nodes:
-
You need to put your data in multi-series XML format for scroll chart.
-
I couldn't find any link attribute in your entire XML data.
-
Hi, If you set the refresh interval as 60, the chart will get it's first data after 60 seconds only. If you need to add data before that, you can use the JavaScript API to push individual data to chart (provided, you've access to the data in your JavaScript code).
-
drop down menu flickers when when over chart
Pallav replied to funktifyknow's topic in Miscellaneous
Can you try using the modified JavaScript class from http://www.fusioncharts.com/Downloads/FusionChartsWMode.zip?