Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feedzai/brushable-histogram

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feedzai/brushable-histogram - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

coverage/clover.xml

3

CHANGELOG.md
# Brushable Histogram
# 1.1.1 (2018/12/17)
- Publishes the `lib` folder
# 1.1.0 (2018/12/17)

@@ -4,0 +7,0 @@ - Document the props and have better defaults

2

package.json
{
"name": "@feedzai/brushable-histogram",
"version": "1.1.0",
"version": "1.1.1",
"description": "A time histogram with a time brush that renders a summary of the events",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -7,8 +7,17 @@ # Brushable Histogram

The brushable histogram renders a time histogram with a preview of the whole data below it, that can be used both to
pan and zoom in on specific intervals as well as to see an overview of the distribution of the data.
pan and zoom in on specific intervals as well as to see an overview of the distribution of the data ([demo](https://feedzai.github.io/brushable-histogram/)).
![](https://i.imgur.com/VUYAnxy.gif?raw=true)
Brushable histogram works as an uncontrolled component.
Kudos to Beatriz Malveiro for the ideia and first proptotype and to Victor Fernandes for improvements to that first version.
Kudos to [Beatriz Malveiro](https://github.com/biamalveiro) for the ideia and first proptotype and to [Victor Fernandes](https://github.com/victorfern91) for improvements to that first version.
## Instalation
```shell
npm install --save @feedzai/brushable-histogram
```
## Props

@@ -15,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc