Skip to content

Commit fb2432d

Browse files
committed
Updating demo to version 1.49.4
1 parent c0ebd88 commit fb2432d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/demo/demo.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const demoRoutes: Routes = [
4141

4242

4343
// PlotlyModule.plotlyjs = PlotlyJS;
44-
PlotlyViaCDNModule.plotlyVersion = '1.5.0';
44+
PlotlyViaCDNModule.plotlyVersion = '1.49.4';
4545
// PlotlyViaCDNModule.plotlyBundle = 'cartesian';
4646

4747
@NgModule({

src/app/demo/frames/frames.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
<plotly-plot [data]="data" [layout]="layout" [frames]="frames" [revision]="0" [debug]="debug" [useResizeHandler]="useResizeHandler"></plotly-plot>
2+
<plotly-plot [data]="data" [layout]="layout" [config]="config" [frames]="frames" [revision]="0" [debug]="debug" [useResizeHandler]="useResizeHandler"></plotly-plot>
33

44
<p>&nbsp;</p>
55
<small>Example got from: <a href="https://plot.ly/javascript/gapminder-example/" target="_blank">https://plot.ly/javascript/gapminder-example/</a></small>

0 commit comments

Comments
 (0)