I am a newcomer learning Highcharts, and I've been exploring issues related to plotLines. I've noticed that many people mention plotLinesAndBands, but I haven't found any documentation about it on the official website or elsewhere. How can I obtain information about it?
Many mention plotLinesAndBands https://stackoverflow.com/search?q=plotLinesAndBands+
The
plotLinesAndBandsobject serves as the container for storing plotlines or plotBands within the chart configuration.The documentation outlines how to configure the chart, where plotLines/plotBands are directly specified within the axis, as follows:
However, the plotlines or plotBands reside within the plotLinesAndBands object, and you can easily verify this using the devtool:
If you find the information unclear and should be mentioned in the documentation, feel free to report it on our github page: https://github.com/highcharts/highcharts/issues/new/choose