ramadevimandala
Members-
Content count
29 -
Joined
-
Last visited
About ramadevimandala
-
Rank
Forum Member
-
Hi, I am developing the dashboards application with fusion charts, I am getting data by executing sql query and using the xsl generating the xml to display the graph. here I want to generate the top/bottom n results of y axis values on the fly. provide me the details if any body developed this kind? Thanks, Rama
-
can we get the tooltip instead of label for GRID graph type
ramadevimandala posted a topic in FusionCharts and JSP
Hi, I want to see the tooltext instead of label in SSGrid graph type as I have like label="San Fran..." toolText="San Francisco" in my xml. is it possible? an solution? Thanks, Rama -
Notable to do the drill down for area graph
ramadevimandala replied to ramadevimandala's topic in FusionCharts and JSP
Hi, I am using the same syntax only , the drill down is working fine but my question is where to click on the graph is not visible in case of area graph type ,see the attached image. Thanks, Rama 1.bmp -
Notable to do the drill down for area graph
ramadevimandala replied to ramadevimandala's topic in FusionCharts and JSP
I have attached the file Area2D_2248_763.xml -
Notable to do the drill down for area graph
ramadevimandala replied to ramadevimandala's topic in FusionCharts and JSP
xml: The drill down is coming but where to click on the graph is not visible, like dot or anything we can put for drill down click -
Hi, I have the single value on area chart and no link is coming for that to go on drill down, if I change the graph type to any other then I am able click for drill down. But I want to show the drill down for Area graph also.. here is my xml: any suggestion? Thanks Rama
-
How to sort the third dimension in multiseries graph
ramadevimandala replied to ramadevimandala's topic in FusionCharts and JSP
Thank you -
How to sort the third dimension in multiseries graph
ramadevimandala posted a topic in FusionCharts and JSP
Hi, I am developing the multi series graph for which multiseries dimesion is the year ,on the graph the year is displaying with out any sorted order, do you have any option to sort this. I have attached the xml file. It is little urgent,please help asap. Thanks Rama StackedColumn3D_1866_564.xml -
Data Grid Graph type for multi series graph
ramadevimandala replied to ramadevimandala's topic in FusionCharts and JSP
Hi, PFA.. Thanks Rama StackedColumn3D_1373_564.xml -
Hi, I am using Fusioncharts 3.1, and i want display the underlying data for the graph ,so I used GridData graph type, but it is not coming for multi series graph.. experts.. please any help? it is very urgent.. Thanks Rama
-
Yup I have already included that file.
-
anybody from FusionCharts team pls help, it is bit urgent
-
FusionChartsHelper.class is not compatable with JDK 1.4
ramadevimandala replied to ramadevimandala's topic in Installation and Upgrades
Thank you its, working fine now. -
Hi , I am getting the script error while using the FusionCharts in update chart method, please provide the required info, it is very urgent. I have FusionCharts V3.1 licence Message: 'FusionCharts' is undefined Line: 101 Char: 12 Code: 0 my source code is: function updateChart(divId,chartId1,swf,fpath){ //Get reference to chart object using Dom ID var chartObj = new FusionCharts(swf, chartId1, "450", "300", "0", "1"); chartObj.setDataURL(fpath); chartObj.addVariable('showShadow', '1'); chartObj.render(divId); } getting the error at line new FusionCharts(swf, chartId1, "450", "300", "0", "1"); Thanks, rama
-
FusionChartsHelper.class is not compatable with JDK 1.4
ramadevimandala posted a topic in Installation and Upgrades
Hi, I am using the FusionChartsHelper in jsp as: strDataURL = FusionChartsHelper.encodeDataURL(par); We are getting an error when trying to use the FusionChartsHelper class file from FusionCharts v3.1 (Release: 24th February 2009) licensed version. I have the Jdeveloper with jdk1.4 , so when I tried to import the FusionChartsHelper .class file and build my project its giving below error message: Error: cannot access class com.fusioncharts.FusionChartsHelper; class file has wrong version 50.0, should be 45.3 or 46.0 or 47.0 or 48.0 So please provide the FusionChartsHelper.class file which can be used with java1.4 Thanks, Rama