rdesign/frontend/node_modules/mermaid/dist/diagrams/xychart/chartBuilder/index.d.ts

6 lines
346 B
TypeScript

import type { SVGGroup } from '../../../diagram-api/types.js';
import type { DrawableElem, XYChartConfig, XYChartData, XYChartThemeConfig } from './interfaces.js';
export declare class XYChartBuilder {
static build(config: XYChartConfig, chartData: XYChartData, chartThemeConfig: XYChartThemeConfig, tmpSVGGroup: SVGGroup): DrawableElem[];
}