File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const demoRoutes: Routes = [
41
41
42
42
43
43
// PlotlyModule.plotlyjs = PlotlyJS;
44
- PlotlyViaCDNModule . plotlyVersion = '1.5.0 ' ;
44
+ PlotlyViaCDNModule . plotlyVersion = '1.49.4 ' ;
45
45
// PlotlyViaCDNModule.plotlyBundle = 'cartesian';
46
46
47
47
@NgModule ( {
Original file line number Diff line number Diff line change 1
1
< 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 >
3
3
4
4
< p > </ p >
5
5
< small > Example got from: < a href ="https://plot.ly/javascript/gapminder-example/ " target ="_blank "> https://plot.ly/javascript/gapminder-example/</ a > </ small >
You can’t perform that action at this time.
0 commit comments