Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I have limitation of area
I have to custom adjust padding
and I have to set height of this (am not sure it's "svg" or "#chart")
Solved! Go to Solution.
Hello @AL_10742319 ,
This is previously asked question and has been resolved. Kindly check the community post for the same:
also, you can try using the Custom CSS :
ptcs-chart-line::part(chart-layout) {
padding: <padding_value>;
}
ptcs-chart-pareto::part(chart-layout) {
padding: <padding_value>;
}
Hello @AL_10742319 ,
This is previously asked question and has been resolved. Kindly check the community post for the same:
also, you can try using the Custom CSS :
ptcs-chart-line::part(chart-layout) {
padding: <padding_value>;
}
ptcs-chart-pareto::part(chart-layout) {
padding: <padding_value>;
}
Thank you for answer!
now I can adjust using the Custom CSS :
ptcs-chart-line::part(chart-layout) {
padding: 0;
}
padding: 0;
Hi @AL_10742319,
Have you enabled SparkView for Line Chart?
Have you tried configuring the paddings in Style Properties > chart-layout?
Thank you for answer!
I have enabled SparkView, but in Style Properties don't not have chart-layout
now I can adjust using the Custom CSS :
ptcs-chart-line::part(chart-layout) {
padding: 0;
}
Great! looks like the padding is exposed through Style Properties > chart-layout since TWX 9.3.4, so it's not available in older versions.
Sorry, my ThingWorx is ThingWorx 9.3.1-b156