Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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!