afandre1234

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by afandre1234

  1. Break Right On Displayvalue

    I want to break a value into two lines in my displayValue property. I've successfully used the code <BR> in prior displayValue properties for example displayValue="Sales Goal <BR> 45%" But what I get back is displayValue="Sales Goal <BR> 45%" which isn't helpful at all. I've scoured the api and I can't find the switch.
  2. Multi-Series Pie

    I want to create a pie chart that has 4 quadrants. Then breakdown those four quadrants pie slices of different widths. Region1 - 1 18% Region1 - 2 46% Region1 - 3 12% Region1 - 4 24% Then region 2 with a different percentage breakdown. All four regions are equal, but the sub group is a different breakdown. As I'm writing this down I'm getting the sneaking suspicion that this is a goofball way to represent this data, but the customer came up with it. I'd like to deliver in typical FusionCharts awesomeness.