eggs

Members
  • Content count

    1
  • Joined

  • Last visited

About eggs

  • Rank
    Forum Newbie
  1. I've got a 2d bar graph on a webpage (ASP.NET/MVC) that is showing a number of bars with values over a large range. While most of the values are <100, there will always be a single value many orders of magnitude larger (in the millions). This means that when I draw the graph, it is effectively useless, as the disparity in values means that I have one bar 400 pixels wide, and all the rest are ~1 pixel wide! Is it possible to get FusionCharts to perform some kind of exponential mapping on the data values before they are displayed? I can scale the values myself in my code before I send the data to the graph, but then of course all the values displayed in the axis' and labels are wrong, so that isn't an option. Is there any way around this? I've looked through the docs and can't find anything, sorry if I missed something obvious!