Hi , this does not resolve my issue. I have data in 3 columns. But the data label to be displayed is not in any column. It is the column name.
Here is my code:
“series”: [
{
“name”: “Students”,
“data”: [
[ “getColumn”, 1],
[ “getColumn”, 2],
[ “getColumn”, 3]
]
}
]
See attached pic where the data label is “slice” for all components of the funnel. I want it to say different words based on what column is being represented.