Chart showing overlapping placement of columns, using different data series. The chart is also using multiple y-axes, allowing data in different ranges to be visualized on the same chart.

, valueSuffix: ' M' }, pointPadding: 0.3, pointPlacement: 0.2, yAxis: 1 }, { name: 'Employees', color: 'rgba(165,170,217,1)', data: [150, 73, 20], pointPadding: 0.4, pointPlacement: -0.2 }, { name: 'Profit', color: 'rgba(248,161,63,.9)', data: [183.6, 178.8, 198.5], tooltip: { valuePrefix: ' , valueSuffix: ' M' }, pointPadding: 0.4, pointPlacement: 0.2, yAxis: 1 }] });