jsteriti

Members
  • Content count

    29
  • Joined

  • Last visited

About jsteriti

  • Rank
    Forum Member
  1. 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
  2. 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
  3. 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.
  4. 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.
  5. 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
  6. 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
  7. Indian numbering system

    Thanks for the confirmation. I hope you guys will provide that in the future. Regards, -- Jean
  8. 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
  9. 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 !
  10. 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.
  11. 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
  12. 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
  13. 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
  14. Tooltip not showing on browser resize

    Have you been able to reproduce it ?
  15. Tooltip not showing on browser resize

    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