You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by li...@apache.org on 2024/03/30 00:45:30 UTC

(superset) branch table-time-comparison-color updated (c5f909ecf1 -> 1bf358052e)

This is an automated email from the ASF dual-hosted git repository.

lilykuang pushed a change to branch table-time-comparison-color
in repository https://gitbox.apache.org/repos/asf/superset.git


    from c5f909ecf1 update tooltip
     add 1bf358052e add extra choices for conditional formatter

No new revisions were added by this update.

Summary of changes:
 .../plugins/plugin-chart-table/src/TableChart.tsx  | 29 +++++++-
 .../plugin-chart-table/src/controlPanel.tsx        | 11 +++-
 .../plugin-chart-table/src/transformProps.ts       | 77 ++++++++++++++++++----
 .../plugins/plugin-chart-table/src/types.ts        |  1 +
 .../ConditionalFormattingControl.tsx               |  3 +
 .../FormattingPopover.tsx                          |  2 +
 .../FormattingPopoverContent.tsx                   | 39 +++++++++--
 .../controls/ConditionalFormattingControl/types.ts |  2 +
 8 files changed, 144 insertions(+), 20 deletions(-)