richardedean

Members
  • Content count

    1
  • Joined

  • Last visited

About richardedean

  • Rank
    Forum Newbie
  1. I want to use something like an editable linear gauge, but where I could specify each value in the XML. This would typically be a list of dates. E.g. Monthly: - Dec 07 - Jan 08 - Feb 08 - Mar 08 Quarterly: - Autumn 08 - Winter 08 - Spring 09 etc.. or - Jan - Mar 08 - Apr - Jun 08 - July - Sep 08 This would allow my dashboard to display our trend data on other charts. I can achieve something quite similar via a few JavaScripts - e.g. set min value = 0, max value = 12, then round off and convert to a month in the FC_ChartUpdated() javascript function. I can then send a call back to the chart to snap to the correct month - but the result isn't really as nice or as pretty as could be achieved by adding an option to specify a range of values for the slider.