Skip to content

Commit

Permalink
chore(main): update uplot (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev authored Oct 7, 2024
1 parent bc54fd0 commit f2dbf5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"typescript": "^4.2.3"
},
"dependencies": {
"uplot": "1.6.27"
"uplot": "1.6.31"
}
}
1 change: 1 addition & 0 deletions src/YagrCore/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const Scale: YScale = {
Ordinal: 2 as uScale.Distr.Ordinal,
Logarithmic: 3 as uScale.Distr.Logarithmic,
ArcSinh: 4 as uScale.Distr.ArcSinh,
Custom: 5 as uScale.Distr.Custom,
},
};

Expand Down

0 comments on commit f2dbf5c

Please sign in to comment.