Sign in to follow this  
mmorrison

Dynamic Y Axis For Realtime Chart

Recommended Posts

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 by mmorrison

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this