You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we implemented the histogram diff chart, the histogram did support the DateTime type in the beginning. However, we decided to remove Datetime and implement a new kind of chart Time-series Metrics for the Datetime type.
In this chart, users can select a DateTime column. Recce will show the time-series metrics based on the data in the selected column. Users can also select the time unit of the metrics by the frontend UI in Recce. (ex. year, month, week, day, hours, or mins, etc…)
When we implemented the histogram diff chart, the histogram did support the
DateTime
type in the beginning. However, we decided to removeDatetime
and implement a new kind of chartTime-series Metrics
for theDatetime
type.In this chart, users can select a
DateTime
column. Recce will show the time-series metrics based on the data in the selected column. Users can also select the time unit of the metrics by the frontend UI in Recce. (ex. year, month, week, day, hours, or mins, etc…)From SyncLinear.com | DRC-251
The text was updated successfully, but these errors were encountered: