Tetchenko Dima
Results
2
issues of
Tetchenko Dima
pie.updateProp("data.content", newItems); + pie.redraw(); or pie.updateProp("size.canvasWidth", newWidth); // using redraw(); -------> Uncaught TypeError: Cannot read property 'value' of undefined
I need upload file with displaying progress: ``` xhr.upload.addEventListener('progress', function(e) { if (e.lengthComputable) { console.log('progress: ' + e.loaded / e.total * 100