Deephaven Dashboard Core Plugins
npm install @deephaven/dashboard-core-pluginsCore Deephaven plugins for use in dashboards
``bash`
npm install --save @deephaven/dashboard-core-plugins
`jsx
import React, { Component } from 'react';
import Dashboard from '@deephaven/dashboard';
import { GridPlugin, ChartPlugin } from '@deephaven/dashboard';
import MyDashboardPlugin from './MyDashboardPlugin';
class Example extends Component {
render() {
return (
);
}
}
``
Deephaven Data Labs and any contributors grant you a license to the content of this repository under the Apache 2.0 License, see the LICENSE file.