Skip to content

Commit

Permalink
upgrade elastic/charts from v57 to v66
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Jul 17, 2024
1 parent a99be67 commit f425ec7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
18 changes: 6 additions & 12 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastic/charts": "57.0.0",
"@elastic/charts": "66.1.0",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "77.2.0",
"@emotion/css": "^11.11.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ export default class TimeHistogram extends React.Component {
<EuiSettings
showLegend={false}
onElementClick={(event) => queryByDate(event[0][0].datum)}
theme={{
background: {
color: "transparent"
}
}}
/>
<Tooltip
headerFormatter={(tooltipData) => {
Expand Down

0 comments on commit f425ec7

Please sign in to comment.