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.
我有带有项目笛卡尔图表的选项卡面板。在加载页面上,页面中仅显示 y 轴。相同的代码在 sencha fiddle 中可以正常工作,但在我的应用程序中却不行。如果有人知道这个问题,请告诉我。
我得到了上述问题的解决方案,我在图表面板 div 中添加了 position:absolute 并且问题得到了解决。