<p>Hello,</p><p>I ran into a problem in configuring .withDataLables() backg

Hello,

I ran into a problem in configuring .withDataLables() background cannot be configured here, which is why the background frame cannot be disabled

my code:

.withDataLabels(
    DataLabelsBuilder.get()
        .withEnabled(true)
        .withOffsetY(-10.0)
        .build()
)

how can i disable the background of .withDataLables()