LevisNgigi commented on issue #35158:
URL: https://github.com/apache/superset/issues/35158#issuecomment-3300395794

   > This is great! +1 for sure. Quick questions:
   > 
   > * how do identify the "group by column" in various viz plugins? Without 
looking into the details, there's a variety of controls with different names 
and configurations for what is in theory the "primary dimension / group-by 
column" across visualizations. How does the feature know which control to 
force/override?
   > * Some viz plugins may allow for multiple group-bys (ie: country, state), 
but others only support single-value, how does the control behave? only 
single-selection?
   > * related to previous questions, but charts line the time-series may have 
both X-axis grouping and a `dimension` field, how do we know which field to 
target? Seems in this particular case we should target dimension, but if a user 
has `country` on x-axis, guessing we still target the `dimension` field?
   
   These are great questions and some had been discussed with the input of 
Sophie and Rebecca:
   1) When a dashboard filter is applied, we look up the chart type and replace 
the correct form-data field (e.g. groupby, series, columns, source/target, 
etc.).


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to