Archie144

Members
  • Content count

    31
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Archie144

  1. Thank you very much for your feedback. But , It's not working even with this. I've attached my xml n screen shots of how it looks like and How I want to. my xml: lineChartArc.xml Current screen shot: I want like this :
  2. I've used labelStep= 10 because there are around 70 to 91 data points on x axis and these points will not be fixed always. That is the reason I don't know in advance which labelStep element will be correct to use. But to make is spacious and easier to understand I've used labelStep=10 but because of this my last data point gets hidden many time which I want to avoid by adding some attribute like <Chart labelStep=10 includeLastDataPoint="Yes".....> But I'm not getting any such element which will do job of includeLastDataPoint="Yes". -Archana-
  3. Yes, I saw same for Pie3D drawn using Pie3D.swf and Line chart, Bar chart, Area Charts drawn using MSCombi2D.swf -Archana-
  4. Hi, Could u find solution to ur problem ? Because it's not IE8 issue? I'm also using fusion charts in IE8 n I can see charts. But I had faced one issue n that was because of https. on https I was not able to see charts but now it's been solved. -Archana-
  5. Hi, My image before hover: is blank.jpg and after hover is: image.jpg However , as mentioned earlier I have solved this problem by giving fixed height and width to <object classid= -Archana
  6. Hi, Where can I send u screen shot? Which mail id? I think, I can't add those here from my machine's file system? In mean time I got solution but that's kind of weird because when we removed height=100% and width="100%" from below tag and added fixed height and width, it started showing graphs immediatly and now it's not required to hover over it to display graphs. <object classid= I'm using <embed src to display charts. -Archana-