Skip to content

Commit

Permalink
docs(dataviz): add histogram (#2493)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
theiliad and kodiakhq[bot] authored Aug 18, 2021
1 parent 3528031 commit dc53b6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"gatsby-remark-images": "^3.3.33"
},
"dependencies": {
"@carbon/charts-react": "0.41.101",
"@carbon/charts-react": "0.42.1",
"@carbon/elements": "^10.40.0",
"@carbon/icons": "^10.37.0",
"@carbon/icons-react": "^10.37.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/data-visualization/chart-types/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ appropriate chart type.
<Column colMax={3} colXl={3} colLg={4} colMd={4} colSm={2} noGutterSm >
<OverviewCard
title="Histogram"
disabled
href="/data-visualization/simple-charts#histogram"
>

![GATSBY_EMPTY_ALT](images/histogram.svg)
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1144,19 +1144,19 @@
lodash "^4.17.19"
to-fast-properties "^2.0.0"

"@carbon/charts-react@0.41.101":
version "0.41.101"
resolved "https://registry.yarnpkg.com/@carbon/charts-react/-/charts-react-0.41.101.tgz#7ac2ac5666dd22cd7458cab05323eb04f0f2e8b3"
integrity sha512-+mho+cliPvnA9izBgftNitUScFdsq2FRy67a4oHSHgVFVLxIjGiI0W5DoBH5hlK1dhBIjpjd/JIxVRzJZgozBQ==
"@carbon/charts-react@0.42.1":
version "0.42.1"
resolved "https://registry.yarnpkg.com/@carbon/charts-react/-/charts-react-0.42.1.tgz#17b12e1fbefbdaddd805f0e740f8e4850acadcaf"
integrity sha512-1GLksHYOqMfD6xPfjbanpcsm4RTd0xzyhDc4yOVVXVPRjcdOhf493VL0kwXXD8iZ8/IkLduuCNEqZkW+LKWrqQ==
dependencies:
"@carbon/charts" "^0.41.101"
"@carbon/charts" "^0.42.1"
"@carbon/icons-react" "^10.32.0"
"@carbon/telemetry" "0.0.0-alpha.6"

"@carbon/charts@^0.41.101":
version "0.41.101"
resolved "https://registry.yarnpkg.com/@carbon/charts/-/charts-0.41.101.tgz#eece1fdb8879dd74bbd45dd67e9bd9a65578798e"
integrity sha512-T2srw+wmMSxxY+b9EdaXjpzR1nqratnh4N3qLqwW6/yhTLAqnlfIcyNssQulEc6rp7AlqOHCTd32V1HV+Dougg==
"@carbon/charts@^0.42.1":
version "0.42.1"
resolved "https://registry.yarnpkg.com/@carbon/charts/-/charts-0.42.1.tgz#eddfb3482dde883be0d7a5a5652d6b987564bfca"
integrity sha512-SJYsUuj8TlOrcHYg1sH0AzDrbjrVs1Jim2zu4DRLIs6yTXAqj4ihOC0kU57vF6o/ms7z+UamejvmhXLjrxaFGw==
dependencies:
"@carbon/colors" "10.29.0"
"@carbon/telemetry" "0.0.0-alpha.6"
Expand Down

1 comment on commit dc53b6c

@vercel
Copy link

@vercel vercel bot commented on dc53b6c Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.