mmorrison Report post Posted November 16, 2010 (edited) I have a realtime line chart (RealTimeLine.swf) with several datasets, and when I click on them in the legend it removes the line from the line/dataset chart, which is great, but then it doesn't automatically re-adjust the y-values for the missing line. I have this one line which is domating the others, having values around 10-20k, while the other lines are usually under 500, so I can't even really see what their values are. I don't want to make another graph as these are all related, and I don't need to actually look at the other lines often, but when I do, It's hard to see them and their values due to the dominating line. So in short, is there a value for the chart to allow the y-axis to dynamically update based on what line/dataset is being shown? I've tried dynamicAxis and setAdaptiveYMin, but neither work. my current values are: palette='2' dataStreamURL='...' refreshInterval='1' numDisplaySets='60' slantLabels='1' labelDisplay='Rotate' showYAxisValues='1' showRealTimeValue='0' Thank you. Edited November 16, 2010 by mmorrison Share this post Link to post Share on other sites
Sanjukta Report post Posted November 19, 2010 Hi, Welcome to FusionCharts Forum! I am afraid, FusionCharts does not support Dynamic Y-axis scale in any chart (except ZoomLine chart), as of now. Share this post Link to post Share on other sites