Abdel-Rhman
Results
3
comments of
Abdel-Rhman
I didn't see this issue, but this is done as part of #2489 which fixes #2468 and achieves this enhancement
> Returning a number creates invalid CSS. Why `px` not other unit like `%`? because you should handle the unit yourself based on the use case. This is the same...
I used google maps api to fix it, something like this: ``` const heatmap = new google.maps.visualization.HeatmapLayer({ data, map }); ```