LivingLegend

Members
  • Content count

    38
  • Joined

  • Last visited

Everything posted by LivingLegend

  1. Unable To Update Chart Data

    I am using uxfusionpak library to integrate Fusion Chart to ExtJS and dispose method is not available in it. So how to do it in this case?
  2. Unable To Update Chart Data

    This perfectly work in Chrome and FF. If it change the id of chart, it should not work on chrome and FF also but it is creating problem in IE only. In first post I have mentioned the code snippet where IE causing issue.
  3. Unable To Update Chart Data

    No I am not re-rendering chart on tab change. Chart remains same.
  4. Chart Stop Workin Issue In Ie

    I am facing this issue only in IE. I explain you actual scenario. In my application, there are two tabs in tab panel. I have chart in second panel with drill down utility. When I run application, I show up second tab having chart and drill down utility working fine. Now I am changing to first tab (without chart) and when get back to second tab in chart, drill down stop to work and IE throwing below error. SCRIPT438: Object doesn't support this property or method When I explore the code to find the line, I found the error in RED line below. ............... ............... if( immediate !== false && (o = this.getInterface())){ if( 'setDataXML' in o ){ o.setDataXML(xml); } ............... ............... ............... } When I more explore code, I found that value of o changed in BLUE line in above code when I change tab and come back to chart tab. Note: I am facing this issue only in IE (any version). In Chrome and FF, its work fine. Any workaround or solution for this? Thanks LivingLegend
  5. Unable To Update Chart Data

    Any Idea for above problem?
  6. Unable To Update Chart Data

    Hi, Not able to resolve issue as per above link. I am facing this issue only in IE. I explain you actual scenario. In my application, there are two tabs in tab panel. I have chart in second panel with drill down utility. When I run application, I show up second tab having chart and drill down utility working fine. Now I am changing to first tab (without chart) and when get back to second tab in chart, drill down stop to work and IE throwing below error. SCRIPT438: Object doesn't support this property or method When I explore the code to find the line, I found the error in RED line below. ............... ............... if( immediate !== false && (o = this.getInterface())){ if( 'setDataXML' in o ){ o.setDataXML(xml); } ............... ............... ............... } When I more explore code, I found that value of o changed in BLUE line in above code when I change tab and come back to chart tab. Note: I am facing this issue only in IE (any version). In Chrome and FF, its work fine. Any workaround or solution for this? Thanks LivingLegend
  7. Unable To Update Chart Data

    Hi, I am facing the same issue. Link you have provided above is not working. can you give me exact link or idea to resolve it? Thanks LivingLegend
  8. Hi, I am using bar chart to display year wise records. I also have put click event on each bar which will display month wise chart for that year. I mean when I click on 2000 bar, it will reload that chart with Jan to Dec month for 2000 year. Now, my problem is, when user clicks on it very fast say twice or thrice on bar, it is showing wrong result. So, is there any way to restrict this thing? When user click on any chart, its mouse click event not work for some time. This solution what I am thinking but please suggest if you have any work around for it. Thanks
  9. Is there any way to restrict double click on bar chart?

    This is the very crucial utility as no one want such type of behavior. You should provide such feature to prevent it. so, is there any chances of providing such utility in next release?
  10. Is there any way to restrict double click on bar chart?

    Thanks for suggestion. But, before posting my question here, I have already implemented it. But, sometimes it works and sometimes not. When user click very rapidly, it execute twice. Can't you provide any inbuilt utility that when user click first time, they cannot click on it until calling function completed?
  11. Is there any way to restrict double click on bar chart?

    Did you get any update from you development team? Can your developer provide any workaround for this issue?
  12. Hi, Is there any way to programmatically enable disable click event of bar chart? If there, then plz let me know how to do it? Thanks
  13. thanks but can you give some code hint where to do this?
  14. is there any way to disable whole chart programatically?
  15. Yes, I know that and in fact I have put link on my chart. But, I want to enable disable link programmatically as per requirement. Problem I am facing is, when I click on any column in bar, it fires request to server and load data and load other chart. But, if data is very large, it will take time and meanwhile if user click on other column, it fires other request so causing problem. Is there any alternative? How to disable whole chart?
  16. Is there any way to restrict double click on bar chart?

    Waiting for updates from your side.
  17. Is there any way to restrict double click on bar chart?

    Hi, I cannot post whole code but we are producing xml file using tpl utility of ExtJS. Actually our data is in json. Below is the line I am using to set link on bar. "", As you can see, drillData is the function which I am calling by passing some parameters. When user click on bar, it passes year of that bar in drillData function which retrieves record from database of that year and display month chart. But when user double click on it, or clicks multipletimes on it very quickly, this funtion get called multiple time causing problem. So, if you can provide any workaround to limit user to click only once then we can prevent it. Thanks
  18. Is there any way to restrict double click on bar chart?

    I am using javascript to call link
  19. Is there any way to restrict double click on bar chart?

    I am calling javascript on click.
  20. How to Export chart in PDF

    Hi, I have 5 charts in my application. 1 is Bar chart and 4 are pie charts. I have one button "Export" which when clicked, all the charts should be exported to PDF file. Actually, I have to create report in which I have to embedded charts in it. So, is there any functionality or way to achieve this? Waiting for any reply... Thanks and Regards Jigar Shah
  21. Hi, I am using bar chart of fusion chart. In chart, I am showing some business data for last 80 to 100 years in bar. So, due to around 100 columns, chart looks very messy and unreadable. So, is there any way to put horizontal scroll bar in chart so it maintain column width properly and chart looks professional and easily readable. Hope I am clear with my question. Thanks Livinglegends
  22. I must have to use 3D in application so no way for 2D. But, is there any other way to solve my problem?
  23. Is there any possibility of releasing horizontal scroll bar in Column 3D in near future? Is there any solution of my problem mentioned first?