An open API service indexing awesome lists of open source software.

https://github.com/dsuarezv/prevalence-js

Just a quick prevalence chart hacked together with React + svg.
https://github.com/dsuarezv/prevalence-js

Last synced: 2 months ago
JSON representation

Just a quick prevalence chart hacked together with React + svg.

Awesome Lists containing this project

README

          

# Prevalence chart sample

[Live demo here](https://dsuarezv.github.io/prevalence-js)

Just a quick chart hacked together with React + svg.

Good to detect outliers with low occurrence thanks to the logarithmic scale in the Y axis. Inspired by Chronicle.

![](screenshots/02.png)

![](screenshots/01.png)

While triaging event logs, this metric can be used to detect events not related to normal organization activity, outliers. This chart is a fine way to visualize events that don't happen very often because they bubble up to the top (low prevalence).