jsteriti
Members-
Content count
29 -
Joined
-
Last visited
Everything posted by jsteriti
-
Hi all, I am currently using v3.1 and I am trying to upgrade to v3.2 and do HTML5 rendering of my charts. My charts are rendering fine but I get a Javascript error each time I try to refresh the page where the chart is when I am using IE8. Everything is working fine for Firefox or when the chart is rendered in flash. The bug can be easily reproduced on a FusionCharts sample page: http://www.fusioncharts.com/Code/MyFirstChart/weekly-sales-force-js.html Just use IE8 and go to this URL and do right click refresh. The following javascript error will be coming up: 'undefined' is null or not an object jquery.min.js, line 55 character 143 I have not tried with any other IE version. (I have posted the same topic into the Javascript problem section. Not sure where it belongs so feel free to remove/move the post to the appropriate section) Best Regards, -- Jean
-
Hi, I just noticed that the Gantt Chart has a problem when it has a ganttPaneDurationUnit='w'. The Flash does not display anything or crashes. It works fine for years, months or days. Whatever the XML it seems it never works. I tried with an XML of the Chart Gallery and the effect is the same. Can you please check on your side and try any Gantt Chart with " ganttPaneDuration='1' ganttPaneDurationUnit='w' ". You should see the problem. Thanks
-
Staggerlines And Step Not Working On Axis For Html5 Rendering
jsteriti posted a topic in Bug Reports
Hi Guys, Since the integration between FusionCharts and Hightcharts is really minimal I am trying to override some of the options myself with the overrideJSChartConfiguration function. However it seems even this function is having some troubles. There are few properties I can not make work. I am not sure if I do things wrong or if the function itself has a problem. The two properties I am trying to use are staggerLines and step on xAxis or yAxis. The code is the following : if (!!myChart._overrideJSChartConfiguration ) { myChart._overrideJSChartConfiguration({ yAxis: [{ labels: { step: 2, staggerLines: 2 } }] }); } I have trying everything I could but it does not work. It seems to work fine on Highcharts demo page. I would appreciate some help on that. Thanks -- jean -
Hi Guys, Since the integration between FusionCharts and Hightcharts is really minimal I am trying to override some of the options myself with the overrideJSChartConfiguration function. However it seems even this function is having some troubles. There are few properties I can not make work. I am not sure if I do things wrong or if the function itself has a problem. The two properties I am trying to use are staggerLines and step on xAxis or yAxis. The code is the following : if (!!myChart._overrideJSChartConfiguration ) { myChart._overrideJSChartConfiguration({ yAxis: [{ labels: { step: 2, staggerLines: 2 } }] }); } I have trying everything I could but it does not work. It seems to work fine on Highcharts demo page. I would appreciate some help on that. Thanks -- jean
-
Javascript Error On Html5 Rendering In Ie8 When Refresh
jsteriti posted a topic in Javascript Problems
Hi all, I am currently using v3.1 and I am trying to upgrade to v3.2 and do HTML5 rendering of my charts. My charts are rendering fine but I get a Javascript error each time I try to refresh the page where the chart is when I am using IE8. Everything is working fine for Firefox or when the chart is rendered in flash. The bug can be easily reproduced on a FusionCharts sample page: http://www.fusioncharts.com/Code/MyFirstChart/weekly-sales-force-js.html Just use IE8 and go to this URL and press F5. The following javascript error will be coming up: 'undefined' is null or not an object jquery.min.js, line 55 character 143 I have not tried with any other IE version. Best Regards, -- Jean -
Javascript Error On Html5 Rendering In Ie8 When Refresh
jsteriti replied to jsteriti's topic in Javascript Problems
I forgot to mention that the debugger needs to be turned on in IE else you will probably not see the error. But still I would like to see this fixed because this error is preventing me from implementing the v3.2. -
Javascript Error On Html5 Rendering In Ie8 When Refresh
jsteriti replied to jsteriti's topic in Bug Reports
I forgot to mention that the debugger needs to be turned on in IE else you will probably no see the error. But still I would like to see this fixed because this error is preventing me from implementing the v3.2. -
Hello, I was wondering why FusionCharts do not provide 3D Bar chart. We have Bar 2D and MS Bar 3D but no Bar 3D which may be very useful.
-
Hi all, I am using FusionCharts for an accounting purpose. The product is great and the many number formatting options provided enable me to use the charts with all the desired currencies amounts. However there is one case that I am unable to handle: Indian Currency (Indian numbering system). My problem is that the Y-Axis of my chart is automatically populated. The amounts are showing in Western Format. For example 30 million rupees are written as 30,000,000 instead of 3,00,00,000 (Indian numbering system). I am easily able to fix the problem for the tooltip as I can override the text to display but I don't see any solution for the Y-Axis. If there is any solutions to fix this problem I would love to know it. If not, it would be great if the team can add us such an option. Number formatting is very important when displaying amounts. Thanks
-
Thanks for the confirmation. I hope you guys will provide that in the future. Regards, -- Jean
-
Hi all, I looked for a property in the XML Sheet for Gantt Chart but I did not find anything that could solve my problem. My problem is the following: I would like to specify an height for each line of my Gantt Chart. When I say line i mean for each process. Right now we have an hight property on the chart. Depending on the number of process and the height of the chart, each process lines takes an equal height. My problem is I may have a lot of different tasks in my gantt chart and I dont necessary know how many I will have. If my chart if too small then all the line process are doing to be smashed and we wont be able to see the data. I would like to know if there is any height property which say that every lines have to have 50px height. Then whatever the number of processes I have I wont have any problem because the height of the chart is going to be adjusted. If there is no such property what work around can I use to do make sure my chart will adjust its size on the number of process. Thanks
-
That is what I expected, thanks for confirming me. Well if you use setDataXML you can keep a count of the number of tasks but when you use setDataURL it becomes a little bit more problematic. I will try to figure out a workaround then but thanks. Hope to see the vertical scrollbar very soon !
-
The height of the task is not the solution of my problem. If I specify 50px for my tasks height, is it even worse be cause my task height may be larger than my process line. To make it easier for you to understand I made 2 screenshots you can watch to understand.
-
Oh I see. I thought weeks were handle too...I read the documentation too fast...I saw y,m,d so I thought we also had w In my case I am using the functionnality to allow my users to "zoom in or out" of the Gant Chart. Well thanks for the quick answer...i will handle weeks in using the d unit....7d = 1w
-
Have you been able to reproduce it ?
-
Hi all, I just noticed a bug with the graph library. It happens mainly for 3D Column and only in IE. If we have a chart in a table, something like : < t a b l e >< t r >< t d >< d i v > Chart < / d i v >< / t d >< / t r > < / t ab l e > If I give 100% for the height and width of the chart, when I resize my browser manually (or maximize/minimize sometimes) the tooltip will stop appearing on mouse over for some column. I can not make it come back except if I refresh my page. In giving a size in pixel (500px for both height and width) it will work all the time even if I resize my browser. I can not give a exact size as I want my chart to be full page, I need then to use percentage for the size. I would like to know if there is a workaround to solve this issue or if FusionCharts team can make a fix for that. Thanks !
-
I made a little html page you can use to easily reproduce the bug. Please use IE and use Column3D.swf. Place the flash file at the same level than the HTML page for testing. fcharts.zip
-
Ok so the work around is to create a multiserie XML with only one dataset...which is equivalent to a singleserie chart at the end. Well I should be able to deal with that. Thanks
-
Well yes it works but the XML you just gave me is a Multiserie XML. If you try with this one it is not gonna work:
-
Well bad news...I just tried and the MSBar3D does not accept single-serie XML. I get the message "No Data to display".
-
That is good to know. Thanks for the answer !