michael-s-molina commented on code in PR #20728:
URL: https://github.com/apache/superset/pull/20728#discussion_r943388262
##########
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:
We definitely need the grain because that's needed to interpret the
timestamp. So we need to investigate why it's breaking.
--
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]