We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff90ab9 commit abd92d9Copy full SHA for abd92d9
src/app/shared/plotly.service.ts
@@ -10,7 +10,7 @@ type PlotlyName = 'Plotly' | 'ViaCDN' | 'ViaWindow';
10
export class PlotlyService {
11
protected static instances: Plotly.PlotlyHTMLElement[] = [];
12
protected static _plotly?: any = undefined;
13
- protected static _moduleName?: PlotlyName;
+ protected static _moduleName?: PlotlyName = undefined;
14
15
public static setModuleName(moduleName: PlotlyName) {
16
PlotlyService._moduleName = moduleName;
0 commit comments