如何在 xaxis 中找到单个单元格的宽度? (参考截图)

How to find the width of single cell in xaxis ? ( Refer screenshot )

我是图表新手,我有一个问题:如何找到单个单元格在 x 轴上的宽度?

您可以通过 translationSlope 参数从 xAxis 对象中提取该信息。

chart.xAxis[0].translationSlope

示例:http://jsfiddle.net/y5Lob9f3/