Skip to content

Label with wrong font size #77

@corrog

Description

@corrog

Hi
I set the label font size to 25, but it seems that it was not applied correctly. The labels of the two gauge have different font sizes, same code and same data.

labels={{
    valueLabel: {
        style: {fontSize: 25},
        formatTextValue: value => {
            if(!data || value == -Infinity) return "N/A";
                return `${formatNumberTwoDigits.format(value)}`;
        }
    }
}}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions