I am currently running FusionCharts Ent v3.1 and i have a Multi-series 3D line chart that looks like this:
The problem is that i want the Y-axis values for the reputation score (line) to always show the range from 0-8, and not adapt to the current data.
I've tried setting yAxisMinValue="0" and yAxisMaxValue="8" and playing around with different values for setAdaptiveYMin but i cant seem to get the chart to always show the max value without injecting a bogus value with 8 in it.
I know doing this will bring the resolution of the chart down quite a bit but the client wants it like that so just bear with me.