Skip to content

Commit

Permalink
chore(histogram): update @data-ui/histogram for better bins (#16)
Browse files Browse the repository at this point in the history
* chore: [histogram] bump to @data-ui/histogram@^0.0.77

* docs: fewer histogram bins in demo
  • Loading branch information
williaster authored and zhaoyongjie committed Nov 26, 2021
1 parent 4013721 commit 87be3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@data-ui/histogram": "^0.0.64",
"@data-ui/theme": "^0.0.62",
"@data-ui/histogram": "^0.0.77",
"@data-ui/theme": "^0.0.77",
"@vx/legend": "^0.0.170",
"@vx/responsive": "0.0.172",
"@vx/scale": "^0.0.165",
Expand Down
Expand Up @@ -12,7 +12,7 @@ export default [
formData: {
colorScheme: 'd3Category10',
globalOpacity: 1,
linkLength: 25,
linkLength: 15, // binCount
normalized: false,
xAxisLabel: 'Score',
yAxisLabel: 'Count',
Expand Down

0 comments on commit 87be3e8

Please sign in to comment.