WangXueminGit opened a new pull request #4394: Implement the column config and 
row config in pivot table
URL: https://github.com/apache/incubator-superset/pull/4394
 
 
   Column configuration:
   - User can set general configuration and conditional configuration
     for every column, not just metric.
   - The configuration includes color configuration, font weight
     configuration and format configuration.
   - Add the ColumnControl for user to set the column configuration.
   - Add the action `SET_FETCH_COLUMNS` for ColumnControl to get the
     newest columns rendered in the chart.
   - Add the process logic in the pivot table for different situation
     in column configuration.
   - Add the ColumnControl_spec to test functions in the ColumnControl.
   
   Row configuration:
   - User can set color and font weight for rows containing certain cell.
   - Add the RowControl for user to set the row configuration.
   - Add the process logic in the pivot table for different situation
     in row configuration.
   - Add the RowControl_spec to test functions in the RowControl.
   
   Priority of column config and row config:
   - User can set priority themselves.
   - Add the checkbox for user to set the priority.
   - By default, the column configution has high priority than row
     configuration.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to