@deephaven/js-plugin-plotly-express
Version:
Deephaven plotly express plugin
7 lines • 341 B
JavaScript
import { PlotlyExpressPlugin } from './PlotlyExpressPlugin.js';
// Export legacy dashboard plugin as named export for backwards compatibility
export * from './DashboardPlugin.js';
export * from './PlotlyExpressChartModel.js';
export * from './PlotlyExpressChartUtils.js';
export default PlotlyExpressPlugin;
//# sourceMappingURL=index.js.map