-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Kai, As for first issue, it was the numeric x axis that you were not using. For the second - we're still working on the same.
-
You cannot directly do it - but can surely customize the source code to attain this. We've an example at http://www.fusioncharts.com/maps/Demos/FlashExample/Index.html
-
Hi, You may find more information at http://www.fusioncharts.com/gadgets/docs/ > Annotations.
-
Hi, The x values are not pixel values - instead they're numeric x values based on a numeric x scale.
-
Error in rendering correct values for some US States
Pallav replied to midknight's topic in Bug Reports
Hi, Can you please send us your email address at [email protected]? We'll send you an update right away. -
Amir, To get UNC file for chart, we would recommend setting up a local proxy page that would get the file and relay to the chart.
-
Error on Links in pop-up windows in IE6 and IE7 when using FusionMaps
Pallav replied to midknight's topic in Bug Reports
Hi, I tried the same XML and it seems to work in IE 6 and 7. Just make sure that you're not running the map from local filesystem, but from a server (localhost, remote etc.). -
A variation of the FusionCharts and Javascript Example
Pallav replied to coolegg's topic in Javascript Problems
You can do this using JS itself. Whenever the JS changes, re-load another chart SWF by creating a new instance of FusionCharts. -
I can't visualize database number in toolTip.
Pallav replied to Epig160545's topic in FusionCharts and JSP
You need to make sure that your toolText attribute contents form a proper XML attribute format. -
Hi Amir, As of now, we've not yet integrated FusionCharts with SQL Server reporting services.
-
Hi, I'm afraid you cannot change the appearance of bullets, as they are simple block characters.
-
Hi, I'm not sure if I've understood your requirements. Can you please upload a prototype screenshot indicating where you need the text?
-
Hi, By corrupted, do you mean that the chart is not refreshing with new data?
-
Hi Brian, We had to take this decision to disallow absolute URLs in FusionCharts, owing to an XSS attack vunlerability. In this, a malicious user could host a phishing website and then call FusionCharts SWFs from a valid website (over HTTP). Thereafter, as the dataURL of the same, he could pass some script or absolute URLs to other "evil" scripts which could get him access to cookies of the valid domain. A way to overcome absolute URL problem would be to host a relative proxy file like Relayer.aspx, which in turn could fetch the data from remote page and pass it to the chart.
-
Hi, Even if you insert a non-caching string as XML header, that doesn't force the browser at client side to reload new XML. As such, you need to "fool" the browser.
-
Hi, You'll have to chalk out similar code using RMagik, as you basically need a server side image generation script, which takes in pixel values and renders a JPEG out of that.
-
Hi, When you specify %, the resizing control moves out from the chart to the browser and the browser just scales the chart up/down. When you specify the width/height in pixels, the resizing control stays in the chart.
-
Hi Tara, While we do not have an exact ETA for our next release, there's a tweak you can use to load existing charts/maps in Flex. It has been explained at http://flexexamples.blogspot.com/2007/12/load-swf-from-outside-and-call-its.html
-
Shadow Style not being applied to 3DPie DataPlot
Pallav replied to FreakNGoat's topic in General usage
Hi, It's not possible to apply shadow to a 3D pie chart. -
James, Can you make sure you're not specifying the chart width/height in % and using FusionCharts javascript class to embed the chart?
-
Multi Series Column 3D - Boxes are missing, in the case of zero values
Pallav replied to adhithy's topic in General usage
Hi, In FusionCharts Free, 0 valued columns are not shown. However, in v3, you've 2 options - to show or hide. -
The bar-graphs color currently fade to white through the bar.
Pallav replied to Pallav's topic in General usage
Just set -
Just set
-
Gantt chart not displaying correctly (white space at end)
Pallav replied to Pallav's topic in Bug Reports
Yes - provide the date for the columns, but just provide empty string for their column names. So, they'll look like actual months, but without names - which could be a visual hint that you intend to skip them. -
Error in rendering correct values for some US States
Pallav replied to midknight's topic in Bug Reports
Hi, Can you please send us the XML code you're using?