gchq / gchq/stroom-visualisations-dev
v4.0 Doughnut Hover tips are not always appearing/flicker
Open
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/user-attachments/assets/fb966df5-b06e-4a26-a29d-8085110a2d27
Created using
```
from "Stream Store"
// where Status = "Deleted"
eval Cnt = count()
eval Key = floorDay(${Create Time})
group by Key, ${Duration}
select Key, ${Duration}, Cnt
show as Doughnut(names = ${Duration}, values = Cnt, gridSeries = Key)
```
Contributor guide
Assessment
This issue has not been assessed yet.