Fix punchcard rendering

This commit is contained in:
Aurora Lahtela 2023-05-06 11:14:10 +03:00
parent ec9e95b672
commit bc4c01c672
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const PunchCard = ({series}) => {
const punchCard = {
name: t('html.label.relativeJoinActivity'),
color: nightModeEnabled ? withReducedSaturation('#222') : '#222',
type: 'scatter',
data: series
};
Accessibility(Highcharts);