|
I have an advanced XML chart that displays duration in seconds on axis Y.
Can I set the labels in human-readable format, in appropriate value range, like this:
So far I've just set the axis type as
to have duration converted to epoch time (starting from 1970-10-01). Is there any way to configure a label convertor for the proper time scale? |
|
In the search, where you are calculating the duration, can you add
I don't know if this will help on the chart in advanced XML, but it would make the durations look better in a table... As for the tabular data, yes, I've already done so. But still looking for a solution on axis labels...
(23 Feb, 09:31)
greg
I don't think there is a way to use one representation (such as epoch time) for the data values and a different (though corresponding) representation for the scale... if fieldformat doesn't do it, then I don't know what will.
(23 Feb, 11:11)
lguinn ♦
|


