Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6716ca

Browse files
dependabot[bot]matifaliBrunoQuaresma
authored
chore: bump chart.js from 3.9.1 to 4.3.3 in /site (coder#8874)
* chore: bump chart.js from 3.9.1 to 4.3.3 in /site Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.9.1 to 4.3.3. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](chartjs/Chart.js@v3.9.1...v4.3.3) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Remove timescale * Fix step size --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Atif Ali <[email protected]> Co-authored-by: BrunoQuaresma <[email protected]>
1 parent 73e518b commit a6716ca

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ansi-to-html": "0.7.2",
5757
"axios": "1.3.4",
5858
"canvas": "2.11.0",
59-
"chart.js": "3.9.1",
59+
"chart.js": "4.3.3",
6060
"chartjs-adapter-date-fns": "3.0.0",
6161
"chroma-js": "2.4.2",
6262
"color-convert": "2.0.1",

site/pnpm-lock.yaml

+17-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/components/DAUChart/DAUChart.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ export const DAUChart: FC<DAUChartProps> = ({ daus }) => {
6969
},
7070
},
7171
x: {
72-
ticks: {},
72+
ticks: {
73+
stepSize: 2,
74+
},
7375
type: "time",
7476
time: {
7577
unit: "day",
76-
stepSize: 2,
7778
},
7879
},
7980
},

0 commit comments

Comments
 (0)