-
Content count
1,253 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Rahul Kumar
-
Hi, It is not supported if you are working with array data or database. However I have modified the Class file as per your need. Please see the attachment. Usages: //Store Name of Products $arrCatNames[0] = "Product A"; $arrCatNames[1] = "Product B"; $arrCatNames[2] = "Product C"; $arrCatNames[3] = "Product D"; $arrCatNames[4] = "Product E"; $arrCatNames[5] = "Product F"; //Store sales data for current year $arrData[0][0] = "Current Year"; $arrData[0][1] = ""; // Dataset Parameters $arrData[0][2] = "567500;tooltext=this is a tooltext_1"; $arrData[0][3] = ""; // With null data $arrData[0][4] = 556800; $arrData[0][5] = 734500; $arrData[0][6] = 676800; $arrData[0][7] = 648500; //Store sales data for previous year $arrData[1][0] = "Previous Year"; $arrData[1][1] = ""; // Dataset Parameter $arrData[1][2] = 547300; $arrData[1][3] = ";tooltext=this is a tooltext_2"; // Some <set> element parameter with null data values. $arrData[1][4] = 754000; $arrData[1][5] = 456300; $arrData[1][6] = 754500; $arrData[1][7] = 437600; FusionCharts_Gen.zip
-
Hi, Please accept our apologies for the delay. Chart exporting feature requires Flash Player 10. Also if you are running your application locally then you would need to set your flash player global security setting from adobe website for this you can refer to http://www.fusioncharts.com/forum/FindPost8077.aspx.
-
Hi, Could you please post the generated XML?
-
SetDataUrl does not update data in IE7
Rahul Kumar replied to mithun's topic in Using FusionWidgets XT
Hi, Could you please post your code snippet that will show us how you are using dataURL method? -
Hi, Could you please see the attached example? Hope this will solve your purpose. AutoUpdate.zip
-
Hi, Could you please send us the chart version and width, height of the chart. 1. and 3. We are not able to replicate the issue in our lab. (need some more detail, please see above). 2. Our True 3D chart do not support labelDisplay='ROTATE' slantLabels='1' attributes as of now. PS: You can see the chart version from its debug window. Please refer to this : http://www.fusioncharts.com/docs/Contents/Debug/window.html to render the chart in debug mode.
-
Hi, 1. You can know the version information from the chart's debug window. (Please refer to http://www.fusioncharts.com/docs/Contents/Debug/window.html ) 2. You can freely update your package from our Product Update Center at http://www.fusioncharts.com/puc.
-
Multi-line tool tip 'tooltext'
Rahul Kumar replied to Rahul Kumar's topic in FusionCharts and ASP.NET
Hi, Could you please try using this: xmlData = xmlData & "Cows in lactation: " & row("Num_In_Lactation").ToString() & " Cows lame in lactation: " & row("Lame_Number").ToString() -
Hi, Could you please send us the complete HTML code? (Please save the complete HTML code into a file and attach this file with your post.)
-
FusionChart in Sharepoint and Width issue
Rahul Kumar replied to Mark_Exact's topic in FusionCharts and ASP.NET
Hi, You would need to set fixed width and height to the DIV which contains the chart. -
Hi, Could you please change your chart type first then use setDataXML property to set XML data to the chart? Example: FusionCharts1.chartType = f_workpapers.chartType FusionCharts1.setDataXML = f_workpapers.GraphXML -OR- FusionCharts1.setDataXML = f_workpapers.GraphXML FusionCharts1.chartType = f_workpapers.chartType FusionCharts1.RenderChart Please let us know if you have further query.
-
Trouble with drilldown charts in V3
Rahul Kumar replied to LiquidApe's topic in FusionCharts and PHP
Hi, Could you please modify your FusionCharts_Gen.php as the following? 1. Open FusionCharts_Gen.php class file. 2. Goto line number 209, you will find $this->JSC["registerwithjs"]=false; 3. Change it to true. $this->JSC["registerwithjs"]=true; This will register the chart with Javascript every time while rendering. -
How to display data returned from a stored procedure into a asp.net web form?
Rahul Kumar replied to copius's topic in FusionCharts and ASP.NET
Hi, I'm afraid, you would need to code by your self to fetch the data from a stored proc. Also could you please clearify this: "How to render the returned XML in the format required by cold fusion?". Is it cold fusion or FusionCharts? -
Change background color between v-lines in Column charts
Rahul Kumar replied to rhmntk's topic in General usage
Hi, I am afraid, this feature is not supported as of now. -
Hi, Could you please set you movie parameter like (obj).Movie = file:///"absolute path charts directory"Column3d.swf?dataURL="absolute path data directory"data.xml and try again?
-
How to change colors of Bullet Graph
Rahul Kumar replied to FusionCharts Support's topic in Using FusionWidgets XT
Hi, We apologize for that. This is a documentation error and we are in process of correcting these errors. -
How to change colors of Bullet Graph
Rahul Kumar replied to FusionCharts Support's topic in Using FusionWidgets XT
Hi, Could you please use code attribute instead of color under color range? Please see below for an example: <colorRange><color minValue="0" maxValue="1300000" code="800080"/> </colorRange> -
Hi, Could you please run the attached code and see if drill down is working or not? DrillDownTest.zip
-
Hi, I'm afraid, it is not possible in Single Series charts as of now.
-
How to change colors of Bullet Graph
Rahul Kumar replied to FusionCharts Support's topic in Using FusionWidgets XT
Hi, Could you please try using paletteThemeColor and plotFillColor attribute in <chart> element and try again? "paletteThemeColor : If you want your own palette derived from a particular hex color, you an specify the same here. All other colors on the chart would automatically derive from that palette." "plotFillColor: Fill color for the plot bar. " -
Hi batts, It seems that you are only loading the XML and not passing it to the chart object. Please see below: var myXML:XML = new XML();myXML.ignoreWhite = true; myXML.load("worldTest.xml"); myXML.onLoad = function(success:Boolean){ if(success){ myWorldMap1.setXMLData(myXML); myWorldMap1.render(); }else { myWorldMap1.log ("XMLData1","Load Failed",1); }} Where myWorldMap1 is the map object. Please try the above code once.
-
Hi, I'm afraid, link attribute works with <set> element not with <dataset> element.
-
Hi, Could you please just change the following line of your code and try again? var chart = new FusionCharts("../Charts/DragNode.swf", "ChartId", "600", "550", "0", "1");
-
Hi, This will be available in our next major release.
-
Hi, Could you please change your Parameter delimiter to , (comma) first & then try using to break text into a new line? Example: $FC->setParamDelimiter (","); $FC->addChartData($bs_array[$i] - $af_array[$i],"hoverText=Line1 Line2"); Because the default delimiter is ";" and we need to change it to a different character to work with .