Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbded3fa

Browse files
committed
Fixing regression on configuration
1 parent2dba419 commitbded3fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/app/plotly/plotly.service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ export class PlotlyService {
3232
}
3333

3434
publicnewPlot(div:HTMLDivElement,data:Plotly.Data[],layout?:Partial<Plotly.Layout>,config?:Partial<Plotly.Config>){
35-
returnthis.plotly.newPlot(div,data,layout);
35+
returnthis.plotly.newPlot(div,data,layout,config);
3636
}
3737

3838
publicplot(div:Plotly.PlotlyHTMLElement,data:Plotly.Data[],layout?:Partial<Plotly.Layout>,config?:Partial<Plotly.Config>){
39-
returnthis.plotly.plot(div,data,layout);
39+
returnthis.plotly.plot(div,data,layout,config);
4040
}
4141

4242
publicupdate(div:Plotly.PlotlyHTMLElement,data:Plotly.Data[],layout?:Partial<Plotly.Layout>,config?:Partial<Plotly.Config>){
43-
returnthis.plotly.update(div,data,layout);
43+
returnthis.plotly.update(div,data,layout,config);
4444
}
4545

4646
publicresize(div:Plotly.PlotlyHTMLElement):void{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp