Hi,
Sometimes, when I create a chart using “column” or “stacked column” types, the indexLabelPlacement: “outside” property doesn’t work as expected—the labels appear inside or at the bottom of the bars instead of outside. However, when I copy the same JSON configuration and test it directly on the CanvasJS website, the labels display correctly. The only way it appears correctly in my app is if I disable the labels entirely.
What mistake might I be making in my implementation that’s causing this behavior?