-
Content count
2,213 -
Joined
-
Last visited
-
Days Won
14
Everything posted by Sanjukta
-
Hi, Please note that since you have provided a small height to the chart, the chart is skipping the Y-axis values to prevent overlapping. In case you increase the height slightly by another 50px, the chart is rendered as expected. Ref.- http://jsfiddle.net/5BJnH/62/ This is controlled by the chart's intelligence based on some internal calculation with respect to chart dimensions, hence, this cannot be controlled explicitly. Hope this helps.
-
Hi, We are able to view the chart with legend, using your XML. Please check with the attached screenshot for your reference. Also, we would like to confirm if you are using the latest version, i.e, FusionCharts v3.4 for rendering the chart. The process to implement it with ASP.Net remains same, just by explicitly rendering the chart in JavaScript mode and removing the .swf extension as FusionCharts v3.4 does not support Flash any further. Ex: FusionCharts.SetRenderer("javascript"); ... Literal1.Text = FusionCharts.RenderChart("MSColumn2D", "Data/Data.xml", "", "chart1", "600", "300", false, true); Hope this helps.
-
Hi, Please note that the zero plane is visible on the chart image but slightly overlapping with the "20,000,000" divisional line. Could you please set a proper divisional lines using "numDivLines" attribute so that you are able to see all the values as expected? Hope this helps.
-
Hi, Please note that you can update both Flash and JS charts with new data. It seems you are using some previous version, hence, please refer to the following link for more details. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/JS_ChangeData.html#update However, we would recommend you to upgrade your current version to the latest to avail various new features and enhancements. Hope this helps.
-
Javascript ZoomLine Chart- Getting error Error: Invalid negative value for <rect> attribute height="-52"
Sanjukta replied to chabukswar's topic in FusionCharts and JSP
Glad that your issue is resolved. Happy FusionCharting! -
Javascript ZoomLine Chart- Data Points tooltip are getting overlapp
Sanjukta replied to chabukswar's topic in FusionCharts and JSP
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. -
Extremely Slow Rendering In Ie8 - Unusable
Sanjukta replied to tmorsey's topic in Javascript Problems
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 and share your feedback with us? FusionCharts Suite XT v3.4 boasts of a tremendous improvement in performance of the common charts in the suite, allowing you to build better performing dashboards for your desktops and mobile devices. Hope this helps. -
Happy FusionCharting!
-
how to Export .aspx page containing fusion chart to pdf
Sanjukta replied to onkar's topic in FusionCharts and ASP.NET
Hi, Could you please let us know the FusionCharts version you are currently using? Please note that the latest version, i.e, FusionCharts v3.4 supports pure JavaScript version and hence, server-side export is only possible. But currently, the charts can only be exported using the hosted FusionCharts Suite XT Export handler service. We intend to ship a self-hosted Export Handler module next quarter. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Hope this helps. -
Hi, Natively this is not possible with FusionCharts as of now. However, on dataplot clicking you can call a JavaScript function as link and update the existing chart with new data with the desired changes that you wish to see on the chart. This is an alternative solution to your requirement. Hope this helps.
-
Hi, Yes I understood the issue. In this case, if the legend text is large and wraps itself to fit in to the legend box, we cannot explicitly manage that as of now.
-
How to Wrap the label text in MultIlevelPie chart
Sanjukta replied to Manjuanth's topic in General usage
Glad that your issue is resolved. Happy FusionCharting! -
Hi, Please note that all types of true type fonts are supported by FusionCharts where system fonts have higher priority. We are not confirmed about "Roboto" specifically. It seems that it is working as expected in the latest version using the attributes "baseFont='Roboto' " and "basefontSize='25' ". Hope this helps.
-
Issue with negative coordinates at bubble chart
Sanjukta replied to Eugene H.'s topic in Bug Reports
Hi Eugen, Glad your issue is resolved. Happy FusionCharting! -
Javascript ZoomLine Chart- Getting error Error: Invalid negative value for <rect> attribute height="-52"
Sanjukta replied to chabukswar's topic in FusionCharts and JSP
Hi, Could you please upgrade your current version to the latest, i.e, FusionCharts v3.4 that includes a lot of new features and enhancements? Ref.- http://www.fusioncharts.com/download/ You can see the upcoming new docs at http://docs.fusioncharts.com and new additions at http://docs.fusioncharts.com/tutorial-setup-whats-new.html. Hope this helps. -
Hi, Please try setting the attribute "legendNumColumns" to "1" in the data. If your chart contains multiple series, the legend is displayed as a grid comprising of multiple legend keys. With the help of this attribute you can specify the number of columns that are to be displayed in the legend. Hope this helps.
-
Character encoding problem in exporting pure javascript charts in ASP.NET
Sanjukta replied to FerTheLast's topic in FusionCharts and ASP.NET
Hi, Please refer to the following link for further details on export. Ref.- http://docs.fusioncharts.com/tutorial-getting-started-adding-interactivity-exporting-to-images-or-pdf.html Also, please remove the "exportHandler" attribute to export the charts via FusionCharts public server. Hope this helps. -
Hi, Please note that we do not have the exact sample to replicate your issue. It will be of great help if you can provide us with a scaled-down sample at [email protected] so that we might test it. Awaiting your response.
- 4 replies
-
- fusionmaps
- maps
-
(and 2 more)
Tagged with:
-
Hi, Could you please provide us with the scaled-down sample for FusionMaps issue? You may mail it to us at [email protected]. Regarding the chart not displaying any data, could you please let us know if you are trying to render the chart in Google Chrome ith "XMLUrl" method? Awaiting your response.
- 4 replies
-
- fusionmaps
- maps
-
(and 2 more)
Tagged with:
-
Hi, Welcome to FusionCharts Forum! Currently we do not have any documentation for FusionCharts with ASP.Net MVC application. However, you can refer to the following Forum post where one of our user had shared a sample on the same. Ref.- http://forum.fusioncharts.com/topic/12828-mvc-chart-extensions/?pid=50818#entry50818 You may download the sample attached in the mentioned Forum post link for ASP.Net MVC implementation as we do not have any native ones at our end. Hope this helps.
-
Character encoding problem in exporting pure javascript charts in ASP.NET
Sanjukta replied to FerTheLast's topic in FusionCharts and ASP.NET
Hi Fernando, Could you please provide us with the relevant XML/JSON data so that we might test it? Also, could you please remove the "exportHandler" attribute and export the chart via our public server and see if this helps? Awaiting your response. -
Problems exporting basic pure JavaScript charts using Asp.Net handler
Sanjukta replied to Bhushan's topic in Javascript Problems
Hi, Could you please provide us with the relevant XML/JSON data so that we might test it? Also, could you please remove the "exportHandler" attribute and export the chart via our public server and see if this helps? Awaiting your response. -
Hi, Please note that in order to display a blank canvas without nay data, you would need to provide a complete XML/JSOn data format without any data. Ex: <chart > <set /> </chart> Please check with the screenshot for your reference. Hope this helps.
-
Hi, Please note that since the latest version, i.e, FusionCharts v3.4, full-featured annotations engine is supported to let you add custom shapes and information to the chart, and bind to data points. On top of this, you can even write custom JavaScript to control these annotations. You may see them with the following JSFiddles link: http://jsfiddle.net/fusioncharts/Yq4EK/ http://jsfiddle.net/fusioncharts/S84S8/ Hope this helps.
-
Hey. Hope your issue is resolved. Happy FusionCharting!