Automattic / ghactivity

WordPress plugin. Build reports of all your GitHub activity.
https://wordpress.org/plugins/ghactivity/
6 stars 2 forks source link

Average Label Time: Make it possible to add multiple graphs on same page #34

Open brbrr opened 5 years ago

brbrr commented 5 years ago

Right now we use wp_localize_script( 'ghactivity-average-label-time', 'ghactivity_avg_label_time', $args ); to share some of the relevant data with JavaScript. This approach will not work with multiple shortcodes on the same page. We need to fix that at some point