hoagieryder

Members
  • Content count

    3
  • Joined

  • Last visited

About hoagieryder

  • Rank
    Forum Newbie
  1. I am trying to create a vertical trend zone (which from what I understand is not an option with a combination graph), by using the canvas gradient function. I am just trying to intersect the graph in the middle and it does not seem to be working correctly if you look at where the background changes colors it does not line up in the middle, or with the line data anchor. What am I doing wrong? Code: <chart showValues='0' caption= 'Scenarios' canvasbgratio='0,50,0,50' canvasbgcolor='fffffff,ffffff,000000,000000' canvasbgAngle='0' plotSpacePercent='20' setAdaptiveYMin='1' PYAxisName='Mkt.Value' showlegend='0' SYAxisName='WAL' divLineColor='E5E5E5' numberPrefix='$' showBorder='0' bgcolor="FFFFFF"> <categories> <category label='-100' /> <category label='Base' /> <category label='+100' /> <category label='+200' /> <category label='+200' /> </categories> <dataset seriesName='Mkt. Value' color = 'C22D2D'> <set value='121347586' /> <set value='118457522' /> <set value='112199609' /> <set value='104916190' /> <set value='104916190' /> </dataset> <dataset seriesName='WAL' color = '000000' parentYAxis='S' lineThickness='2'> <set value='2.25' /> <set value='2.95' /> <set value='6.12' /> <set value='7.88' /> <set value='7.88' /> </dataset> </chart>
  2. Bar Chart With Date Selector

    Is there anyway to add a range slider to a bar chart similar to the one used in Google Charts? https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline What we would like to do is be able to select a range from a graph and report on the data in a table below.
  3. Fusioncharts And Html To Pdf

    I was curious if any other users have found any tools that allow you to not only export the FusionChart but any other HTML on the webpage to PDF. We are having a difficult time getting a higher resolution image, without creating a very large PDF file because all vector images from the graph are generated individually in the PDF. Any suggestions would be appreciated!