Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Series names for Treemaps #3661

Closed
SyberKraken opened this issue Feb 23, 2023 · 3 comments
Closed

Series names for Treemaps #3661

SyberKraken opened this issue Feb 23, 2023 · 3 comments
Labels
feature-request New feature or request

Comments

@SyberKraken
Copy link

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:
image
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.

@SyberKraken SyberKraken added the feature-request New feature or request label Feb 23, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@prempopatia
Copy link

prempopatia commented Dec 10, 2024

Is it added? We really need this feature where we can show series names for treemaps. Because when we use multiple series without names, it will be hard to distinguish the data of similar type but of different categories.

@aayush105
Copy link

Is this feature added? @junedchhipa
I am having the same problem as @SyberKraken .

let me know if this feature is added or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants