justinpark commented on code in PR #29654:
URL: https://github.com/apache/superset/pull/29654#discussion_r1746298111
##########
superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/transformProps.ts:
##########
@@ -176,5 +177,6 @@ export default function transformProps(chartProps:
ChartProps<QueryFormData>) {
onContextMenu,
timeGrainSqla,
allowRenderHtml,
+ dataSelectionMode,
Review Comment:
Here is the place to pass the appropriate data selection mode value for the
given viz plugin.
```suggestion
dataSelectionMode: canExportData ? 'auto' : 'none'
```
--
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]