gpt4 book ai didi

extjs - 在 extjs 图表中,如何隐藏轴和轴标签?

转载 作者:行者123 更新时间:2023-12-02 00:42:35 24 4
gpt4 key购买 nike

我正在使用 extjs 图表来显示一些数据。在此数据中,轴和轴标签无关紧要——只有数据趋势很重要。所以我想关闭轴。我该怎么做?

最佳答案

您想为 x/yAxis 设置 extraStyles

...,                
extraStyle: {
xAxis:{showLabels:false},
yAxis:{showLabels:false}
},
...

More info can be found in the YUI charts API Docs

关于extjs - 在 extjs 图表中,如何隐藏轴和轴标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2130003/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com