
Haritha
Members-
Content count
489 -
Joined
-
Last visited
Everything posted by Haritha
-
Uncaught Typeerror: Object #<Object> Has No Method 'split'
Haritha replied to bohms27's topic in Javascript Problems
Hi, We were unable to replicate the problem at our end. Can you please upgrade to the latest version of FusionCharts v3.3.1 SR2 and check again? -
Hi John, Apologies for delay. It is not possible to wrap labels of connectors for a Drag Node chart directly. But as a workaround, you may use {br} inside your value for label so that you can wrap the contents of the label. Eg. <connector ..... label='link12 - a connector {br} with a long label {br} that is wrapped manually' /> You may change the font style of the connector label by using "font" type of style. Eg. The following code changes the font face and size of all the connector labels in the chart. <styles> <definition> <style name='MyFirstFontStyle' type='font' font='Arial' size='12' /> </definition> <application> <apply toObject='CONNECTORLABELS' styles='MyFirstFontStyle' /> </application> </styles> For more information on Font Style, you may please refer : http://docs.fusioncharts.com/powercharts/Contents/Styles/Font.html Hope this helps.
-
Worldwithcountries Render Mode Javascript Bug
Haritha replied to James@PlanetRetail's topic in Bug Reports
Hi, Yes, we have 205 entities and you need to use only the entities present in the list and cannot add more to it. The Id C224 is specified as the entity in the data tag but has not been declared as new Id in the entity definition. There are many others like C127,C238,C232,C97 etc. which have not been declared. You need to remove all such entities which are not present in the entity definition. Please make the necessary changes and let us know if it works. -
Pie Chart Is Not Rendering Properly On Mobile Browser
Haritha replied to cshah786's topic in FusionCharts and JSP
Hi, We have tried to create a sample using the code snippets that you have sent and it seems that we could not replicate your problem in Samsung Galaxy S2, iPhone 4s and 5 by using our latest version of FusionCharts v3.3.1 SR2. Could you please let us know the version of FusionCharts that you are using? Also, could you upgrade to the latest version and check if it works fine? You may download the evaluation copy of the latest version from http://www.fusioncharts.com/download/trials/ Awaiting your response. -
Hi Sanjay, Welcome to FusionCharts Forum You can create a new Forum post under the desired subtopic by clicking on "Start New Topic" button. For Eg. If you want to start a new topic under General usage http://forum.fusioncharts.com/forum/23-general-usage/ , you may do so by clicking on Start New Topic button present on the right hand side of the page. The attribute "displayValue" allows you to specify custom values instead of the numeric data values for each data item and the attribute "toolText" is used to display a tool tip when the mouse is hovered over the data item. Eg. <set value='55.75' displayValue='12450' toolText='Jan-12450' > Hope this helps.
-
Hi, It is possible to show multiple charts in a single page by having the JS files placed in a single folder. Also, the FusionCharts.js file contains the same content in all the packages like FusionCharts XT, PowerCharts XT and FusionMaps XT. Please find the sample demo which uses all these chart types in a single page. Hope this helps. Multiple charts in one page.zip
-
Hi, Can you please remove all the CSS being used and test it again? Ref: <html> <head> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script> <title>Graph It</title> </head> <body> <div id="chartContainer"></div> <script type="text/javascript"> FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts( "MSCombi3D.swf", "myChartId", "500", "600", "0", "1" ); myChart.setXMLData('<?xml version="1.0" encoding="UTF-8" standalone="no"?><chart adjustDiv="1" animation="1" autoAlignTickValues="1" bgAlpha="0" bgColor="FFFFFF" canvasBgAlpha="0" caption="Bryan Sheehan - Energy Balance over 1 day(s) (Wed, Jun 19, 2013 to Wed, Jun 19, 2013)" endAngX="15" endAngY="-15" exeTime="1.5" formatNumberScale="0" manageValueOverlapping="1" numDivLines="4" numVisiblePlot="4" placeValuesInside="1" rotateValues="0" showBorder="0" showLabels="0" showValues="0" showYAxisValues="1" startAngX="0" startAngY="0" subCaption="Click and drag chart to rotate" tickvaluedistance="2" xAxisName="Date" yAxisMinValue="0" yAxisName="Energy Intake/Expenditure (kCal)" zGapPlot="50"><categories><category name="2013-06-19"/> </categories><dataset color="AFD8F8" seriesname="Energy Expenditure"><set name="2013-06-19" value="3410"/> </dataset><dataset color="99CC00" seriesname="Energy Intake"><set name="2013-06-19" value="126"/> </dataset><dataset color="F6BD0F" seriesname="Energy Surplus/Deficit"><set name="2013-06-19" value="-3.3E+3"/> </dataset></chart>'); myChart.render("chartContainer"); </script> </body> </html> Can you please try the above code and let us know if it works?
-
Please refer http://forum.fusioncharts.com/topic/13885-invalid-xml-data-for-linked-chart/
-
Hi, You can update the second level chart XML using the "configureLink()" function. For more information, please refer : http://docs.fusioncharts.com/charts/contents/DrillDown/LinkedCharts.html Hope this helps.
-
Hi, We have checked your code and following are our findings: 1. The method "renderChartHTML()" is deprecated. Please use "renderChart()" instead. 2. You need not pass anything to the second parameter since you are passing Data through String. Hence, you need to make your parameters look like this: echo renderChart ("/Charts/Column2D.swf","",$strXML,"chart1", 500, 400, false,false); Could you make the above the above changes and let us know if it works?
-
Hi Jaideep, We tried to create a sample using a text file to provide data to a Real-time chart. It seems that the chart receives the data from the file but it cannot get updated data like in the case of scripting languages. Please find the attached sample of the same. You may use it if it satisfies your requirement. Real-time charts.zip
-
Hi Jaideep, If you want to feed data to the chart at server side, then you need to use any of the scripting languages like Classic ASP, ASP.NET (C# or VB), ColdFusion, PHP, JSP, J2EE, RoR etc. to provide the incremental data. The page created using such language act as real-time data provider page which provides data in the required format. The path of such a page is provided in the attribute "dataStreamURL" of the XML/JSON data. You cannot use a simple text file as a data provider page since such file can not be executed to generate the updated data. Data can be provided to the chart at client-side using JavaScript too, instead of real-time data provider page. The format of data feed, however, should be the same as that outputted by the real-time data provider page. For more information, please refer the documentation link : http://docs.fusioncharts.com/widgets/Contents/DataStreaming/Overview.html Hope this helps.
-
Hi Suvarna, If you want to display charts name in first line and message should be in second line like you have mentioned in the example, you may need to use "\n" inside the configure() function. Eg. myChart.configure( "ChartNoDataText", " Chart Name \n No data to display for your condition"); The "\n" is used to move the cursor to the next line before it starts writing again. Empty spaces are given before the chart name for the alignment to work correctly in chrome also. These empty spaces, however, are ignored by IE and Firefox. Hence, the alignment now works for all the browsers. Hope this helps.
-
Hi, We have tested the chart with the JSON data you have sent using the latest version and it seems to be working fine. We have recently released the latest version of FusionCharts v3.3.1 SR2. Can you upgrade to the latest version and check if the issue replicates? You may download the evaluation copy of the latest version from http://www.fusioncharts.com/download/trials/ Awaiting your response.
-
Zoom Chart Documentation For Start/end Index With Xml?
Haritha replied to delaware's topic in General usage
Hi, You may take your own time in trying it. Please feel free to contact us if you need any help. Happy FusionCharting -
Zoom Chart Documentation For Start/end Index With Xml?
Haritha replied to delaware's topic in General usage
Hi, Welcome to FusionCharts Forum The link you have specified about is a sample of Zoom line chart. Though the XML is dynamically generated in the sample, you may use your own XML and modify its contents according to the requirements. Documentation is available for the Zoom line chart at http://docs.fusioncharts.com/charts/contents/ChartSS/ZoomLine.html Also, if you would like the users to input a start and end date instead of the start index and end index fields, you may need to calculate the start index and end index based on these dates and zoom the chart accordingly. Hope this helps. -
Hi, Welcome to FusionCharts Forum Can you please let us know the FusionCharts version that you are using so that we can test it here? Awaiting your response.
-
Show Legend On Single Series Column2D Chart & Few Characters On X-Axis
Haritha replied to Sagar Joshi's topic in General usage
Hi Sagar, Please find the answers to your queries below: 1. Show legend for single series column 2D chart. >> It is not possible to implement Legend for Single-series charts as of now. 2.Show upto certain character on x-axis of single series 2D chart. >> You may use the attribute "useEllipsesWhenOverflow" to truncate long data labels by adding ellipses. This attribute works when the "labelDisplay" is in auto mode. However, it is not possible to round it off to show only certain number of characters after which ellipses follow. Hope this helps. -
Hi, Glad to know that the solution provided by Swarnam helped. Can you please elaborate more on your requirement on "TestData class"? Awaiting your response.
-
Error Tooltip Display When Use Stackedcolumn2D Chart With Js
Haritha replied to wendits's topic in Bug Reports
Hi, Welcome to FusionCharts Forum Since all the values supplied to the dataset of the StackedColumn2D chart are all 0, the tooltip shows NaN. You need to supply a non-zero value to atleast one dataset of a stacked column to render the chart correctly. Also, you may use the attribute "toolText" in the set element to display custom tool tips. Hope this helps. -
Hi, The attribute "setAdaptiveYMin" when set to '1' lets the y-axis lower limit adapt itself to a different figure based on values provided to the chart. In the XML "Adaptation works.xml", the values in the set element are provided in such a way that the minimum value on Y-axis can be adapted to any other value other than 0. While in the XML "Adaptation does not work.xml", the values in the set element ( mostly '1') are provided in such a way that the minimum value cannot be adapted to any value other than 0. Also, the number of divisional lines on on x-axis also help in determining the minimum value on y-axis. Hope this helps.
-
Hi Sunny, Apologies for delay. It is not possible to name all the six quadrants directly. But as a workaround, you may use anchors at the required position and show the value of the anchor by not showing the anchor itself. You may achieve the same using the attributes "anchorAlpha" of the dataset element and "displayValue" of the set element. Please find attached, the modified XML along with its screenshot. Hope this helps. Data.xml
-
Hi Santhosh, Please find the answers to your queries below: 1. In highcharts it’s very easy to specify chart types (e.g.,) For column charts, I will give only chart type as column but in Fusion there is lot of categories in column chart itself (Like Column2D, MSColumn2D, StackedColumn2D, ….etc)? Ans: FusionCharts provides you with plenty of chart types to cater to various business requirements to render a chart. For Eg. A Column chart is used when you want to compare the values of individual data points with another. When the comparison has to be made between multiple sets of data, Multi-Series Column chart can be used. Also, if you want your chart to have 3D view, then the Column 3D chart can be used. Ans, the stacked charts can be used when data sets have to be broken down into their constituents, and then the data sets as a whole also need to be compared against one another. Hence, FusionCharts gives you comprehensive range of chart types with smart reporting capabilities, animations and interactivity that are bound to make your apps look stunning and power-packed. 2.a. Is it possible to Zoom the chart other than the zoomline chart? I would like to zoom the column chart. In highcharts it’s possible. Ans: No it is not possible to zoom any other chart except the Zoomline chart. But, FusionCharts provides you Scroll Column 2D chart which allows to scroll through the x-axis to see the data plots which are not visible initially. This allows you to plot lots of data on the chart within less space. Also, FusionCharts provides you Drag Column chart that allows you to visually manipulate the data on the chart and then submit it back. This chart can be intensively used for simulations, financial planning etc b. Also, there is 3 types of zoom is available (x, y and xy) whereas in Fusion only column (y) zoom is available I think. Ans: Zoom line chart allows you to zoom the chart on x and y-axis. It also provides you pin mode for comparing a set of data points with the rest of the points. 3. I have seen that, in zoom line chart I can give the data with a separater “|” like below “12|13|14|14|15|16|17|”. Can I do the same for other types of chart as well. Currently am generating the data in Fusion in the following way { “value” : “12”, “value” : “13”, ………}. But in HighCharts i can construct the data as [12, 13, 14, 15, ....]. This will reduce the data construction time as well as the data transfer from the server to client (If we construct the data in server) Ans: The data format for each chart type is different. The data format in compact form using "|" is accepted only by Zoom line chart . Also, you cannot pass data data as an array as [12, 13, 14,15, ....] to any chart. For information on data formats, you may please refer : http://docs.fusioncharts.com/charts/contents/DataFormats/JSON/Overview.html 4. Legend: After clicking on the legend icon, chart is not getting regenated as like what high charts are doing. Ans: This feature is not supported by FusionCharts. Hope this helps.
-
Capturing Processes Not Started Before I Move The Scrollbar Down
Haritha replied to guoguo929's topic in FusionCharts and JSP
Hi, Please refer the forum post : http://forum.fusioncharts.com/topic/9973-need-to-export-charts-outside-viewing-area-in-ie/?hl=export+chart Hope this helps