更改剑道饼图白色背景

时间:2019-12-18 04:58:42

标签: angular path kendo-chart

我工作的角度,我使用剑道饼图。

original

我想更改图表的白色背景,我试图赋予背景颜色与白色不同的颜色(默认),但是没有办法。

因为在运行时它是路径,所以我可以通过更改element.style中的fill属性来更改颜色。

run time

但是在我的CSS中,我做了很多尝试来更改它,但是没有用。并且以下样式更改了它,但是 填充它,所以我根本看不到图表。

  :host ::ng-deep .k-chart-surface svg {
    path{
    //background-color: rgba(119, 47, 47, 0.5);
    fill: #ccc;

    }

fill from scss

1 个答案:

答案 0 :(得分:0)

设置List<Item> items = client .get() .retrieve() .bodyToFlux(Item.class) .bufferTimeout(10, Duration.ofSeconds(10)) //first parameter is max number of elements, second is timeout .blockFirst(); 值:

chartArea

请参阅:https://demos.telerik.com/kendo-ui/pie-charts/index