Solved
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.

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.

The following CSS code is working,
@supports (ptcs-style-unit: "PTCS-KPI-DIAL") {
[part=value]::part(label) {
font-size: 16px;
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.