Skip to content

Commit

Permalink
fix(dashboard): fix tooltip positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Apr 12, 2023
1 parent 486dc4f commit cc82474
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 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 packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@cloudscape-design/components": "^3.0.244",
"@cloudscape-design/design-tokens": "^3.0.9",
"@cloudscape-design/global-styles": "^1.0.7",
"@iot-app-kit/charts-core": "^1.7.1",
"@iot-app-kit/charts-core": "^1.8.1",
"@iot-app-kit/components": "5.3.0",
"@iot-app-kit/core": "5.3.0",
"@iot-app-kit/core-util": "5.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const barChartPlugin: DashboardPlugin = {
},
}),
initialSize: {
height: 150,
height: 250,
width: 270,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const lineChartPlugin: DashboardPlugin = {
},
}),
initialSize: {
height: 150,
height: 250,
width: 270,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const scatterChartPlugin: DashboardPlugin = {
},
}),
initialSize: {
height: 150,
height: 250,
width: 270,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const statusTimelineChartPlugin: DashboardPlugin = {
},
}),
initialSize: {
height: 150,
height: 250,
width: 270,
},
});
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@cloudscape-design/collection-hooks": "^1.0.19",
"@cloudscape-design/components": "^3.0.244",
"@cloudscape-design/design-tokens": "^3.0.9",
"@iot-app-kit/charts-core": "^1.7.1",
"@iot-app-kit/charts": "^1.7.1",
"@iot-app-kit/charts-core": "^1.8.1",
"@iot-app-kit/charts": "^1.8.1",
"@iot-app-kit/components": "5.3.0",
"@iot-app-kit/core": "5.3.0",
"@iot-app-kit/core-util": "5.3.0",
Expand Down

0 comments on commit cc82474

Please sign in to comment.