Solved
Can I adjust padding of LineChart Widgets?
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")


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")


Hello
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>;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.