Mario

Results 18 comments of Mario

had the same issue i removed the -j4 from line 40 and it works (shure slower but power save) https://github.com/novaspirit/androidauto_rpi_install/blob/59eaf2870cb445b10f0fb3909ed82d34279dfd3c/install.sh#L40

more information about html structure would be nice. codepen as example with the issue. if you dont provide informations to reproduce the issue we can only guess... i think you...

You have to initialize them on the accordion event. I had the same "issue" on TAB's so i initialize some charts "on load" and some on the Tab callback event....

Why not: `$('.some-class').easyPieChart({ barColor:'#ff0000, trackColor:'#ffffff });`

sure give me your paypal account and i will do that for you🤣

I comment with my real Name and add a "🤣" to the comment... I dont think this is a good strategy for Phishing 😉 Just kidding... Issue is also 1...

https://codepen.io/MarioPerini/pen/LaGrdR

on scroll events should be debounced in general

not true: https://codepen.io/MarioPerini/pen/yweEMZ

Dublicate of #198 https://github.com/rendro/easy-pie-chart#using-a-gradient ```javascript $(elem).easyPieChart({ barColor: function() { var ctx = this.renderer.getCtx(); var canvas = this.renderer.getCanvas(); var gradient = ctx.createLinearGradient(0,0,canvas.width,0); gradient.addColorStop(0, "#ffe57e"); gradient.addColorStop(1, "#de5900"); return gradient; } }); ```