-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Hi Massimiliano, We've this feature in our wish list, but it'll be implemented in next major version - not the next minor. So, at least it's 8-10 months away.
-
It does seem to work - I just tried your XML and clicked on the marker. It takes to the defined URL.
-
High CPU Usage, Browser Crash with wmode and Multiple Graphs
Pallav replied to GregorTP's topic in Bug Reports
Gregor, I tried your code and it seems to work fine in Firefox (again). I attach a screenshot indicating memory and CPU usage. Are you not getting something similar? -
Why do I have to click on the chart to active and use this control?
Pallav replied to JustinDong's topic in General usage
Justin, We use JavaScript to embed the charts as explained at http://www.fusioncharts.com/docs/Contents/JSEmbed.html -
Hi, This has been intentionally disabled in FusionCharts to avoid XSS attacks (cross scripting). If remote dataURLs are allowed, an attacker could use this feature to run arbitrary JS for your domain.
-
You can set [chart animation=0] in XML
-
Hi, The evaluation version doesn't have any such restriction. Can you switch the debug mode to on to make sure that your updates are propagated to XML?
-
It's a free upgrade from www.fusioncharts.com/PUC
-
Make sure of these: - You're using FusionCharts JavaScript class to embed the charts. - You're providing the chart size in exact pixels (and not %) - You're NOT appending px at the end of chart size.
-
How to capture the x,y axis values on click event of fusion Maps
Pallav replied to Pallav's topic in General usage
I'm afraid we do not expose that as of now. -
How to set show the tooltip with distance as X-axis and Y-axis in Onmouse hover?
Pallav replied to Pallav's topic in Using FusionMaps XT
I'm not sure if I've understood your query. Pls elaborate. -
Just set [chart plotGradientColor='' ]
-
How to set bidirectional way between places in fusion maps?
Pallav replied to Rakesh's topic in Using FusionMaps XT
I'm afraid this is not currently feasible in FusionMaps. -
Invalid XML data after enviourment swap, xml tested and O.K
Pallav replied to Sir P's topic in XML Issue
Hi, We've attributes like SYAxisName or SYAxisMinValue - there's no attribute like SYAxis. -
How to insert line breaks on displayValue attribute of line (trendline)
Pallav replied to a topic in General usage
TO use % in dataXML method, encode it as %25 -
I'm afraid it's not directly possible - you'll have to edit the source code.
-
Hi, Can you try with the attached MSLine.swf? MSLine.zip
-
Jonathan, Can you make sure you're using v1.1 of the PHP image saving script - just look at the first comment in the file to see the version?
-
Hi, Can you post the HTML code (as attachment) that you're using to embed the map?
-
Hi, In the Pie chart, you could do this: "using the context menu of the chart to switch from 2D to 3D" As for the bar/area/line chart, we're working on a new true 3d set of charts which will allow much more interactivity and series level options. ETA is around 2-3 months.
-
Charts not working when routed via ISA Server
Pallav replied to neon's topic in FusionCharts and ASP
Hi, Can you try the methods at http://www.fusioncharts.com/docs/Contents/SSL.html? -
Michael, As of now, it's not possible in FusionCharts v3. However, the data-streaming charts in FusionGadgets v3 allow you to set fixed canvas size - you could use them.
-
Hi, We've fixed the problem and would be updating the same in next minor release.
-
Send mysql data to XML file to use on chart
Pallav replied to bar007's topic in FusionCharts and PHP
I'm not sure if I've understood your query. Can you please elaborate? -
To implement saving in various formats, you'll need to change the server side script to just output in the necessary format. To change the text of context menu item, you'll need to modify the source code.