File tree Expand file tree Collapse file tree 4 files changed +15
-21
lines changed
src/webviews/apps/plus/timeline/components Expand file tree Collapse file tree 4 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ This project incorporates components from the projects listed below.
191914. @opentelemetry/semantic-conventions version 1.34.0 (https://github.com/open-telemetry/opentelemetry-js)
202015. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
212116. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
22- 17. billboard.js version 3.15.1 (https://github.com/naver/billboard.js)
22+ 17. billboard.js version 3.16.0 (https://github.com/naver/billboard.js)
232318. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
242419. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
252520. lit version 3.3.0 (https://github.com/lit/lit)
26- 21. marked version 15 .0.12 (https://github.com/markedjs/marked)
26+ 21. marked version 16 .0.0 (https://github.com/markedjs/marked)
272722. microsoft/vscode (https://github.com/microsoft/vscode)
282823. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
292924. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
Original file line number Diff line number Diff line change @@ -24351,11 +24351,11 @@
2435124351 "@opentelemetry/semantic-conventions": "1.34.0",
2435224352 "@shoelace-style/shoelace": "2.20.1",
2435324353 "@vscode/codicons": "0.0.36",
24354- "billboard.js": "3.15.1 ",
24354+ "billboard.js": "3.16.0 ",
2435524355 "https-proxy-agent": "5.0.1",
2435624356 "iconv-lite": "0.6.3",
2435724357 "lit": "3.3.0",
24358- "marked": "15 .0.12 ",
24358+ "marked": "16 .0.0 ",
2435924359 "node-fetch": "2.7.0",
2436024360 "os-browserify": "0.3.0",
2436124361 "path-browserify": "1.0.1",
Original file line number Diff line number Diff line change @@ -714,12 +714,6 @@ export class GlTimelineChart extends GlElement {
714714 setTimeout ( ( ) => loading ?. fulfill ( ) , 0 ) ;
715715 } ,
716716 onrendered : this . getOnRenderedCallback ( this ) ,
717- // Restore the zoomed domain when the chart is resized, because it gets lost
718- onresized : ( ) => {
719- if ( this . _chart == null || this . zoomedRange == null ) return ;
720-
721- this . _chart . zoom ( this . zoomedRange ) ;
722- } ,
723717
724718 clipPath : true ,
725719 data : {
You can’t perform that action at this time.
0 commit comments