Highcharts - 如何减少类别之间的空间? [英] Highcharts - How can I decrease space between categories?

查看:123
本文介绍了Highcharts - 如何减少类别之间的空间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要减少空间,...我该怎么做?



Planificación,prioridad和gerencia是类别,里面的数字是按人排列的。 pointPadding 和 pointWidth 是你想要的。



尝试这个
重要的是:

  plotOptions:{
series:{
stacking:'正常',
pointWidth:50,
pointPadding:0
}
},


I need to reduce that space, ... How can I do it?

"Planificación", "prioridad" and "gerencia" are categories, the numbers inside are series by person.

解决方案

To do this pointPadding and pointWidth are what you want.

Try this. The important bits are:

plotOptions: {
            series: {
                stacking: 'normal',
                pointWidth: 50,
                pointPadding: 0
            }
        },

这篇关于Highcharts - 如何减少类别之间的空间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆