Given that time data is reported back in milliseconds since the epoch, when segmentation uses a time based field, the graphs labels make no sense. This could be corrected in the following ways:
- Have the graphing code recognize when a time-based field is on the x-axis
- Have the user given a choice between "absolute" or "relative" x-axis labels. milliseconds since the epoch should be converted appropriately. The time scale should be seconds for both "absolute" and "relative" x axis labeling.
- Not every point shall have its label be displayed because the labels run over each other visually. Omit labels on the x axis as appropriate for readability. This should be dependent on the number of points being displayed.
Given that time data is reported back in milliseconds since the epoch, when segmentation uses a time based field, the graphs labels make no sense. This could be corrected in the following ways: