dcwebcat

Members
  • Content count

    26
  • Joined

  • Last visited

  • Days Won

    1

About dcwebcat

  • Rank
    Forum Member
  1. Slanted Labels - Need Two Lines

    Hello - I have a 3D column chart that has slanted labels on the xAxis. I am using: MSColumn3D.swf Is it possible to have each label be two lines instead of one? I have tried using: <categories> <category name='LINE 1{br}LINE 2' hoverText='TEXT'/> </categories> The second line does not show up. Thank you!
  2. Hello - Are all of the FusionCharts supposed to animate in the "non-Flash" version? In other words are they supposed to animate on devices that do not have a Flash player? The reason I ask is because I am re-working some of my XML code so that it is strict XML to allow the JavaScript version to work on mobile devices that do not have Flash. The problem is that the charts show up but do not animate on devices that do not have Flash. Any guidance is greatly appreciated!!
  3. Subcaption Line Breaks In Xml

    Hello - I need to add three (3) line breaks (hard returns) within the sub-caption. I have tried using {BR}, <br>, etc. It works in the Flash version but not in the mobile version. Any guidance is greatly appreciated!! For example: subCaption='(This line of text goes on line 1) ******This goes on the first line. Then, there should be three (3) line breaks before the next line of text. This line of text goes on line 2'
  4. 3D Column Chart Value Display

    Thank you so much! This is a great workaround. One last question... is it possible to make the trendline color different from the y axis label color? I wanted to have the trendlines orange and the labels black. Thanks again!
  5. Hi - Is it possible to have multiple font colors for the data values? I am using a 3D Column Chart. So one data vale of 1.00 would be black, the next data value of 2.50 would be white, etc. Many thanks!!!
  6. 3D Column Chart Value Display

    Hello - Attached is a screen shot of the chart. I have changed the caption and data label names for confidentiality purposes. Below is my XML <?xml version="1.0" encoding="UTF-8"?> <chart caption="TITLE" subCaption="" yAxisMinValue='-1.00' yAxisMaxValue='1.00' yAxisName="" xAxisName="" palette="" animation="1" showValues="1" forceDecimals='1' formatNumberScale="1" numberSuffix="" labelDisplay="ROTATE" baseFontColor ='000000'baseFont ='Arial' numDivLines="3" divLineColor="E87506" slantLabels="1" paletteColors='021E2F,021E2F,021E2F,827566,021E2F,827566,021E2F,021E2F,021E2F,827566,827566,827566,827566' zeroPlaneBorderColor='E87506' showCanvasBase="0" canvasBaseColor='E87506' captionPadding="25"> <styles> <definition> <style type="font" name="CaptionFont" size="15" color="000000" /> <style type="font" name="SubCaptionFont" bold="0" /> <style name='myAxisTitlesFont' type='font' font='Arial' size='10' bold='0' /> </definition> <application> <apply toObject="caption" styles="CaptionFont" /> <apply toObject="SubCaption" styles="SubCaptionFont" /> <apply toObject='XAxisName' styles='myAxisTitlesFont'/> </application> </styles> <set label="Label 1" value="1.00" /> <set label="Label 2" value="1.00" /> <set label="Label 3" value="0.82" /> <set label="Label 4" value="0.79" /> <set label="Label 5" value="0.75" /> <set label="Label 6" value="0.75" /> <set label="Label 7" value="0.14" /> <set label="Label 8" value="0.04" /> <set label="Label 9" value="0.00" /> <set label="Label 10" value="-0.06" /> <set label="Label 11" value="-0.65" /> <set label="Label 12" value="-1.00" /> </chart>
  7. Hello - I have a line chart that I am working on (Line.swf) - Paid version. My line chart has over 1300 data points. I am only displaying 12 data labels for the year 1900 - 2010. The problem is that the years are not displaying correctly. When I view normally there is just a number and then a period after the number. If I try using labelDisplay='rotate then the numbers cut off. Any help is greatly appreciated!!!! Please see attached screen shots and also my XML below. Since there are so many data points I am only including a portion of the XML <chart caption='TITLE GOES HERE' subCaption='SUB TITLE GOES HERE' showYAxisValues='1' showValues='0' anchorRadius='0' linethickness='1' yAxisMinValue='0' yAxisMaxValue='100' numberSuffix='%' showLabels='0' canvasBaseColor='E87506' lineColor='5a5248' divlinecolor='F47E00' showCanvasBase="0" borderAlpha='0' canvasBgColor ="FFFFFF" bgColor='FFFFFF' baseFont ='Arial' baseFontColor ='000000' captionPadding="25" labelPadding="20" maxLabelWidthPercent="50" labelDisplay='rotate'> <styles> <definition> <style name='myAxisTitlesFont' type='font' font='Arial' size='8' bold='0'/> <style name='myLabelsFont' type='font' font='Arial' size='10' color='000000' bold='0' underline='0'/> </definition> <application> <apply toObject='XAxisName' styles='myAxisTitlesFont' /> <apply toObject='DataValues' styles='myLabelsFont' /> </application> </styles> <set label="1900" value="0" showLabel='1'/> <set label="2010" value="7.4" showLabel='1' /> <set label="February 1, 2010" value="11.2" /> <set label="March 1, 2010" value="9.5" /> <set label="April 1, 2010" value="7.9" /> <set label="May 1, 2010" value="9.1" /> <set label="June 1, 2010" value="12.5" /> </chart>
  8. Display Zero Plane If No Negative Values

    This works perfect!! Thanks so much!!
  9. Display Zero Plane If No Negative Values

    Okay - so from what I have been able to read online, it looks like if there is no negative value then a zeroplane will not display.
  10. I figured out the spacing at the bottom issue. I had to put in the yAxisMinValue=' ' and the yAxisMaxValue='' Now i just need to figure out if I can get the white vertical line to show up "over" the orange zeroplane.
  11. Hi - I have two questions: 1. I have placed a vertical line on my 3D column chart to divide two sets of data/categories. Specifically, <vLine color='FFFFFF' thickness='30' alpha='100' /> within the Categories section. However, it shows up behind the zeroplane (so the orange zeroplane horizontal line appears in front of the white divider). Is there any way to get the divider to show up in front of the zeroplane? 2. How do I get rid of the space below the bottom value of -20%? Please see attached screen shot. Many thanks!!
  12. Hi - Working on several charts and I keep running into all sorts of customized questions. Okay, so again this is another 3D column chart. There are two charts side by side so there is one HTML doc and two XML files (one for each chart). Everything looks great except for one thing. Both charts are 3D column charts using MSColumn3D.swf. The left chart has positive and negative values and so the zero plane shows. The right chart only has positive values and so the zero plane does not show. I need for the zero plane to display on the right chart and then it would just be empty below the zero plane. Please see my XML below. THIS IS THE RIGHT CHART XML: <graph caption='TITLE OF CHART' subCaption='' xAxisName='' yAxisName='' showYAxisValues='0' showCanvasBase="0" baseFont ='Arial' baseFontColor ='000000'canvasBgColor='FFFFFF' canvasBaseColor='E87506' hovercapbgColor='FFECAA' hovercapborder='F47E00' divlinecolor='F47E00' numberSuffix='%' placeValuesInside='1' zeroPlaneShow="1"> <styles> <definition> <style type="font" name="CaptionFont" size="15" color="000000" /> <style type="font" name="SubCaptionFont" bold="0"/> <style name='myAxisTitlesFont' type='font' font='Arial' size='10' bold='0' italic='1'/> <style name='myLabelsFont' type='font' font='Arial' size='10' color='FFFFFF' bold='0' underline='0'/> </definition> <application> <apply toObject="caption" styles="CaptionFont" /> <apply toObject="SubCaption" styles="SubCaptionFont" /> <apply toObject='XAxisName' styles='myAxisTitlesFont' /> <apply toObject='DataValues' styles='myLabelsFont' /> </application> </styles> <categories> <category name='Average Return' hoverText='Simple Average Return'/> <category name='Cummulative Return' hoverText='Cummulative Return'/> <category name='Annualized Return' hoverText='Annualized Return'/> </categories> <dataset seriesname='Investor A' color='021E2F' showValue='1'> <set value='6' /> <set value='19.1' /> <set value='6' /> </dataset> <dataset seriesname='Investor B' color='5a5248' showValue='1'> <set value='6' /> <set value='12.3' /> <set value='4' /> </dataset> </graph> Any help is greatly appreciated!!!!
  13. 3D Column Chart Value Display

    Hi - I am working on a 3D column chart. Column3D.swf The Y axis starts at -1.00 at the bottom and goes to 1.00 at the top. The data values range from 1.00 to -1.00 (12 values total within that range). When displaying the chart the 1.00 and the -1.00 end up inside the column. Whereas the other values are outside of the columns. I am guessing this is because I have the Y axis values set from 1.00 to -1.00. However, they need to be set as that. Is there any workaround to push those 1.00 and -1.00 values outside of the column? Can I add space somehow? Many thanks!
  14. Data Label Display Inside Column?

    Can the labels be centered inside of the column? Thanks again!!
  15. Data Label Display Inside Column?

    Thank you! This works great!