-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Better international character support, please.
Pallav replied to MrFast's topic in Suggestions & Requests
In rotated text or generally? -
Christian, Do you think creating so many instances of browsers on the server would scale? It could well be 100s or 1000s of instances of even a basic rendering engine that would need to be created on server. While for smaller values it might work well, for larger installations I am not sure how scalable it would be. Would appreciate any feedback from anyone.
-
PYAxisMinValue not working with stacked multi chart
Pallav replied to pieter's topic in General usage
Hi Pieter, Could you please drop me an email at pallav [at] infosoftglobal.com, so that I can share the code with you? -
In an area chart, if a point has no siblings (both), then it cannot plot an area around that point. Whereas, in a line or bar chart, you can have orphan points as well, as they're not inter-related for plot. To interpolate, you may set [chart connectNullData='1' ...]
-
Currently, if you need to make the legend swatch bigger, the only option is to increase the font size of legend (using STYLE).
-
data gets cached when using fusion charts with openlaszlo
Pallav replied to shivmajji's topic in XML Issue
Hi Shiv, For once, can you switch the debug mode of chart to on? That'll show that data the chart is fetching. -
Hi Thomas, v4 would definitely feature this - it's almost on the top of our priority list for v4.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Hello everyone, As a representative from FusionCharts team, we would like justify our position here. Currently, FusionCharts v3 animations are based on a combination of fps and time. We've set the fps to 120 to attain smooth animation. However, if we decrease it to 24 or 20 fps, the animations are not as smooth. As such, we're not changing the fps of core product to 20 yet. And moreover, the fps is only causing problem in Firefox, which we've reported to Mozilla. We're also working on FusionCharts v4, which ground-up uses fps of 20-24 and dynamically adjusts it at run-time based on the CPU performance and the available resources for that particular chart in any browser instance. This will definitely improve things overall. The only catch is that FusionCharts v4 ETA is Q2-2009. We do have parallel 20fps versions of FusionCharts v3 for those who might be interested in it. Just drop us an email at support [at] fusioncharts.com with your order Id, and we'll be glad to send it over to you. -
PYAxisMinValue not working with stacked multi chart
Pallav replied to pieter's topic in General usage
The stacked charts in FusionCharts suite do NOT allow you to control min value. -
Hi Martin, We're looking into this. Can you please send us your email at support [at] fusioncharts.com so that we can send you an update on this?
-
Richard, You can specify a frame too. Please see http://www.fusioncharts.com/widgets/docs/Contents/DrillDown/Frames.html
-
Ken, I'm afraid no.
-
Hi, I'm afraid currently this is not automatically possible, unless you control label for individual points.
-
Hi, If you're looking for y-axis scaling, you can use the logarithmic axis charts from our PowerCharts suite.
-
Hi, While we do not offer it now, we've added it to our wishlist for next major version.
-
Position Annotation directly after a color range
Pallav replied to Pallav's topic in Using FusionWidgets XT
Hi, Since the co-ordinates for color range are dynamically generated based on other elements to be rendered in the chart, there isn't a direct way to map that to annotation x/y. The only feasible way would be to modify the source code to embed the images at right location. -
Hi, Since when the chart has scroll bar, there isn't enough space at the bottom, the item is getting hidden behind the task bar. One way to overcome this would be to add a dummy process/task name.
-
Hi, This is appearing to you because of the 3D shift that we've given to line chart (and lack of columns in your chart). If you wish the same chart without a 3D shift of line, just drop us an email at support [at] fusioncharts.com and I would be glad to send you a copy.
-
Kai, Thanks for your feedback. We'll put this feature in v4 for sure.
-
Hi, Another option could be to save the charts on server, though this is experimental: - In Java, create an instance of browser on server - Load the chart in that (guess would have to build temporary HTML files with chart code) - Use JavaScript API to automatically call the save script - When saved, close the browser instance - Use a queue manager to manage all the instances of browser.
-
Fusion Charts are not displayed properly in Internet Explorer 7,MyIE
Pallav replied to a topic in Bug Reports
What do you see in those versions? -
Jaideep, I'm afraid things are a bit delayed on our part (technical reasons purely). We were waiting for Flash 10 to come. As such the new ETA is May.
-
Hi, How are you updating the charts? If its using JS, then there might be a flicker, as the charts re-render. If you want self-updating charts, you may have a look at data streaming charts in our FusionWidgets suite at www.fusioncharts.com/widgets
-
If it's the x-axis labels that you want to hide, you may set [chart showLabels='0' ...]
-
yAxisMaxValue not working with Line graph with no values
Pallav replied to pixelmaster's topic in XML Issue
Hi, Have you tried it with v3.0.7 (switch to debug mode to see the version)?