-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
I'm afraid you cannot show the bgSWF over the chart.
-
Have you made sure that you've included the FusionCharts.js or FusionMaps.js file depending on whether you're using the chart/map.
-
changing ChartNoDataText when no data is available
Pallav replied to wbdvlpr's topic in General usage
No - in that case, you'll have to manually add a element to XML. -
In that case you'll need to use JavaScript to change charts in the same page.
-
Hi Sundar, Please try the following: 1. Decide a size for your chart. 2. Manually set the axis limits 3. use annotation feature to load images 4. Plot the chart
-
That seems to be the correct file. Can you please again make sure that your old files have been overwritten and the cache been cleared - sorry for reiterating, but that could be the only problem.
-
Yes - just set it in the HTML code that you're using to embed the chart.
-
SaveAsImage raises ALL browsers onbeforeunload event
Pallav replied to BeamGate's topic in Bug Reports
Hi, I apologize for still not being able to understand the whole issue. Can you point me to a live URL where this is not functioning as expected? -
We checked this issue in detail and it happens only when you provide the wrong path to image (i.e., image is non-existent). In that case, we're unable to trap the onLoad event. As such, if you provide the right image path, it'll work fine.
-
John, What was the name of the .zip file that you downloaded? Did you download it from www.fusioncharts.com/PUC?
-
SaveAsImage raises ALL browsers onbeforeunload event
Pallav replied to BeamGate's topic in Bug Reports
Hi, In our code, we've not modified/used any event handlers of the DOM. As such, I'm not sure why the event is getting supressed. I'm afraid you cannot yet specify a frame for sending image data. -
Horizontal Scroll in Real Timeline charts
Pallav replied to Pallav's topic in Using FusionWidgets XT
Possibly in the next major version of FusionWidgets (another 8-10 months) -
Would take maybe a couple of days max if an experienced developer makes the change.
-
Hi, I'm afraid no, as this is controlled by the browser. I think Firefox already has that behavior.
-
Hi Ed, Currently, you cannot save the chart as image at server side. You'll need to render the chart once at client side, before you can invoke the save as image routine.
-
Gantt Widths and Gap between categories and tasks
Pallav replied to vqmacedo's topic in Using FusionWidgets XT
Hi, If you force the width, FusionWidgets wouldn't calculate the best fit in that case. -
Hi, In the getXML(), we primarily return the new data for the chart (new nodes/modified nodes). We do not add any cosmetic attributes as such.
-
Hi, I'm afraid we do not yet support highlighting of individual columns.
-
Hi, You do not necessarily need to export FusionCharts as image to print it. Even if you just print from browser, it'll print.
-
Leon, Can you try putting the data XML file value in quotation in chart.setDataURL("data.xml");
-
Tim, I'm afraid that's currently not feasible.
-
Hi, I'm afraid currently we do not have an option for opening the chart saving dialog in a new window.
-
"chartToPrint.saveAsImage is not a function" using Fusioncharts ver3.0.7
Pallav replied to suede's topic in Javascript Problems
Ferry, I'm afraid currently we do not support any addition of data to the image passed to server. btw, registerWithJs is the last flag in constructor. -
The maps do not support caption - you can put them in your HTML outside the map.
-
Jim, For the secondary axis, you need to define the number scale using s prefix for attributes. Also, the attachments can be downloaded only post-login.