Calling two heatmap layer in ember.js

Is there any way of calling two heat-map layer in ember.js inside same template? I even changed the color of one of the heat-map to differentiate between the two but the first heat-map called always overrides the next.Here’s my template.hbs

{{heatmap-layer data=geo1 radius=0.015 gradient=gradient}} {{heatmap-layer data=geo2 radius=1 }}

The heatmap with radius 0.015 is plotted but not the heatmap with radius 1