Hi,
Tried below code but no luck
@supports (ptcs-style-unit: "PTCS-CHART-AXIS") {
[part=tick-label] {
font-family : 'Segoe UI' !important;
}
}
Please provide custom css to effect x-axis and y-axis tick labels of line chart.
Solved! Go to Solution.
Hello @krishnakomal123 ,
I have tested again and the font change is small but it seems to be working.
/* Adjust the axis label background color and axis Label font size */
@supports (ptcs-style-unit: "PTCS-CHART-AXIS") {
[part="tick-label"] {
font-size: xxx-large;
font-family: 'Segoe UI';
background: green;
}
}
What browser are you using (mine: Chrome Version 136.0.7103.114 (Official Build) (64-bit)
ThingWorx 9.6.1
Please let me know what configuration you are using.
Regards,
Pehowe
Hello @krishnakomal123 ,
I have tested again and the font change is small but it seems to be working.
/* Adjust the axis label background color and axis Label font size */
@supports (ptcs-style-unit: "PTCS-CHART-AXIS") {
[part="tick-label"] {
font-size: xxx-large;
font-family: 'Segoe UI';
background: green;
}
}
What browser are you using (mine: Chrome Version 136.0.7103.114 (Official Build) (64-bit)
ThingWorx 9.6.1
Please let me know what configuration you are using.
Regards,
Pehowe