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

[Request] HTML Support in Label #8

Open
BlackYuzia opened this issue Feb 24, 2019 · 0 comments
Open

[Request] HTML Support in Label #8

BlackYuzia opened this issue Feb 24, 2019 · 0 comments

Comments

@BlackYuzia
Copy link

BlackYuzia commented Feb 24, 2019

Feature Proposal

Function for add html tags in to center text.

Feature Use Case

This can help add icons, (example: from font awesome) in middle
Also, You can use tags like <strong>, <small> etc.
For example:
image

Possible Implementation

Example:

                plugins: {
                    doughnutlabel: {
                        labels: [
                            {
                                html-text: "<strong>" + Total + "</strong>" + " " + "<small>" + "%" + "</small>"
                            }
                        ]
                    }
                }
@BlackYuzia BlackYuzia changed the title HTML Tags (and more) in Center Text [Request] HTML Support in Label Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant