AnyChart Labels and point-size settings control how data values are rendered visually. The minPointLength property ensures that very small or zero values remain visible instead of disappearing from the chart.
This sample creates a column chart with monthly data that includes zero-value months. Setting minPointLength to 25 guarantees every column is visible. Point-positioned tooltips, by-x hover mode, and currency-formatted Y-axis labels complete the layout.
See the Common Settings documentation for all configuration options.