Hi team,
For example,
{ type: “stackedColumn”, color: “#90CC1B”, name: “Name1”, showInLegend: true,
click: onClick_chart_users, dataPoints: $dataPoints },
{ type: “stackedColumn”, color: “#3498DB”, name: “Name2”, showInLegend: true,
indexLabel: “#total”, indexLabelPlacement: “outside”,
click: onClick_chart_exusers, dataPoints: $dataPoints2 },
if $dataPoints (column 1) has [ x: 10, y: 100]
but $dataPoints2 (column 2) doesn’t have x: 10.
The indexLabel will not be shown on top of stackedCloumn, because “column 2” is missing data.