0

我想在屏幕左侧显示一个 d3 树(tree_panel),并在右侧显示每个叶子的注释(annotation_panel)。

问题是叶子注释可以变得非常大。因此,我可以将 tree_panel+annotation_panel 放入一个 div 并使其溢出:滚动。然后,每当我向右滚动很多时,树就不再可见了。

有没有办法将树和注释分开,以便只在注释区域滚动?

我制作了以下图片以使事情变得更容易: http: //oi43.tinypic.com/2ihscpc.jpg

非常感谢任何指针/帮助!

费边

4

1 回答 1

0

Can you use separate divs for the tree and the annotation (positioned side-by-side) with overflow: scroll only set on the annotation div?

于 2013-08-31T14:08:25.140 回答