I am displaying data in a Wijmo Linechart whose X value is a time of day. eg, 8:00, 8:05, 8:10, and so on. Even though my data points are every 5 minutes, I would like my X-Axis labels to show only for the whole hour. eg, 8:00, 9:00, 10:00, and so on.
Currently, I can only get the X-Axis labels to reflect the actual values of the datapoint. eg, every 5 minutes.
Can someone lead me in the right direction? Thanks.