Regression - Echarts Bar and Line chart label values changed unexpectectly when using Group By #19654
Closed
3 tasks done
Labels
#bug
Bug report
After #19116, the label values for Echarts Bar and Line chart (possibly more, but those are the only ones I noticed) have changed on charts that use a Group By field.
How to reproduce the bug
cleaned_sales_data
)SUM(sales)
)status
)Expected results
The chart label values will be the values from the "Group By" field
Actual results
The chart label values are a concatenation ("flattened") the metric key (i.e.
SUM(sales)
in my example) + ", " + the value from the "Group By" fieldScreenshots
Behaviour at
git checkout 375c03e08
:Behaviour at
git checkout 375c03e08~
:Environment
(please complete the following information):
git checkout 375c03e08
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
NVD3 charts do not appear to exhibit this regression.
The text was updated successfully, but these errors were encountered: