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


##########
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 This was breaking for single values that had commas in 
them - does my replacement make sense?



-- 
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