Home > @plotex/lib-apex > mountChart

mountChart() function#

Signature:
export declare function mountChart(chartDef: IChartDef, domElement: HTMLElement, chartOptions?: IMountOptions): Promise<IChart>;

Parameters#

ParameterTypeDescription
chartDefIChartDef
domElementHTMLElement
chartOptionsIMountOptions
Returns:

Promise<IChart>