Skip to content

Commit

Permalink
fix cursor theme issues (#117323)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Nov 3, 2021
1 parent 9115a5c commit 6fe0e50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@elastic/apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace",
"@elastic/apm-rum": "^5.9.1",
"@elastic/apm-rum-react": "^1.3.1",
"@elastic/charts": "38.1.3",
"@elastic/charts": "38.1.4",
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.35",
"@elastic/ems-client": "8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ export const TimeSeries = ({
onPointerUpdate={handleCursorUpdate}
theme={[
{
crosshair: {
...chartTheme.crosshair,
},
axes: {
tickLabel: {
padding: {
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/vis_types/xy/public/components/xy_settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ export const XYSettings: FC<XYSettingsProps> = ({
barSeriesStyle: {
...valueLabelsStyling,
},
crosshair: {
...theme.crosshair,
},
legend: {
labelOptions: { maxLines: truncateLegend ? maxLegendLines ?? 1 : 0 },
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2337,10 +2337,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/charts@38.1.3":
version "38.1.3"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-38.1.3.tgz#0bf27021c54176e87d38269613205f3d6219da96"
integrity sha512-p6bJQWmfJ5SLkcgAoAMB3eTah/2a3/r3uo3ZskEN/xdPiqU8P+GANF8+6F4dWNfejbrpSUyCUldl7S4nWFGg3Q==
"@elastic/charts@38.1.4":
version "38.1.4"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-38.1.4.tgz#d4eeb0542855630de2db6dfb3b8fda30cb7927ae"
integrity sha512-6gQCXc2HBK8IY1XpSasahXLpRt12pvy6UNAAqV/d6wrOKk/FrhZ+Ha/aX5zeqZNbS7VR3qi4cxGJ4Ib3M9TsTQ==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand Down

0 comments on commit 6fe0e50

Please sign in to comment.