Skip to content

Commit

Permalink
Merge pull request #95 from rcpch:eatyourpeas/issue94
Browse files Browse the repository at this point in the history
increase-measurement-pointsize
  • Loading branch information
eatyourpeas authored Jul 21, 2024
2 parents b6331d2 + 7550120 commit 07f1af8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcpch/digital-growth-charts-react-component-library",
"version": "7.0.6",
"version": "7.0.7",
"description": "A React component library for the RCPCH digital growth charts using Rollup, TypeScript and Styled-Components",
"main": "build/index.js",
"module": "build/esm.index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/CentileChart/CentileChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ function CentileChart({
chronData.size = 1.5;
correctData.size = 1.5;
} else {
chronData.size = 3;
correctData.size = 3;
chronData.size = 3.5;
correctData.size = 3.5;
}

return (
Expand Down
2 changes: 1 addition & 1 deletion src/testParameters/styles/tanner2Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const Tanner2Styles = {
},
"measurementPoint": {
"data": {
"fill": "#000000"
"fill": "#000000",
}
},
"measurementLinkLine": {
Expand Down

0 comments on commit 07f1af8

Please sign in to comment.