Sign in to follow this  
Pallav

labelStep starting at right

Recommended Posts

Hi. I have a chart displaying a time series that works fine. It shows data sampled every 30 seconds over an hour, for 120 samples. That's too many for each to have an x-axis label, so I code "labelStep=20" which seems to work well.

 

 

 

The issue is shortly after the system starts up, before it has captured a full hour's worth of data. After 5 minutes, say, it will only have ten samples. Only the FIRST (i.e. oldest) gets a label.

 

 

 

I'd like to make sure the LAST, NEWEST datapoint always gets a label. Can this be done? Reading the docs, it appears not. Is that correct?

 

 

 

If need be, in my script that generates the XML I can count datapoints and fix up labelStep appropriately, but I'd rather not.

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