abhidev

Members
  • Content count

    11
  • Joined

  • Last visited

  • Days Won

    1

About abhidev

  • Rank
    Junior Member
  • Birthday 06/22/1985

Profile Information

  • Gender
    Male
  1. Line Chart Step Size

    Is there a way to assign the label step based on number of months ? Also how do i explicitly adjust the values??
  2. Line Chart Step Size

    I have attached the screenshots for your reference. I am not able to get a consistent step size on X axis based on the number of months. Is there a way where the step size can be assigned evenly. Thanks.
  3. Line Chart Step Size

    Hi, I am using a line chart to display my data for a month, 3 months, 6 months and lastly an year. Can you please tell me a better way as in how i can set the step size according to the number of months. I want to show maximum of 6-7 data points on the x-axis. Currently I am using a formula as labelstep = Total no. of days / 5 but this is uneven. is there a way as in where i can fix the start and end points fixed? Thanks in advance.
  4. Full Version Charts

    Hiiii.... Before i was using trial version of fusion charts on my site. I have downloaded the full version of Fusion charts. Now due to some reason I don't know whether the charts that are being used currently are full version or trial version. Can you please help me find out whether I am using trial so that i can replace them with the full version charts. Thanks in advance. Regards, Abhi
  5. IE issue-Urgent

    this is the div where the chart gets rendered. following is defined inside script tag:- charts["incomeDemographics"] = { group : "FusionCharts", type : "Pie3D.swf", height : "85", width : "120", data : "<@compress single_line=true>${INCOME}@compress>" }; function renderFusionCharts(chartid, chartData) { var chart = new FusionCharts("/flash/thirdparty/FusionCharts/" + chartData.type, chartid, chartData.width, chartData.height, "0", "0"); chart.setDataXML(escape(chartData.data)); chart.addParam("WMode", "Transparent"); chart.render(chartid); } The charts are not coming specifically on this page and that too in IE and chrome but are working in FF.
  6. IE issue-Urgent

    Hi, I tried changing the ids of the charts but no success. Please help.
  7. IE issue-Urgent

    Actually i had came across this problem before where it was giving and error saying "parent element cannot be modified before its is rendered" for just one particular chart. This issue was then fixed by assigning that graph a different id and its parent div. But now its not showing any error at all in IE, i am not sure whether assigning different ids will solve the problem because the charts are not rendered in chrome too. I'll try this fix and get back to you. Thanks. Please suggest if you think something else could be the problem. Thanks in advance
  8. IE issue-Urgent

    Hi Guys, I have several charts on a page,but for a particular page none of the charts are getting rendered only in IE, but they are getting rendered in FF. Same set of charts have been implemented some other page which are working fine. It doesn't even show any error. Please help i am stuck. Thanks in advance.
  9. IE error

    Hi shamasis, Thanx for ur reply. To solve this issue i moved all the rendercharts js code in the $(document).ready block. This made the charts visible as previously they were not visible. Now IE8 is showing an error in the Fusioncharts.js. Please refer the new topic i hv posted.
  10. Hi... Now i ma caught up with this error Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 6 May 2010 07:14:59 UTC Message: 'null' is null or not an object Line: 188 Char: 4 Code: 0 URI: http://localhost:8080/javascript/thirdparty/FusionCharts.js And the line 188 is else{ //Render the chart var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId; n.innerHTML = this.getSWFHTML(); //Added compatibility //Check if it's added in Mozilla embed array or if already exits if(!document.embeds[this.getAttribute('id')] && !window[this.getAttribute('id')]) window[this.getAttribute('id')]=document.getElementById(this.getAttribute('id')); //or else document.forms[formName/formIndex][chartId] return true; } Any solutions for this please. I have moved all the render chart code on the page to a $(document).ready block. This made the charts to be visible in IE8. Previously no charts were rendered. Please help. Thanx in advance
  11. IE error

    Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Wed, 5 May 2010 12:26:02 UTC Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://localhost:8080/sites/in.com/summary This is the error I am getting in IE8. Any solutions for this as i read in some forums which say that .innerHtml is causing the problem. Please help...need to fix this issue as the site is live. Here is the forum link: http://support.microsoft.com/kb/927917