cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

CSS for KPI Dial value

SC_10187722
7-Bedrock

CSS for KPI Dial value

How to change the font size of the value of KPI Dial? Trying to change with some custom CSS (with ptcs style unit) it's not working.

 

SC_10187722_0-1745892865492.png

 

ACCEPTED SOLUTION

Accepted Solutions

The following CSS code is working,

@supports (ptcs-style-unit: "PTCS-KPI-DIAL") {
    [part=value]::part(label) {
        font-size: 16px;
    }
}

 

View solution in original post

1 REPLY 1

The following CSS code is working,

@supports (ptcs-style-unit: "PTCS-KPI-DIAL") {
    [part=value]::part(label) {
        font-size: 16px;
    }
}

 

Announcements


Top Tags