hubbardr1

Members
  • Content count

    4
  • Joined

  • Last visited

About hubbardr1

  • Rank
    Forum Newbie
  1. Not sure if this is what you are looking for but I had a similar requirement. in order to meet it, I added the value to the label. I had showPercentValues='1' so that the chart displayed the % at the end of the label. Then I have some code that simply appends the value of that slice to the label: var value = 12345; s+="<set label='MyLabel: " + displayFormat(value) +"' value='"+value+"'/>"; The result is a value/percentage combo in the label:
  2. Pie3D 2D view

    Is there an api available that will enable me to change the 3D pie chart to its 2D view? If you right click on the 3d pie, there is a 2d option. I would like to toggle this with javascript if possible to give my users better print formatting. I could also regenerate the xml and re-render if an xml attribute could toggle this. Does anything like this exist? Thanks!
  3. Printing broken in Safara and Firefox

    If you had 5 different sized charts (using 1 swf with rescaling), you would need to generate 5 new swf's (5 individual swfs with hardcoded sizes) to prevent the rescale on each of them at print time. You need to edit the .fla (if you have it) in Flash instead the swf. I don't have the .fla's yet so this is all theoretical. But once I do I will verify and post specific instructions... Unless someone beats me to it...which would be great.
  4. Printing broken in Safara and Firefox

    I found that including the FusionChartsWMode.js causes the chart to not print in FF and Safari. I have to remove it in order to print. However, the charts are still rescaling on print in FF and Safari. If I understand this thread correctly, I can prevent the scaling by either choosing one of the above w/h combos (not possible) or recompile. So, if we need to compile the .fla in order for the charts to not rescale when printing, is it possible to get the .fla's alacarte for the non-enterprise licensees? I only need 2 charts but don't want to have to upgrade to that level for just these two charts! What are my options?