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.
当 ag 网格为 rtl 模式时,我的图表样式有问题
enableRtl:true
但是当在这种模式下图表时
enableRtl: false
图表风格非常好
我尝试自定义图表样式但无法解决此问题
谢谢
我通过覆盖样式解决了这个问题
.ag-panel.ag-dialog.ag-rtl{ direction: ltr !important; } .ag-panel.ag-dialog.ag-rtl *{ direction: ltr !important; }