score:2

Accepted answer

apologies for the first (non) answer. i've actually got somewhere:

the problem was my css.

canvas {
    width: 100% !important;
    height: auto !important;
}

for some reason still not known to me forcing the pie chart sizes causes it not to render. removing the css solved the rendering problem.


Related Query

More Query from same tag