Merge pull request #6912 from greg-finley/marker

Disable markers in ratings graph, for #6743
This commit is contained in:
Thibault Duplessis 2020-07-02 08:38:34 +02:00 committed by GitHub
commit 2f5cffcfe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,10 +97,7 @@ lichess.ratingHistoryChart = function(data, singlePerfName) {
name: serie.name,
type: 'line',
dashStyle: dashStyles[i],
marker: {
enabled: true,
radius: 2
},
marker: disabled,
data: smoothDates(originalDatesAndRatings)
};
})