Menu

#20 drawXYScale X axis format

open
nobody
None
5
2008-11-06
2008-11-06
Anton
No

A bug found where X axis metric labels are formatted using Y axis Format.

in 1.27d please observe lines from 847 to 856.
...
849: if ( $DataDescription["Format"]["Y"] == "time" )
...
should be changed to
...
849: if ( $DataDescription["Format"]["X"] == "time" )
...

Thanks
Anton

Discussion


Log in to post a comment.

MongoDB Logo MongoDB