rusackas commented on code in PR #44112:
URL: https://github.com/apache/superset/pull/44112#discussion_r3998438618
##########
superset-frontend/plugins/plugin-chart-ag-grid-table/src/transformProps.ts:
##########
@@ -590,6 +590,7 @@ const transformProps = (
show_numbered_column: showNumberedColumn = false,
allow_rearrange_columns: allowRearrangeColumns = true,
allow_render_html: allowRenderHtml = true,
+ zebra_striping: zebraStriping = false,
Review Comment:
That default is intentional, it matches the dedicated transformProps test
and the description above. `colorFillQuaternary` is subtle enough that going
transparent for existing charts isn't really a visible regression.
--
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]