@mongodb-js/charts-embed-dom
Version:
JavaScript library for embedding MongoDB Charts
16 lines (15 loc) • 706 B
TypeScript
import type { Meta, StoryObj } from '@storybook/html';
declare const meta: Meta;
export default meta;
export declare const playground: StoryObj;
export declare const columnGrouped: StoryObj;
export declare const gridHeatmap: StoryObj;
export declare const textTable: StoryObj;
export declare const textWordCloud: StoryObj;
export declare const geospatialChoropleth: StoryObj;
export declare const geospatialScatter: StoryObj;
export declare const geospatialHeatmap: StoryObj;
export declare const clickEventSubscriptionAndUnsubscription: StoryObj;
export declare const vegaCharthighlighting: StoryObj;
export declare const tableCharthighlighting: StoryObj;
export declare const gettingChartData: StoryObj;