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.
- Host: GitHub
- URL: https://github.com/dsuarezv/prevalence-js
- Owner: dsuarezv
- License: mit
- Created: 2022-06-05T17:30:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T18:03:37.000Z (about 4 years ago)
- Last Synced: 2025-01-07T14:47:10.331Z (over 1 year ago)
- Language: JavaScript
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


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).