Home Forums Chart Support Stacked column with some missing labels Reply To: Stacked column with some missing labels

#61505

Thank you, that’s very helpful. My next challenge is to display an indexLabel total over each column, which is tricky as the data series don’t all contain a value for each x-value e.g.
* for the “Blank” column (x=1) I’d add up 74 (from Team A), 1 (from Team B) and 377 (from Team C), and nothing from Team D.
* for the “Local” column (x=2) I’d add up 895 (from Team A), 279 (from Team C), and nothing from the other teams
etc.
This assumes that each data series is visible. If any data series is not visible I’d need to not check it.
Is this something you’ve seen before and might have a function for?
Thanks
Justin