formatPattern
is ignored on an axis used with a category plot
#2245
Labels
bug
Something isn't working
formatPattern
is ignored on an axis used with a category plot
#2245
Description
In a deephaven.plot.figure.Figure instance, the axis of a chart is defined separately from the series that will be related to it. The axis can be given a format pattern to use for values on that axis, and while that pattern is applied for xy series instances, it is not applied for category data.
Steps to reproduce
Expected results
X labels should show in the yyyy-MM format.
Actual results
X labels show in the default yyyy-MM-dd HH:mm:ss.SSSSSS format:
Additional details and attachments
Here's an analogous chart using an XY series:
Observe that the X labels follow the expected pattern.
Versions
The text was updated successfully, but these errors were encountered: