Cosostones
Members-
Content count
10 -
Joined
-
Last visited
About Cosostones
-
Rank
Junior Member
-
exportHandler - server side FCExporter.aspx.cs not working
Cosostones replied to Cosostones's topic in FusionCharts and ASP.NET
Hi Sumedh, Ok, I did it. Regards. Alain. -
exportHandler - server side FCExporter.aspx.cs not working
Cosostones replied to Cosostones's topic in FusionCharts and ASP.NET
Hi, I am trying to export JavaScript chart. Regards. Alain. -
exportHandler - server side FCExporter.aspx.cs not working
Cosostones posted a topic in FusionCharts and ASP.NET
Hi, I am curently evaluating FusionCharts XT functionnalities. On point is to be able to export charts on ASP.Net. I am trying the provided script "FCExporter.aspx.cs" included in evaluation version. Its generating error at runtime : - Line 918 : ##ffffff is not a valid value for Int32. gr.Clear(ColorTranslator.FromHtml("#" + rawImageData["bgcolor"].ToString())); - Line 938 : Index was outside the bounds of the array. int fRepeat = int.Parse(split_data[1]); Looks like the version of the export handler is too old (version 2.0 [ 19 March 2009 ]). Could you provide a more up to date version ? (I saw a similar post : http://forum.fusioncharts.com/topic/13827-export-chart-javascript-throws-exceptions/, but with no direct solution) Thanks for your help. Alain. -
disposeFusionCharts() - drag&drop events not cleared
Cosostones replied to Cosostones's topic in Javascript Problems
Hi Sumedh, I was not able to add an attachment to this topic and problem is not only after dispose. So I just open a new topic : http://forum.fusioncharts.com/topic/15407-javascript-error-when-dragdrop-other-dom-element/ Thanks. Alain. -
Hi, I am trying to use FusionCharts (version 3.3.1-sr2.19840). Chart is displaying well. Then if I click on a div of a component not related to FusionCharts (header of a custom popup : JqxWidgets), a javascript error appear : Uncaught TypeError: Cannot call method 'call' of undefined Using the console, I discover that a drag&drop event is trying lauching some FusionCharts methods (hijack() in FusionCharts.HC.js). Same error appear when moving mouse inside a complex grid (where drag&drop can be used). You will find an example in attachment. Just click button 'Open popup', then try to move or close the popup. Error appear in the console. Could you have a look ? Thanks. Alain. CannotCallMethodCall.zip
-
Problems inside Div : z-index/position for tooltip and context menu
Cosostones posted a topic in General usage
Hi, We are actually trying FusionChartXT and having problems using a MSColumn3D chart inside a multiple layouts application : several layers with each a different z-index. See attachment for example of what happen for us. Problem n°1 - Tooltip : Tooltips are not displaying well if div containing the chart is with z-index >= 1000 (because tooltip is generated as a DOM element directly in body with by default z-index = 999. Problem n°2 - Context menu - z-index : Same problem as for tooltips. Problem n°3 - Context menu - vertical position : Context menu keep position at page load. But when div containing the chart move, context menu is not correctly displayed (not where user clicks) Problem n°4 - Context menu - horizontal position : Same as for vertical potision. Problem n°5 - Dispose/destroy : After call to disposeFusionCharts(), some DOM elements are still in the body (_SmartLabel_Container, fusioncharts-tooltip-element) Thanks for your help on these points. Alain. ChartInsideDiv.zip -
disposeFusionCharts() - drag&drop events not cleared
Cosostones posted a topic in Javascript Problems
Hi, I am trying to use a 'MSColumn3D' chart from FusionCharts (version 3.3.1-sr2.19840). It works fine for display. Then I need to use disposeFusionCharts() to destroy the chart and free used ressources. Chart disapear from screen and dom elements are removed : good But after that, if I click on a div of a component not related to FusionCharts (header of a custom modal message box), a javascript error appear : Uncaught TypeError: Cannot call method 'call' of undefined Using the console, I discover that a drag&drop event is still lauching some FusionCharts methods (hijack() in FusionCharts.HC.js). Same error appear when moving mouse inside a complex grid (where drag&drop can be used). So it looks like disposeFusionCharts() is not cleaning everything. Could you have a look ? Thanks. Alain. -
Thanks. It works fine
-
Hi, I found this example, but I was not able to make it works with JavaScript version : http://forum.fusioncharts.com/topic/5429-chart-with-bars-2d-inverted-for-create-population-pyramids/
-
Hi, I am trying to make a Age/Sex pyramid using FusionCharts XT. I would like it to looks like the one in attachment : AgeSexPyramid_ResultExpected.JPG I don't want to use Pyramid available in FusionWidgets XT because it displays one serie only (and not the same licence). So I tried using Horizontal 2D Bar Chart => pair of charts side by side. As you can see in second attachment (BarChartNegativeValues_TryingToDoIt.JPG), it can display negatives values bars. But I was not able to customize data labels on Y-Axis to remove minus ('-') sign. Do you know how I can acheive this or if there is a better solution to display Age/Sex pyramid ? Thanks for your help. Alain.