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


##########
superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/EchartsMixedTimeseries.tsx:
##########
@@ -122,7 +122,6 @@ export default function EchartsMixedTimeseries({
           const filters: QueryObjectFilterClause[] = [];
           filters.push({
             col: formData.granularitySqla,
-            grain: formData.timeGrainSqla,

Review Comment:
   @michael-s-molina For some reason, having the grain in the filter object 
made it return no results.  Removing it fixed it but let me know if you think 
this will cause other problems.



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