We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Three-globe has a heatmap option, which is reliant on bindings not present in this package. https://vasturiano.github.io/three-globe/example/heatmap/ https://github.com/vasturiano/three-globe/blob/master/example/heatmap/index.html#L26
Describe the solution you'd like The addition of these as props in React?
<Globe> heatmapsData={markerData} heatmapPointLat={'lat'} heatmapPointLng={'lng'} heatmapPointWeight={'0.1'} heatmapTopAltitude={0.7} heatmapsTransitionDuration={3000} </Globe>
The text was updated successfully, but these errors were encountered:
@joseph-allen thanks for reaching out. Be patient, the feature is still maturing and will be rolled out soon. 😄
Sorry, something went wrong.
It is now available in version 2.25 of this module.
2.25
No branches or pull requests
Is your feature request related to a problem? Please describe.
Three-globe has a heatmap option, which is reliant on bindings not present in this package.
https://vasturiano.github.io/three-globe/example/heatmap/
https://github.com/vasturiano/three-globe/blob/master/example/heatmap/index.html#L26
Describe the solution you'd like
The addition of these as props in React?
The text was updated successfully, but these errors were encountered: