in src/barChart.ts [239:243]
function getColumnStrokeWidth(isHighContrast: boolean): number { return isHighContrast ? 2 : 0; }