ant-design-charts-blazor icon indicating copy to clipboard operation
ant-design-charts-blazor copied to clipboard

The label Type "spider" for pie charts does not respect the dark theme

Open NPadrutt opened this issue 5 years ago • 0 comments

based on the demo for the pie chart, when I change the label to:

    Label = new PieLabelConfig()
    {
        Visible = true,
        Type = "spider",
    }

image

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

image

NPadrutt avatar Nov 16 '20 22:11 NPadrutt