amcharts4
amcharts4 copied to clipboard
How to remove the space between two heatmaps ?
Hi, I have two heat maps like in the below link https://codepen.io/vineelak/pen/NWvRMJx
How to remove the space between two heatmaps ??
want to remove space showing in above image.
Set paddingTop and paddingBottom of both charts to 0.
Still getting the space (added padding top and bottom zero). Here is the code
https://codepen.io/vineelak/pen/NWvRMJx
You should set it on chart, not on div: https://codepen.io/team/amcharts/pen/BarRowy/f8529089d3cbe35e6785453c4381a7ed
It's working. Thank you