New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

heatmap-component

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heatmap-component

TypeScript library for creating interactive grid heatmaps

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
83
increased by1.22%
Maintainers
0
Weekly downloads
 
Created
Source

HeatmapComponent

TypeScript library for creating interactive grid heatmaps.

The goal of HeatmapComponent is to provide a tool for visualizing two-dimensional data in the form of grid heatmaps. It focuses on interactivity, performance, and customizability.

Features

  • Data type flexibility: appropriate for 2D arrays of numerical data, categorical data, and more complex data types
  • Customizable color scheme
  • Interactivity:
    • Zooming (currently only in x-axis direction)
    • Markers: highlighting current column, row, and data item
    • Tooltips: showing custom content when the user hovers or clicks a data item
  • Efficient canvas-based rendering: smooth visualizations even with millions of data items
  • Integrability with other components via exposed events (hover, select, zoom...)
  • Extensibility: new behaviors can be added via extensions

What it doesn't do

  • Visualization of data that don't fit into a 2D grid
  • Other shapes than rectangles
  • Axis labeling
  • Data loading or modification via UI

Live demos

https://pdbeurope.github.io/heatmap-component/ (deployed from main branch)

Documentation

FAQs

Package last updated on 19 Dec 2024

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

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