at first, the mock data format is as follows, and the icon is normal and can be rendered:
$scope.Data = [{ name: "", value: 99 }, { name: "", value: 199 }];
but after interfacing with the interface, the observed data is in the same format as the above data format, so why not render the graph? There is no error in the console. I don"t know what the situation is
.