Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
paneled-outlier-explorer
Advanced tools
Paneled line charts of data points over time with point and line brushing
The Paneled Outlier Explorer is a javascript library that provides paneled line charts of data points over time with point and line brushing. It is designed for use in clinical trial research, but can also be applied in other areas. The paneled outlier explorer is closely related to the (non-paneled) safety outlier explorer library, and can be used to monitor key safety signals in clinical trials in conjunction with other charts in the safety explorer suite. The Paneled Outlier Explorer includes interactive features such as real-time brushing and requires minimal user configuration.
Click here for a live demo When the page loads, the user sees multiple paneled charts providing a lab data summary for each measure over time.
Generally speaking, minimal configuration is needed to create a Paneled Outlier Explorer. Just load a json data set and the tool will automatically create a user interface (measures, etc.) based on the data set loaded.
Initialize the chart like so:
paneledOutlierExplorer('body', {}).init(data)
Creating a chart with a basic custom configuration would look like this:
var settings = {
'id_col': 'custom_id_variable',
'filters': [
{
'value_col': 'GENDER',
'label': 'Gender'
}
]
};
paneledOutlierExplorer('body', settings).init(data)
More information is available in the project's wiki:
FAQs
Paneled line charts of data points over time with point and line brushing
We found that paneled-outlier-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.