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.
19
19
14. @opentelemetry/semantic-conventions version 1.34.0 (https://github.com/open-telemetry/opentelemetry-js)
20
20
15. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
21
21
16. @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)
23
23
18. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
24
24
19. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
25
25
20. 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)
27
27
22. microsoft/vscode (https://github.com/microsoft/vscode)
28
28
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
29
29
24. 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 @@
24351
24351
"@opentelemetry/semantic-conventions": "1.34.0",
24352
24352
"@shoelace-style/shoelace": "2.20.1",
24353
24353
"@vscode/codicons": "0.0.36",
24354
- "billboard.js": "3.15.1 ",
24354
+ "billboard.js": "3.16.0 ",
24355
24355
"https-proxy-agent": "5.0.1",
24356
24356
"iconv-lite": "0.6.3",
24357
24357
"lit": "3.3.0",
24358
- "marked": "15 .0.12 ",
24358
+ "marked": "16 .0.0 ",
24359
24359
"node-fetch": "2.7.0",
24360
24360
"os-browserify": "0.3.0",
24361
24361
"path-browserify": "1.0.1",
Original file line number Diff line number Diff line change @@ -714,12 +714,6 @@ export class GlTimelineChart extends GlElement {
714
714
setTimeout ( ( ) => loading ?. fulfill ( ) , 0 ) ;
715
715
} ,
716
716
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
- } ,
723
717
724
718
clipPath : true ,
725
719
data : {
You can’t perform that action at this time.
0 commit comments