Skip to content

Commit

Permalink
fix: only point series to axes for certain types (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Apr 17, 2019
1 parent b39cec2 commit 24b6ac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chalk": "2.4.1",
"css-loader": "0.28.7",
"d2": "31.2.1",
"d2-charts-api": "32.0.2",
"d2-charts-api": "32.0.3",
"d2-manifest": "^1.0.0",
"data-visualizer-plugin": "32.0.3",
"dotenv": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@material-ui/core": "^3.1.2",
"d2-charts-api": "32.0.2",
"d2-charts-api": "32.0.3",
"lodash-es": "^4.17.11",
"react": "^16.6.0",
"react-dom": "^16.6.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4332,10 +4332,10 @@ cypress@^3.1.1:
url "0.11.0"
yauzl "2.10.0"

d2-charts-api@32.0.2:
version "32.0.2"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.2.tgz#843dbaefa21382c5ad401f8df20056249997844a"
integrity sha512-TDo2qjzDvpzbPowfCDG5lFESWTcqvqt/mwiHYluHZI6ixMuaepoFqgdVfv3e88l+bQSpGQvXC8a1nf8jYmPq3w==
d2-charts-api@32.0.3:
version "32.0.3"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.3.tgz#a487161587863d2c0f100d5dbf2b214ac01cd738"
integrity sha512-RWioHmFVhPkiv+hDi7p/qHfhl1kW6q9bWpxOBy12rO105nA2m6y4CZ0Vva30iSPj36HqBE+aHXTtB87/sfPc2A==
dependencies:
d2-utilizr "0.2.13"
d3-color "1.0.1"
Expand Down

0 comments on commit 24b6ac0

Please sign in to comment.