Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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!