ebs.generateChart

Displays a predefined chart.

Syntax

Copy
function generateChart(htmlid: string, chartName: string, context: any, callback: any): void;
 
Parameter Type Description
htmlid string ID of the parent HTML element where the chart will be injected.
chartName string Name of a predefined chart that will be displayed.
context any  
callback any Callback function to run after the chart is generated.

Examples