🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

heatmap-ts

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatmap-ts

Forked from [pa7/heatmap.js](https://github.com/pa7/heatmap.js) for TypeScript.

0.0.5
latest
75

Supply Chain Security

100

Vulnerability

83

Quality

76

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Weekly downloads
254
8.09%
Maintainers
1
Weekly downloads
 
Created

heatmap-ts

Forked from pa7/heatmap.js for TypeScript.

Tips: plugin register is not yet implemented. If you need it, please mention the problem or push your code through PR.

Install

yarn add heatmap-ts -S
# or
npm i heatmap-ts -S

Use

For more details, see heatmap.js.

import HeatMap from 'heatmap-ts'

const heatMap = new HeatMap({
  container: document.getElementById('view'),
  maxOpacity: .6,
  radius: 50,
  blur: 0.90,
})

heatMap.setData({
  max: 100,
  min: 1,
  data: [
    {
      x: 100,
      y: 100,
      value: 100,
      radius: 20
    },
    {
      x: 200,
      y: 250,
      value: 50,
      radius: 30
    }
  ]
})

FAQs

Package last updated on 14 Jul 2021

Did you know?

Socket

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.

Install

Related posts