Format a chart for display as text.
Chart to format
Formatted chart string
const chart = calculateChart(birthData);console.log(formatChart(chart)); Copy
const chart = calculateChart(birthData);console.log(formatChart(chart));
Format a chart for display as text.