O
O
oe24y2018-08-08 10:54:00
JavaScript
oe24y, 2018-08-08 10:54:00

Highcharts: In a polar chart, the start and end points are connected. How to cancel?

As you can see in the screenshot below, 141 degrees is the last point on the line.
But in the diagram, the last point is connected by a line to the initial one (marked with a red line).
How to make it so that the start and end points do not connect?

5b6aa1953e101671147624.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2018-08-08
@oe24y

plotOptions: {
  line: {
    connectEnds: false
  }
}

You can also specify connectEnds in the properties of the series elements - if you have multiple graphs and want only some of them to have no endpoint connections.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question