This release introduces configuration options for the heatmap
heatmap:
# Specifies the color of polylines drawn on the heatmap. Accepts any valid CSS color.
# (e.g. "red", "#FF0000", "rgb(255,0,0)")
polylineColor: '#fc6719'
# Specifies the type of map to use. Must be a valid tile layer URL.
# For example, a satellite layer: https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
tileLayerUrl: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'
# Enables or disables grayscale styling on the heatmap.
enableGreyScale: true
What's Changed
- ISSUE #887: Add a proper chat history by @robiningelbrecht in #891
- ISSUE #893: Add gear to segment effort overviews by @robiningelbrecht in #897
- ISSUE #895: Add tooltips to consistency challenges by @robiningelbrecht in #898
- ISSUE #885: Allow to configure heatmap by @robiningelbrecht in #896
Full Changelog: v3.0.1...v3.0.2