0.9.1-js-plugin-big-display.14 • Published 3 years ago

@deephaven/dashboard-server-widgets-plugin v0.9.1-js-plugin-big-display.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@deephaven/dashboard-core-plugins

Core Deephaven plugins for use in dashboards

Install

npm install --save @deephaven/dashboard-core-plugins

Usage

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 (
      <Dashboard>
        <GridPlugin />
        <ChartPlugin />
        <MyDashboardPlugin />
      </Dashboard>
    );
  }
}

Legal Notices

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.