drawXYScale X axis format
Status: Beta
Brought to you by:
ayashisunyday
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