0

I have a bar chart with one group of five items. Strangely, the distance between the bars within the same group is different. I tried out almost all imaginable settings as on the references list, but in vain.

Here is the graph.

The PlotOptions code is this:

plotOptions:
{
  series:
  {
    borderWidth: 0,
    shadow: false,
    pointWidth: 10
  }
},
4

1 回答 1

0

问题出在pointWidth属性上-您的图表对于该值来说太小了,将其删除或更改为〜7。

于 2013-02-12T12:13:01.717 回答