githubCalendar icon indicating copy to clipboard operation
githubCalendar copied to clipboard

Creating a visual in Observable, then turning it into a widget. All the R user will need to supply is a data frame of dates and values... I hope)

Results 1 githubCalendar issues
Sort by recently updated
recently updated
newest added

Hi Maya, great package as usual! An idea would be to set a shiny input value on click, probably somewhere here: https://github.com/MayaGans/githubCalendar/blob/f2dddaf15c74e873c577994dce4a46a0496e81e6/inst/htmlwidgets/js/makeChart.js#L101 ```js .on("click", function(event){ if(HTMLWidgets.shinyMode){ Shiny.setInputValue(el.id + '_click', event);...