mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[heatmap] fix default sorting (#3450)
Currently the heatmap axis are sorted randomly, this PR makes it such that it's properly sorted. Also allowing for specifying the left and bottom margins
This commit is contained in:
committed by
GitHub
parent
90e46cb39c
commit
f3de758363
@@ -943,6 +943,7 @@ export const visTypes = {
|
||||
['xscale_interval', 'yscale_interval'],
|
||||
['canvas_image_rendering'],
|
||||
['normalize_across'],
|
||||
['left_margin', 'bottom_margin'],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user