[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:
Maxime Beauchemin
2017-09-12 09:06:03 -07:00
committed by GitHub
parent 90e46cb39c
commit f3de758363
2 changed files with 16 additions and 9 deletions

View File

@@ -943,6 +943,7 @@ export const visTypes = {
['xscale_interval', 'yscale_interval'],
['canvas_image_rendering'],
['normalize_across'],
['left_margin', 'bottom_margin'],
],
},
],