Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在材料选项卡上有一个细胞景观图。我有一个使图表变大的按钮。当图表较大时,我想添加一个滚动条。
这是堆栈闪电战:https ://stackblitz.com/edit/angular-68qptm?file=src%2Fapp%2Fshow-customers%2Fshow-customers.component.html
单击图形并单击大,您将图形变大,但我在 x 轴上看不到任何滚动条。
随着内容变大,我正在尝试添加滚动条。
我不知道如何添加滚动条。我认为实现这样的事情可能很讨厌,因为当您放大/缩小或平移时,图形画布的大小保持不变。
但我相信导航器扩展可能有用。
下面是如何使用导航器扩展的小 gif您可以看到左下方有一个小地图或导航器。