Open
Description
Description
With the new addition of the Time Comparison feature in the Table chart (to verify if this affects the newly introduced AG Grid too), the metric’s label gets reverted to the metric key when enabled. This shows the metric not-so-friendly name to the UI.
How to reproduce the bug
- Add custom metrics to the dataset.
- Define the metric key and label.
- Create a new table chart (verify AG Grid table too)
- Add a time-range filter.
- Enable the time comparison feature, and choose the Inherit range from time filter.
Expected results
The metric name is displayed correctly.
Actual results
The metric name ignores the label and uses the metric key instead.
Known Workarounds
Add the metric from the chart builder instead, through the Custom SQL field.