Hello, I have a problem to correctly display the text color of my treemap, it seems that the configuration does not apply, this is my code:
.set('advancedOptions', {
series: [
{
nodeClick: false,
breadcrumb: { show: false },
},
],
legend: {
show: true,
textStyle: {
color: 'white',
fontSize: 11,
},
},
})
I’m probably doing something wrong, let me know if that’s the problem.