This is a good feature, indeed. I will take into account in future update. Thank you.
Hi i just saw this topic and i have done what staceyvaz wants.
I use waypoints js to analyze the scroll position so it could be different for you.
I modify the plugin-shortcode.php file and add my waypoint function juste below the shortcode declaration. I also add more option to be able to draw donut for example and the id.
In my waypoint function i just use g'.$id.'.refresh('.$value.'); where id is also a modification because your $gid was a random and don’t know really why it has never work so i change that to $id which is $id = (isset($atts['id'])) ? $atts['id'] : $gid;.
If you want my code modification i could send you.
Hope this help
CcHuMi
Hi cchumi!
Thank you for your feedback. Could you send me your code modification to kouratoras[at]gmail[dot]com? This would be a great addition to my plugin.
Email sent .
Hope you can integrate this the more generic way.
CcHuMi
Hi,
I’m interested in this code, is it possible to share it please ?
Thank you and congrats for your nice job !
I will integrate this piece of code in next update, so stay tuned… 😉
Ok thank you, I stay tuned ! 😉