On this chart, Min and Max Labels are enabled and set up on the Candlestick chart. Positions of minLabels and maxLabels depend on the 'low' and 'high' value from the data mapping respectively. The anchor is not set for the labels, which means that anchor = 'auto' by default; and when we resize the chart, labels will be position in the way we can see them.
The HTML5 Candlestick Chart example we’ve built here using our AnyStock JS library serves as an example of how min/max labels can be easily added to an interactive JavaScript stock chart.
You can see that the position of the minLabels and maxLabels depends on the ‘low’ and ‘high’ values respectively, according to the data mapping introduced. No anchor is specified for the labels, i.e. anchor = ‘auto’ by default, so they will be finely seen no matter how you resize the Candlestick Chart.