ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
The label Type "spider" for pie charts does not respect the dark theme
based on the demo for the pie chart, when I change the label to:
Label = new PieLabelConfig()
{
Visible = true,
Type = "spider",
}

When set to Type = "outer" it is rendered correctly:
