Skip to content

Commit

Permalink
Merge pull request #146 from bento-platform/fix/bar-chart-lines
Browse files Browse the repository at this point in the history
fix(charts): vertical lines on bar charts
  • Loading branch information
davidlougheed authored Feb 12, 2024
2 parents b77d21f + 97d5fa6 commit 0f615b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bento_public",
"version": "0.17.1",
"version": "0.17.2",
"description": "A publicly accessible portal for clinical datasets, where users are able to see high-level statistics of the data available through predefined variables of interest and search the data using limited variables at a time. This portal allows users to gain a generic understanding of the data available (secure and firewalled) without the need to access it directly. Initially, this portal facilitates the search in English language only, but the French language will be added at a later time.",
"main": "index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.14.0",
"axios": "^1.6.2",
"bento-charts": "^2.6.1",
"bento-charts": "^2.6.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"i18next": "^23.7.7",
Expand Down

0 comments on commit 0f615b9

Please sign in to comment.