mistercrunch commented on a change in pull request #3086: add combine config
for metrics in pivot table
URL:
https://github.com/apache/incubator-superset/pull/3086#discussion_r129479491
##########
File path: superset/assets/javascripts/explore/stores/controls.jsx
##########
@@ -240,6 +240,13 @@ export const controls = {
description: 'Sort bars by x labels.',
},
+ combine_metric: {
+ type: 'CheckboxControl',
+ label: 'Combine Metrics',
+ default: false,
+ description: 'Combine Metrics to display.',
Review comment:
Oh I understand, we need a clearer description here. `Display metrics side
by side within each column, as opposed to each column being displayed side by
side for each metric.`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services