Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
force legends for LCPS graphs (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrik-Klijnsma-Work authored Jun 8, 2022
1 parent 30c7ff3 commit 097197c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ const IntakeIntensiveCare = (props: StaticProps<typeof getStaticProps>) => {
}}
values={data.intensive_care_lcps.values}
timeframe={timeframe}
forceLegend
dataOptions={{
timespanAnnotations: [
{
Expand Down
1 change: 1 addition & 0 deletions packages/app/src/pages/landelijk/ziekenhuis-opnames.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ const IntakeHospital = (props: StaticProps<typeof getStaticProps>) => {
}}
values={dataHospitalLcps.values}
timeframe={timeframe}
forceLegend
seriesConfig={[
{
type: 'line',
Expand Down

0 comments on commit 097197c

Please sign in to comment.