Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi all,
I am using a line chart widget, and I want to remove the extra space from the 0th of the x-axis to the x-axis tick label.
I have used the below CSS to fit in the chart from all sides.
ptcs-chart-line::part(chart-layout) {
padding: 0;
}
The image is attached with the query.
Thank you!