gchq / gchq/stroom-visualisations-dev

v4.0 Doughnut Hover tips are not always appearing/flicker

Open
#70 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.