diff --git a/Plan/react/dashboard/src/components/graphs/PunchCard.js b/Plan/react/dashboard/src/components/graphs/PunchCard.js index 8b8b45ddf..c8bf07c70 100644 --- a/Plan/react/dashboard/src/components/graphs/PunchCard.js +++ b/Plan/react/dashboard/src/components/graphs/PunchCard.js @@ -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);