Line chart- tick labels css
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.

