-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Summary
I would very much appreciate some way to display the name of a series on the treemap charts, currentley im working with several datasets that i want to show if in a single treemap, but currentley only the contents of each square has a name and not the entiretey of a series. I can distinguish between the sets with color but not with names
API Changes
Since a name field already exists on series, simply having an option to display the title somewhere in the treemap options, EX:
plotOptions: {
treemap: {
displaySeriesTitles:True,
...
}
}
Intended Use Case
Simply to display the titles on treemap charts as to indicate what specific grupings means when using multiple series in a single treemap, for example it could look like img below:

As said previously im currentley using the different sets to indicate groupings and currentley cant tell them apart if not for the colour wich can be problematic when presenting or for colorblind viewers. Also i do not have a title to present the values under so would need to externaly add titles above each set manualy if i wanted the corresponding categories.