Skip to content

Commit

Permalink
[ML] Anomaly Detection: Fix values-dots colors (elastic#176303)
Browse files Browse the repository at this point in the history
## Summary

Fixes the colors of "value dots", the dots that are shown in the Single
Metric Viewer when theres sparse data and not a continuous line.

Before:

<img width="1112" alt="image"
src="https://github.com/elastic/kibana/assets/230104/7844bfa0-3a50-4088-869a-5a6fc366c0cd">

After:

<img width="1112" alt="image"
src="https://github.com/elastic/kibana/assets/230104/28fcaa1e-eed9-497b-8c1a-c824effd7c31">

### Checklist

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
  • Loading branch information
walterra authored and fkanout committed Mar 4, 2024
1 parent a2627ee commit 050763a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
pointer-events: none;
}

.values-dots circle {
fill: $euiColorPrimary;
stroke-width: 0;
}

.metric-value {
opacity: 1;
fill: transparent;
Expand Down

0 comments on commit 050763a

Please sign in to comment.