Given an XYGraph, when an axis is configured with a time series, then the tickmarks should be configurable to occur at fixed time intervals.
Currently, the plot uses an internal strategy to space them and it's not possible to make them appear at logical intervals such a one per minute.
Note the duplicate time markers (14:20 appears twice) in the example below. This occurs because the strategy selected 40 seconds as the major tick interval:

Given an XYGraph, when an axis is configured with a time series, then the tickmarks should be configurable to occur at fixed time intervals.
Currently, the plot uses an internal strategy to space them and it's not possible to make them appear at logical intervals such a one per minute.
Note the duplicate time markers (14:20 appears twice) in the example below. This occurs because the strategy selected 40 seconds as the major tick interval:
