-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Parse Error Right After Installation
Pallav replied to suzanneh's topic in Installation and Upgrades
Suzanne, What's the configuration of your server? -
Hi, To have dis-continuous gap on x-axis, you could use scatter chart and connect the dots using lines. However, we do not support inverse axis on scatter chart.
-
Hi, Can you make sure you're loading the SWF over SSL too?
-
How is it possible to show the values in origin formated format?
Pallav replied to kilian's topic in General usage
Hi Kilian, Thanks for the suggestion. This is currently not possible with FusionCharts, as all chart numbers are formatted using the same parameter for easy interpretation. -
If you're not forcing your own limits and numDivLines, zero plane would appear equi distant and wouldn't overlap.
-
How can we set y-axis values on multiseries Fusion Charts?
Pallav replied to Mahesh Agarwal's topic in XML Issue
Then, if adjustDiv='1' then FusionCharts automatically adjusts either limits or numDivLines. -
Display fusion chart from sql server2005
Pallav replied to Pallav's topic in FusionCharts and ASP.NET
Once you purchase a license, it automatically disappears. -
Charts not working when routed via ISA Server
Pallav replied to neon's topic in FusionCharts and ASP
In IE, do you get an error in loading data message or nothing shows up at the place of chart? -
I'm afraid the grid doesn't support saving as images.
-
Chart embed in ppt is wrong with shockwave flash object 9.0.115
Pallav replied to zhting's topic in Bug Reports
To check your Flash player version, just go to http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507 -
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Hi, Just to update on this, we've been working on this issue. Apparently the issue seems to be Firefox specific. For example, if you visit http://www.fusioncharts.com/test/MemCheck/Index.html in IE, the CPU usage stays at 1-2% and goes back to 0% after the charts have been rendered. However, if you open the same in Firefox, the CPU spikes to around 30-50% on a 2 gig RAM. We've reported this bug to Mozilla and hope to get a solution soon - https://bugzilla.mozilla.org/show_bug.cgi?id=421643 If you've any feedback on this, it'll be greatly appreciated. -
You need to use v3.0.6
-
I'm afraid that's not feasible as of now.
-
No - we'll be releasing another 3.0.6( for pie chart only.
-
FontColor not working on Gantt [task] or [tasks] element
Pallav replied to Ray's topic in Bug Reports
Hi, Can you please send us a sample XML? -
Draggable Annotations and Change Position of Gantt Task Labels
Pallav replied to John_D's topic in Suggestions & Requests
Hi, As for annotations, we'll definitely make them draggable in next version. I couldn't understand "Also, we use Gantt charts a lot, but cannot use the task labels because they appear up above the task bar being labeled (usually conflicting with a parallel task bar). We need to position the label text in the middle of the task bar instead of above it. I checked the XML attributes and styles but could not find a way to do this. Please add this to your list of requested enhancements, or let me know if there is already a way to do this. " Can you please send a screenshot for this? -
Hi, I'm afraid to attain this, you'll have to modify the code, as by default the alignment is left.
-
Hi, I'm afraid we do not yet support filling between 2 lines.
-
Hi John, One way would to be increase chart top margin.
-
Reg:Invalid data: Non-numeric data in realtie
Pallav replied to vishnu's topic in FusionCharts and JSP
Vishnu, Can you please make sure that: In order to get the output without addition of any carriage-returns or tab spaces, there should not be spaces or empty lines between scriptlet tags or at the end of the page. -
James, Is there any security setting in your IIS that disallows large POST headers?
-
What I feel is that both images are getting generated properly, but because of download dialog being forced at the same time, only of them is displayed. You can configure your ASP.NET script to cache all images for a session (if feasible), zip it and provide as a single download.
-
Firefox doesn't respect width of chart
Pallav replied to BLiTZWiNG's topic in FusionCharts and ASP.NET
It should be "250", "300". Can you send us the full HTML code as attachment to support [at] fusioncharts.com? -
Multiple subcaptions, caption font, category wrapping
Pallav replied to GoodGuy's topic in Suggestions & Requests
Hi, As for 1, we do not allow wrapping of caption/subcaption. You can control the font of caption/subcaption using STYLES - please see http://www.fusioncharts.com/docs/Contents/AttDesc/Titles.html As for 3, you can trim the data in your script when providing it to chart. -
Ben, In that case you'll have to use the dataXML method, as that doesn't imply any cross domain loading.