Skip to content

Commit

Permalink
fix(ui): update giraffe to fix tooltip rendering in scatterplots (#17013
Browse files Browse the repository at this point in the history
)

* fix(ui): update giraffe to fix tooltip rendering in scatterplots

* chore: update CHANGELOG
  • Loading branch information
TCL735 authored Feb 26, 2020
1 parent 5a8e1f8 commit b64a7b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
1. [16973](https://github.com/influxdata/influxdb/pull/16973): Calculate correct stacked line cumulative when lines are different lengths
1. [17010](https://github.com/influxdata/influxdb/pull/17010): Fixed scrollbar issue where resource cards would overflow the parent container rather than be hidden and scrollable
1. [16992](https://github.com/influxdata/influxdb/pull/16992): Query Builder now groups on column values, not tag values
1. [17013](https://github.com/influxdata/influxdb/pull/17013): Scatterplots can once again render the tooltip correctly

## v2.0.0-beta.4 [2020-02-14]

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@influxdata/clockface": "1.1.5",
"@influxdata/flux-lsp-browser": "^0.2.2",
"@influxdata/flux-parser": "^0.3.0",
"@influxdata/giraffe": "0.17.5",
"@influxdata/giraffe": "0.17.6",
"@influxdata/influx": "0.5.5",
"@influxdata/influxdb-templates": "0.9.0",
"@influxdata/react-custom-scrollbars": "4.3.8",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1026,10 +1026,10 @@
resolved "https://registry.yarnpkg.com/@influxdata/flux-parser/-/flux-parser-0.3.0.tgz#b63123ac814ad32c65e46a4097ba3d8b959416a5"
integrity sha512-nsm801l60kXFulcSWA2YH2YRz9oSsMlTK9Evn6Og9BoQnQMcwUsSUEug8mQRIUljnkNYV58JSs0W0mP8h7Y/ZQ==

"@influxdata/giraffe@0.17.5":
version "0.17.5"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.5.tgz#887693c165b14b846bb1fdf2b816ae5b9744beae"
integrity sha512-sYEYJqLH4pnE5/B5cID9IuZrYfxY3zTVNTis1F3TregZtceZ3EhJU2XIrUY9ekZNiSr/oQxnjQ9V8bwh8L/gQA==
"@influxdata/giraffe@0.17.6":
version "0.17.6"
resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.6.tgz#33e94a98dea81601f2759488605e206493a34555"
integrity sha512-7HayQtfHXDVlxus++RXRa8UzwPeYKvMQOIp0sEuGRuQdsT5D/wo6aT8Q17vCj5230UvMYjU60s7xi58wg/AUcw==

"@influxdata/influx@0.5.5":
version "0.5.5"
Expand Down

0 comments on commit b64a7b0

Please sign in to comment.