gpt4 book ai didi

javascript - 使用 ng-dygraphs 时如何从底层 dygraphs 中获取 isZoomed ?

转载 作者:行者123 更新时间:2023-12-01 00:35:04 25 4
gpt4 key购买 nike

Ng-dygraphs 是一个使用 Dygraphs 库并为 Angular 使用而准备的库。 Dygraphs 有一个名为 isZoomed 的属性。使用 NG-dygraphs 时如何访问此属性?

最佳答案

试试这个:

@ViewChild('ngDygraphs') ngDygraphs : ElementRef;


<ng-dygraphs
#ngDygraphs
[data]="data"
[options]="options">
</ng-dygraphs>

并为 ngDygraphs 制作 console.log(this.ngDygraphs) 并获取其属性。将会有 isZoomed 属性

关于javascript - 使用 ng-dygraphs 时如何从底层 dygraphs 中获取 isZoomed ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58197871/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com