petepell

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by petepell

  1. Charting by time?

    I have a need to show a bar chart that is based on time. Each bar represents a specific exercise and these exercises are measured by how long the user takes to complete them. (Like a 1 mile run for example) Thus, I need to be able to show on the chart 4:32 or :59, etc. whatever the user's time is for the given exercise. The best I have been able to do is to convert these values into a total number of seconds and display the charts that way. The problem is it's hard to get a good idea of the values as well as the charts are kind of upside down :hehe: in that a better effort is shown as a lower bar (less time = smaller bar). Not sure there's much that can be done about the 2nd issue, but as for showing values in a time format is that something that can be done? I didn't see anything in the support documentation. Thanks! Pete
  2. Charting by time?

    Ok, nevermind I figured that out. I simply added the following to the opening tag: outCnvBaseFontColor ='000000' BaseFontColor ='FFFFFF' This kept my outlying font color at black and the inner values white. Thanks so much for the help, this chart rocks now! :cool:
  3. Charting by time?

    Thanks that works great. One last question: Can I display these labels in white? They are hard to read against my chosen colors for the bars. oh and I didn't need to encode the colon even though I am using XML.