Jens Wildman

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by Jens Wildman

  1. Plase help - 2 diffrent x axisis

    Hi, <?xml:namespace prefix = o /> We already have bought and use fusion chart. We now need to develop a new chart that will show us our stock portfolio`s performance vs. the stock exchange. The trouble is that we need to have two X axis's which will have different number of inputs and the axis's will be updated at different times. Input for the stock exchange will be updated every day (closing price) and the portfolio axis will be updated once a week (value for portfolio historical performance at closing that week) Here is the graph we are trying to recreate with fusion charts: http://first.services.stockpoint.no/charts/portfolio/pf-graf-Week-All-Small-no.png We have been looking at different demos, and we cant find one that will work. These are the once we have been looking at, any one has a better idea? Multi series chart: http://www.fusioncharts.com/Docs/Contents/ChartSS/Combi2D.html In multi-series/combination charts, you should again note that the number of <category> elements should be equal to the number of data points in each data sets, i.e., if you mention twelve categories (twelve months), the data for both years (2005 & 2006) should also contain twelve <set> elements (twelve rows of data). Scatter (xy plot) chart: http://www.fusioncharts.com/Docs/Contents/ChartSS/Scatter.html Here must both x- and y- values be numerical. Does anybody know of a chart that will allow us to do this?