mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
[heatmap] account for bounds = 0 (#3474)
* [heatmap] account for bounds = 0 * Fix sorting * linting
This commit is contained in:
committed by
GitHub
parent
ede1432936
commit
c5252d0f43
@@ -37,10 +37,10 @@ const timeColumnOption = {
|
||||
'account'),
|
||||
};
|
||||
const sortAxisChoices = [
|
||||
['alpha_asc', 'Alphabetical ascending'],
|
||||
['alpha_desc', 'Alphabetical descending'],
|
||||
['value_asc', 'Value ascending'],
|
||||
['value_desc', 'Value descending'],
|
||||
['alpha_asc', 'Axis ascending'],
|
||||
['alpha_desc', 'Axis descending'],
|
||||
['value_asc', 'sum(value) ascending'],
|
||||
['value_desc', 'sum(value) descending'],
|
||||
];
|
||||
|
||||
const groupByControl = {
|
||||
|
||||
Reference in New Issue
Block a user