Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Oct 15, 2024
1 parent f695af0 commit d6149a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class PlotlyExpressChartModel extends ChartModel {
*/
handleWebGlAllowed(
webgl: boolean | undefined,
prevWebgl: boolean | undefined
prevWebgl: boolean | undefined = undefined
): void {
if (webgl != null) {
setWebGlTraceType(this.plotlyData, webgl, this.webGlTraceIndices);
Expand Down

0 comments on commit d6149a2

Please sign in to comment.