johndparker

Members
  • Content count

    2
  • Joined

  • Last visited

About johndparker

  • Rank
    Forum Newbie

Profile Information

  • Gender
    Not Telling
  1. Tool Text new Line {br}

    Hi, I assume the error is from the c# AppendFormat method and not the chart. If so, please see this on how to escape { chars: http://stackoverflow.com/questions/3773857/escape-curly-brace-in-string-format John
  2. Using Fusion Charts 3.0.2: We are truncating some large Category labels on certain charts we display. For these truncated labels we want to show the full Category label and the value in the hover text when the user hovers their mouse over the value. On all charts except single series the hover text we specify displays and the value it automatically appended to it. On single-series charts the value is not appended automaticaly. We could code around this by appending the value to the hover text ourselves but it becomes complicated if the value is formatted eg. shown as a percent or K,M suffixes. Is this issue fixed in a later version, or is there a way around it?