How to remove space from Line chart widget in Thingworx 9.3
Feb 08, 2022
11:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 08, 2022
11:44 PM
How to remove space from Line chart widget in Thingworx 9.3
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!
Labels:
1 REPLY 1
Feb 09, 2022
02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 09, 2022
02:11 AM
