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.
我想缩小我的条形图 x 轴值。我使用 struts2 从数据库值动态创建条形图,我的 x 轴数据就像城市、人口等。我想缩放我的条形图数据。
请给我任何解决方案
谢谢你。
您可以使用 setExtremes 函数,该函数允许在 xAxis 上定义设置范围。
http://api.highcharts.com/highcharts#Axis.setExtremes()