cruiserdude

Members
  • Content count

    5
  • Joined

  • Last visited

  • Days Won

    3

About cruiserdude

  • Rank
    Forum Newbie
  1. Vertical Line Labels

    I've been scouring over the api docs but it doesn't seem to indicate a way to label the verticle lines of a chart. The reason I would like to do this is so that I can for instance indicate the date that a particular marketing event occurred and label this as a vertical line on the chart. I'm guessing from the api that the charts don't support that but I'm wondering if there is any way that I could achieve the same result, ie a label vertical line. Sort of the way that target lines work but vertical. Your help, as always, is appreciated Thanks simonc
  2. Date Format Oddity on Vista IE

    My applogies, after turning debug on (man thats a handy feature!) I discovered that the fmt tag in the JSP script was changing the format of the date based on the Locale setting of the browser, for some reason IE when sending the request to Flash wasn't sending any locale so that fmt tag was going back to default. Thanks and apologies for the wild goose chase. Simon
  3. Date Format Oddity on Vista IE

    I've removed the showBorder parameter and the screenshot is attached
  4. Date Format Oddity on Vista IE

    Here is the script: var chart = new FusionCharts( "/assets/charts/MSLine.swf", "ChartId", "780", "400" ); chart.setDataURL( "{url}" ); chart.addParam( "showBorder", "0" ); chart.render( "graphContainer" ); I've uploaded the xml: dump.xml
  5. Date Format Oddity on Vista IE

    Hi, I'm using your MSLine graph and the oddest thing is happening, basically on all of our developers laptops (all running XP) everything looks great but my manager has Vista installed(he doesn't need to do real work:-)) and the x-axis is displaying the date in an unformatted way, i.e a long ugly date. Any ideas why this would be different on just that one browser? Thanks