-
Content count
2,385 -
Joined
-
Last visited
-
Days Won
11
Everything posted by Pallav
-
Just one more change required- you need to enable the registerWithJS flag. See bold code below: var Chart_YTDChart = new FusionCharts("Column3D.swf","YTDChart","900","300","1","1");
-
Is it possible to animate the links with the drag and drop node charts
Pallav replied to Pallav's topic in Using PowerCharts XT
Something like http://www.fusioncharts.com/FusionCharts/Gallery/DragNode1.html? -
Change between diffrent XML Files with Button
Pallav replied to simsonic's topic in Javascript Problems
I'm afraid you cannot do this in Instrumentation v2 - we'll be introducing this in Instrumentation v3. -
Hi, We've added the Middle East maps as part of PowerMaps v3.0.3.
-
Hi, We've fixed this issue in PowerMaps v3.0.3.
-
Hi, We've fixed this and released it as part of PowerMaps v3.0.3
-
Hi, We've added the Middle East maps as part of PowerMaps v3.0.3.
-
You're using the same chartId, chart variable Id, Div ID for all the charts in the page. See below (bold): var chart_FactorySum = new FusionCharts("FusionCharts/line.swf", "FactorySum", "800", "600", "0", "0"); Each chart in the page needs to have a different one.
-
We're proud to release PowerMaps v3.0.3 with the following changes: New: Added following new flash maps, taking the total count to 181 maps. World (8 Regions), Middle East, Central America USA Regional Maps: USA (All regions), Central Region, South East Region, North East Region, South West Region, North West Region Europe Regional Maps: All regions, North European Region, South European Region, East European Region, West European Region, Central European Region UK: Wales, England (Regions), North Ireland, Scotland (Regions) Europe: Norway (Regions) Asia: China, North Korea, South Korea, Bangladesh Africa: Mozambique Middle East: Afghanistan, Bahrain, Iraq Dominica, Bahamas New: Added option for Markers. Markers allows you to pin-point custom locations on the map using your own icons. New: Visual GUI to help you configure map properties and define markers. Try the GUI live at http://www.fusioncharts.com/FusionCharts/Demos/MapGUI/Index.html Improvement: Better printing support using the Context Menu "Print Map" option. Bug Fix: Minor bug fixes in the following maps: Canada, USA, Turkey, Alaska, Colorado, Arizona, Florida, Georgia, Idaho, Illinois, Nevada, England, Poland, Scotland, Spain (Provinces), Georgia (Asia), Indonesia, Taiwan, Chile, Colombia, Ontario Licensed users can download the free upgrade from www.fusioncharts.com/PUC > My Orders > Re-download.
-
Can you please paste your code here and upload as attachment?
-
The context menu of the chart works uniformly across the browsers. Actually, from within FusionCharts, we cannot really control the print functions of the browser.
-
No - I'm afraid this is not possible. Yes - you can use STYLES to apply bold to DATAVALUES.
-
With the new Developer License, you can: Use the charts in web sites Use the charts in presentations Use the charts in other Flash movies What you cannot do is: Change the source code and re-compile. For this, you'll need an Enterprise License.
-
In your function UpdateMTDChart, you've not first referenced the chart back from its ID. You need to use the getChartFromId(DOMId) function to get a reference back to chart. Only then, you can call it's methods.
-
FusionCharts is rendered on the client side using Adobe Flash Player. Essentially, FusionCharts is a set of .swf files, which when requested by the users, downloads on his/her machine, reads the XML data and then plots the chart. Owing to limitation of Macromedia Flash Player itself, which doesn
-
You might be using dataXML method. For such number of data records, you need to necessarily use dataURL method.
-
The second chart is possible using the scatter chart of FusionCharts v3. The scatter chart allows you to plot selected datasets as XY plots and selected as line.
-
Please use FusionCharts JS class and use the renderChart function instead of renderChartHTML
-
Please make sure that you've Flash Player 8 (or above) installed for your IE7.
-
I'm unable to open the given URL. We did receive your email and replied that we're unable to open the URL.
-
We can place the connectors over nodes - but then it will visually look distorted, as the connectors start from the center of each node.
-
>> - Are you planning to add the scrolling capability to the Multi Y-axis chart? That would be really useful for what we need. As of now, we do not have any such plans. However, I'll add this to our wish list. >> 2 - Is there an event that I could trap when the mouse hovers over an anchor of the curve for a dataset? I'm afraid no.
-
I'm afraid it's not currently possible with FusionCharts.
-
Please make sure that you've Flash Player 8 (or above) installed for your IE7.
-
No - I'm afraid you cannot have links in tool tips and you can set them on without user interaction.