-
Content count
8 -
Joined
-
Last visited
Everything posted by louis
-
Hello, Since the last upgrade (v3.2), the chart StackedColumn2D.swf does not display correctly the labels with theses options : labelDisplay='STAGGER' labelStep='5' The simple 2d is showing the label correctly. data.xml
-
Hello, I would like to know if it is possible to synchronize the primary and the secondary axes so the max value is automatically the same in both axes ? I my screenshot you can see that the primary axe is 0-20 and the secondary is 0-170. So, You can not compare the value of the line and the columns... Thanks Louis
-
Hi, I am using fusion charts in https environment. I use setDataXml to avoid ssl request issues. When i put the cursor over a value in all my charts, i get an "undefined" instead of the correct tool tip. In http context all is working fine. Do you know this problem ? is there a workaround ? Louis Castoldi WebChart.html.txt
-
Please have a look at the url, they have some special components. maybe it is the cause of the issue.
-
Here is a page that is not working on the ssl/https site. it is working on the http version of the web site. Thank you, Louis GP4DCharts.zip
-
I try the fix. It works in http (like before) but it still not working in https. If i remove the link attribute, the tooltext is also "undefined" (only in https)
-
yes, i use toolText, Here is the xml code : code.xml
-
Hello, I found an issue with the new debugging function. If we use percentages for width and height parameters, the console is not working. var myChart = new FusionCharts("MSColumn3DLineDY.swf", "myChartId", "90%", "80%","1","0"); Louis