Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools. Production: https://github.com/cerb/cerb-release/
The metrics.timeseries data queries always return an absolute date-based x-axis.
A client would like to have an x-axis like Jan-Dec with comparison series for '2021 vs 2022'.
To do this, metrics.timeseries either needs to support qualitative categories on the x-axis, or we need to introduce a metrics.subtotals data query that supports it.
The
metrics.timeseries
data queries always return an absolute date-based x-axis.A client would like to have an x-axis like
Jan-Dec
with comparison series for '2021 vs 2022'.To do this,
metrics.timeseries
either needs to support qualitative categories on the x-axis, or we need to introduce ametrics.subtotals
data query that supports it.