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

Different font sizes #1

Closed
Seb33300 opened this issue Jun 2, 2018 · 3 comments
Closed

Different font sizes #1

Seb33300 opened this issue Jun 2, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Seb33300
Copy link

Seb33300 commented Jun 2, 2018

Hi,

Is it possible to set a different font config for each line?

I tried:

plugins: {
    doughnutlabel: {
        labels: ['Taux avancement', '95%'],
        fonts: [
            {
                size: '20',
            },
            {
                size: '60',
                weight: 'bold'
            }
        ]
    }
}

But its nor working

@ciprianciurea
Copy link
Owner

Hi,
Not at the moment, but I guess it wouldn't be too difficult to implement that, so I think I shall do it soon.

@ciprianciurea ciprianciurea added the enhancement New feature or request label Jun 3, 2018
@ciprianciurea ciprianciurea self-assigned this Jun 3, 2018
@Seb33300
Copy link
Author

Thanks!

@bvdalling
Copy link

bvdalling commented Aug 19, 2021

Was this ever implemented?

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

No branches or pull requests

3 participants