Deephaven Chart
npm install @deephaven/chartDeephaven Chart component. Display a chart connected to a Deephaven Figure or Table.
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
``