🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more
Socket
Book a DemoInstallSign in
Socket

@deephaven/chart

Package Overview
Dependencies
Maintainers
8
Versions
1022
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deephaven/chart

Deephaven Chart

Source
npmnpm
Version
1.8.1-beta.4
Version published
Maintainers
8
Created
Source

@deephaven/chart

Deephaven Chart component. Display a chart connected to a Deephaven Figure or Table.

Usage

Add the package to your "dependencies":

npm install --save @deephaven/chart

Then, import and use the component from the package:

import { Chart } from '@deephaven/chart';

// In your render function
<Chart dh={dh} model={model} />

FAQs

Package last updated on 30 Oct 2025

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