Skip to content

Commit 7af0222

Browse files
ISSUE #1097: Show position on leaflet map when hovering charts
1 parent ab9eebb commit 7af0222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/dashboard-widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This widget provides an overview your activities in a GitHub style graph.
9898
This widget displays your monthly statistics and lets you compare your performance with the same months in previous years.
9999

100100
* __context__: The context for the statistics, allowed values are `distance`, `movingTime` and `elevation`
101-
* __enableLastXYearsByDefault__: enable the last X years of data dy default. Earlier years will be disabled but can be toggled.
101+
* __enableLastXYearsByDefault__: enable the last X years of data dy default. Earlier years will not be disabled but can be toggled.
102102

103103
```yml
104104
{ 'widget': 'monthlyStats', 'width': 100, 'enabled': true, 'config': { 'context': 'distance', enableLastXYearsByDefault: 10 } }

0 commit comments

Comments
 (0)