TWX Line Chart Property (NumberOfXLabels) Custom CSS
As per the property of the Line chart (ptcs-chartline) named “NumberOfXLabels” there is an issue with the Date Format which is used in the property named “XAxisDateFormatToken”. As It secures Date format only on this format (YY-MM-DD) but we need it along with the Time segment like (YY-MM-DD HH:MM:SS).

Using the format (YY-MM-DD HH:MM:SS) or (YYYY-MM-DD) as per image above, the X-labels are trimming in the way shown below and are stretching to the left.

We want this format (YY-MM-DD HH:MM:SS).
Is it possible through Custom CSS?
Through Custom CSS, ptcs-chart-axis with part "xaxis" is not accessible which is the parent element of the ptcs label.
How can we access this ptcs label shown in the image below to align and adjust it to the right?

Using TWX version 9.3.3
Thanks,
Geetansh

