codyml commented on code in PR #20728:
URL: https://github.com/apache/superset/pull/20728#discussion_r943723253


##########
superset-frontend/plugins/plugin-chart-echarts/src/Gauge/EchartsGauge.tsx:
##########
@@ -77,7 +77,7 @@ export default function EchartsGauge({
         const pointerEvent = e.event.event;
         const filters: QueryObjectFilterClause[] = [];
         if (groupby.length > 0) {
-          const values = e.name.split(',');

Review Comment:
   @michael-s-molina It was for values with commas inside – the one it was 
breaking on was in the FCC New Coder Survey 2018 dashboard, Minority Status (in 
their city) chart, `Yes, an ethnic minority` value.  If you could fix this in a 
separate PR that would be great, thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to