Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ansi-to-html": "0.7.2",
"axios": "1.3.4",
"canvas": "2.11.0",
"chart.js": "3.9.1",
"chart.js": "4.3.3",
"chartjs-adapter-date-fns": "3.0.0",
"chroma-js": "2.4.2",
"color-convert": "2.0.1",
Expand Down
27 changes: 17 additions & 10 deletions site/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion site/src/components/DAUChart/DAUChart.tsx
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrunoQuaresma I am not sure what will be the effect but it was needed to fix lint error.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const DAUChart: FC<DAUChartProps> = ({ daus }) => {
type: "time",
time: {
unit: "day",
stepSize: 2,
},
},
},
Expand Down