how to add padding for legend in linechart
I would like to add padding to the legend in linechart by adding custom CSS but unable to add it.
I would like to add padding to the legend in linechart by adding custom CSS but unable to add it.

We cannot go inside the highlighted div and add custom CSS for individual legends as they will be at sub-part "item" . So you can give custom CSS like this:
.abline ptcs-chart-line::part(chart-layout)::part(legend){
padding:200px
}
This will apply padding to the whole legends area in the line chart.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.