-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Do you need horizontal (y-axis) or vertical (x-axis) trend lines?
-
Hi, I'm afraid it's atleast 8-10 months away.
-
Hi, In FusionGadgets v3 (real-time) charts, we do support labels for vLines - however, the same is not currently present in FusionCharts.
-
Hi, In FusionCharts, the y-axis limits are decided based on the entire collection of data. As such, if you've a spike in data for just a single day, it'll be considered while calculating the limits (even if you set adjustDiv=0). One way to visualize such data would be to use logarithmic axis charts from PowerCharts suite - the log axis are much better to visualize data if you've such high deviations.
-
I'm afraid you cannot create links to self, as of now.
-
Error in rendering correct values for some US States
Pallav replied to midknight's topic in Bug Reports
Hi, We did send you an email with a few new SWFs. Did you receive it? -
Hi Amit, FusionCharts is a commercial open source product made in Flash. Now, Flash source contains of .fla and .as files. When you purchase the Enterprise license of FusionCharts, we give you access to both .fla and .as files. However, in some of the lesser licenses, you just get access to .as files (so that you can use FusionCharts in your Flash projects). As for redistribution with commercial products, say you've a commercial survey application in which you need to generate charts. You sell this application to your clients, who in turn host it themselves. If in this product, you want to use FusionCharts to generate the charts, you'll need an OEM license.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Hi Gregor, Unfortunately, it still doesn't spike up the CPU on my machine. However, is there a specific reason you want to use opaque as Wmode? -
Latitude/Longitude -> Map x,y-coordinates
Pallav replied to banditbandat's topic in Using FusionMaps XT
Paul, I'm afraid the conversion is not possible in FusionMaps as of now. -
Hi, Thanks for sharing this code. I was wondering if you would allow us to publish this in our documentation.
-
Hi, Something like: <trendLines> <line startValue='430000' endValue='4900000' color='009933' displayvalue='Target' /> </trendLines>
-
Mohan, When using adjustDiv=1, FusionCharts automatically calculates the best number of divlines that is closest to numDivLines specified in your XML. However, if the difference between upper and lower limit is a prime number, there are no possible numDivLines with the specified precision. However, when using adjustDiv=0, FusionCharts forces even the prime number to be distributed into the specified numDivLines (thereby increasing the precision of the number). However, if you force your own decimal places, there could be a loss of precision.
-
Yes - you just need to make sure that the XML file is UTF8 with BOM marks.
-
While we do not have an exact data protection layer implementation, we've the AJAX method being used in our open source blueprint application at http://www.fusioncharts.com/demos/Blueprint, which can be downloaded from www.fusioncharts.com/Download.asp
-
Hi, We've taken up this issue and are checking it. Please give us some time to look into it.
-
This is just possible in FusionGadgets real-time charts (www.fusioncharts.com/gadgets)
-
Hi, I'm afraid you cannot have tooltips on selective entities only.
-
Can USA map transistion smoothly to a state map?
Pallav replied to FusionCharts Support's topic in Using FusionMaps XT
Hi, It's all client side Javascript - so you can just take the code from our website. -
I'm afraid you cannot display a bar in MSBar2D.
-
Error on Links in pop-up windows in IE6 and IE7 when using FusionMaps
Pallav replied to midknight's topic in Bug Reports
These settings are more pertinent to Flash Player than IE. Can you open the links on the maps/charts on our website? -
Hi John, Thanks for your suggestion. Currently, this feature is not available in FusionCharts. However, we'll definitely try and implement this in the next versions.
-
Pie Charts - Sort order of slices
Pallav replied to mark m in Seattle's topic in Suggestions & Requests
Hi, In FusionCharts, we render the pies in same order as they were specified in the XML document. We do not sort them. -
slantLabels, labelStep not working on SingleSeries nor MultiSeries Charts
Pallav replied to mark m in Seattle's topic in Bug Reports
Yes - we do not support steps in rotated labels as it would consume too much vertical space, leaving very less for the chart. -
Hi, Can you switch the debug mode of chart to on - that'll give some helpful insights.
-
It's in com/fusioncharts/helper/Legend.as