retrotorque

Members
  • Content count

    11
  • Joined

  • Last visited

About retrotorque

  • Rank
    Junior Member
  1. Strange Formatting On Axis Labels

    Hi Angshu, I've been trying out a few things and see to have figure out the problem is Chrome on Windows 7 machines. I updated my Adobe Flash player version to the latest and the graph is now legible in Firefox. The problem is with Chrome on both 32bit and 64bit operating systems. Since Chrome uses their own Adobe Flash player plugin this would seem to be a cause of the problem. Do you know if there is anything that can be done about this? Thanks for your help
  2. Strange Formatting On Axis Labels

    Hi Angshu, Thanks for the reply. I've just checked FusionCharts.js, and my version is stated as 3.2.0-release. I'm using Google Chrome so it has an inbuilt flash player, which I would assume would be 64bit. Do you know of a definitive way to check? I didn't think there was a difference. Do I need to upgrade my FusionCharts version? I inherited this project from another engineer so I'm not sure about the internals yet. Cheers
  3. Strange Formatting On Axis Labels

    Has there been any progress on this issue? Cheers
  4. Strange Formatting On Axis Labels

    Hi, The chart type that I am using is the MSCombiDY2D chart (swf). It happens on Windows 7 64bit machines on both Firefox and Chrome. I can't send you my current XML as it is sensitive, however I can replicate the issue using any XML data. Cheers
  5. Strange Formatting On Axis Labels

    Hi, I've attached the screenshot below. The screenshot was taking using Firefox, under Windows 7 64Bit. I've tested the graph on OSX, and several other Windows machines and everything is working perfectly. I do not know of any other configurations that cause this problem at this time. Please let me know your solution, as it is obviously unusable at the current time for a large section of users. Cheers
  6. Strange Formatting On Axis Labels

    Hello, I'm getting some weird behaviour on some browsers relating to the formatting on axis labels. They are pixelated and unreadable. Has anyone else noticed this happening? I'll try and get a screenshot of the issue
  7. Thick Vlines = Rounded Edges

    Hi, thanks for the replay. I've attached the image below. As you can see, the label goes behind the series, covering it up. Also, at the bottom you can see the rounded edges going out of the graph. Please advise, Thanks
  8. Thick Vlines = Rounded Edges

    Thanks for the help, but I think I didn't explain myself correctly. What I need is for the label to be on top of the graph in a z-index manner eg. If they both occupy the same space, the label is visible whilst the graph is not visible. Also if there is a solution to my first problem without using divs to cover up the rounded edges that would be great too Cheers
  9. Thick Vlines = Rounded Edges

    I've solved this problem by using absolutely positioned DIVs to cover the top and bottom of the chart which then covers up the rounded edges protruding off the chart. In a similar vein, I am now placing labels on the <vline>s. However, when a chart graphic is in the same space as the label, the label is covered by the bar in the bar chart. Is there anyway to change this so the label is always on top ? Cheers
  10. Thick Vlines = Rounded Edges

    Hello everyone, I'm working on a project currently where the vLines are being used to 'shade' the graph since I found no other way of doing so. To create this effect I am using vLines with widths of 50, 100 etc. This is giving the desired effect, except for one problem: the vLines have rounded 'edges' that protrude outside the bounds of the graph plotting area. Is there anyway to get around this? I had the idea of trying to make the header and legend go on top of the line, however I have found no way of doing so. Is this possible in any way? When the lines hit widths of 100 or 150 then the rounded edges disappear off the entire graph canvas they are that big. Cheers,
  11. Hello, I am working on a web application at the moment and I am required to have different colours for different categories eg. First category title is in red font, second category title is in green font etc. Is this possible currently with FusionCharts? Cheers