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.
我能够以此处描述的方式使用子组创建图表。结果如下所示:
我希望能够随着其中类别数量的增加而控制彩色条的宽度,而不是仅仅让类别宽度减小宽度以适应恒定的主要组宽度。因此,随着数据的增加,我想让“多余”图表离开 div,如下所示:
并且多余的部分将通过滚动访问,我猜想使用 .css .scroll 属性。
如何获得这种外观?