mwfromfi

Members
  • Content count

    3
  • Joined

  • Last visited

About mwfromfi

  • Rank
    Forum Newbie
  1. Currency XML encoding issue

    I'm trying to display the symbols for various currency in my chart however I am having trouble getting the symbols for the South Korean Won and the Russian Ruble to display properly. The south korean won I am coding as follows: & #8361; The russian ruble I am coding as follows: & #1088;& #1091;& #1073; note I put a space in after the ampersands so that the code displays on the forum. The symbols that display in my chart are not correct. I'm running Fusioncharts 3.1.1 under Coldfusion 8. Attached is my sample xml code. chart.xml
  2. Zero-value points in stacked areas

    We are having the exact same problem with the stacked area 2d chart. I have removed any datasets which would add up to zero; however the last dataset is extremely low compared to the others. The hover over for the last data set shows; however you cannot see the hover over for the dataset before it (which is much larger). Any suggestions? here is the XML: subCaption = ' Sub System Value 2009 - 2018' paletteColors='030DB0,EAFE00,4FE105,FEA903,FF4000,BB08F6,BABABD,FA04AE,05096A,670B52,FED203,0099CC,620863,8D0000,085564,0066CC' plotGradientColor = '' numVDivLines='8' plotFillAlpha='75' showValues='0' formatNumberScale='1' numberScaleValue='1000,1000,1000,1000' numberScaleUnit='K,M,B,T' decimals = '3' numberPrefix='$' showToolTip='1' baseFont='Helv' baseFontSize='10' exportEnabled='1' exportAtClient='0' exportHandler='FusionCharts/ExportHandlers/ASP_NET/FCExporter.aspx' exportAction='download' >
  3. Ok, since version 3.1 there doesn't seem to be an export handler for coldfusion 8, although I do see a .jsp one. So my question is how can I setup and get the server side exporter handler working under cf8. I have not been able to find any documentation on how to do this. Thanks Mark Waldorf Forecast International